Re: statvfs.h

2003-11-13 Thread Matthew Seaman
On Wed, Nov 12, 2003 at 07:32:11PM -0500, SWIT wrote:
 spiderman# find / -name statvfs.h -print
 
 
 spiderman#
 
 comes up empty.
 now what ?

statvfs.h is a new header in 5.x, as are the statvfs() and fstatvfs()
functions prototyped in that header file.

Basically there's no chance of your being able to install the
Filesys::Statvfs perl module on 4.x, since it's just a perlxs wrapper
around the underlying C library functions.

If this module is that important, I'm afraid you're going to have to
upgrade your whole system in order for it to be supported.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: statvfs.h

2003-11-13 Thread Kevin D. Kinsey, DaleCo, S.P.
SWIT wrote:


From: Kevin D. Kinsey, DaleCo, S.P. [EMAIL PROTECTED]
To: M.D. DeWar [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, November 11, 2003 5:17 PM
Subject: Re: statvfs.h
 

M.D. DeWar wrote:

   

were do yo u get header files ?
or can't you ?
I am trying to load a webmin module and it needs some perl modules and
one filesys::statvfs needs the header file statsvfs.h and I dont have it.
thanks
mark


 

#find / -name statvfs.h -print
/usr/include/sys/statvfs.h
/usr/src/sys/sys/statvfs.h
HTH,

Kevin Kinsey
DaleCo, S.P.


   

SWIT wrote:

 spiderman# find / -name statvfs.h -print

spiderman#

comes up empty.
now what ?
Thanks
Mark
 

Hmm, dunno.  Do you have full system sources
installed?  Maybe a cvsup 
Ahh, what version are you running?  statvfs.h
didn't exist in FBSD before 8-21-2002, and then
only in -CURRENT.  So, you're on 4.x?
KDK





 



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: statvfs.h

2003-11-13 Thread M.D. DeWar
   spiderman# find / -name statvfs.h -print
spiderman#
 
 comes up empty.
 now what ?
 Thanks
 Mark
 
 

 Hmm, dunno.  Do you have full system sources
 installed?  Maybe a cvsup 

 Ahh, what version are you running?  statvfs.h
 didn't exist in FBSD before 8-21-2002, and then
 only in -CURRENT.  So, you're on 4.x?

 KDK

spiderman# uname -a
FreeBSD spiderman.wirelesscommunitynetworks.com 4.8-RELEASE FreeBSD
4.8-RELEASE
#0: Thu Apr  3 10:53:38 GMT 2003
[EMAIL PROTECTED]:/usr/obj/usr/
src/sys/GENERIC  i386

and I did not isntall the src or whatever its called. (sorry to newbie to
know all the lingo yet)

Thanks
Mark

 
 
 
 
 
 





___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: statvfs.h

2003-11-12 Thread SWIT
find brings back nothing on my system.
mark
- Original Message - 
From: Kevin D. Kinsey, DaleCo, S.P. [EMAIL PROTECTED]
To: M.D. DeWar [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, November 11, 2003 5:17 PM
Subject: Re: statvfs.h


 M.D. DeWar wrote:

 were do yo u get header files ?
 or can't you ?
 
 I am trying to load a webmin module and it needs some perl modules and
one
 filesys::statvfs needs the header file
 statsvfs.h and I donthave it.
 
 thanks
 mark
 
 
 
 #find / -name statvfs.h -print
 /usr/include/sys/statvfs.h
 /usr/src/sys/sys/statvfs.h

 HTH,

 Kevin Kinsey
 DaleCo, S.P.





___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: statvfs.h

2003-11-12 Thread SWIT
spiderman# find / -name statvfs.h -print


spiderman#

comes up empty.
now what ?
Thanks
Mark

- Original Message - 
From: Kevin D. Kinsey, DaleCo, S.P. [EMAIL PROTECTED]
To: M.D. DeWar [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, November 11, 2003 5:17 PM
Subject: Re: statvfs.h


 M.D. DeWar wrote:

 were do yo u get header files ?
 or can't you ?
 
 I am trying to load a webmin module and it needs some perl modules and
one
 filesys::statvfs needs the header file
 statsvfs.h and I donthave it.
 
 thanks
 mark
 
 
 
 #find / -name statvfs.h -print
 /usr/include/sys/statvfs.h
 /usr/src/sys/sys/statvfs.h

 HTH,

 Kevin Kinsey
 DaleCo, S.P.





___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


statvfs.h

2003-11-11 Thread M.D. DeWar
were do yo u get header files ?
or can't you ?

I am trying to load a webmin module and it needs some perl modules and one
filesys::statvfs needs the header file
statsvfs.h and I donthave it.

thanks
mark


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: statvfs.h

2003-11-11 Thread Kevin D. Kinsey, DaleCo, S.P.
M.D. DeWar wrote:

were do yo u get header files ?
or can't you ?
I am trying to load a webmin module and it needs some perl modules and one
filesys::statvfs needs the header file
statsvfs.h and I donthave it.
thanks
mark
 

#find / -name statvfs.h -print
/usr/include/sys/statvfs.h
/usr/src/sys/sys/statvfs.h
HTH,

Kevin Kinsey
DaleCo, S.P.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]