Kaperstone / mogilefs

Automatically exported from code.google.com/p/mogilefs
0 stars 0 forks source link

"Your operating system does not seem to have <sys/resource.h> or <sys/rusage.h>." #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Anyone has the problem when install perl's modules "BSD::Resource" on centos 6.
What steps will reproduce the problem?
1.install centos
2.install perl
3.search "BSD::Resource" on "http://search.cpan.org/" 
4.tar zxvf BSD-Resource-1.2904.tar.gz
5.cd BSD-Resource-1.2904
6.perl Makefile.PL
7.make
8.make install

Original issue reported on code.google.com by wgwxx2...@gmail.com on 14 Nov 2011 at 8:18

GoogleCodeExporter commented 8 years ago
Do you have the glibc-headers package installed? Or otherwise a compiler/etc?

You can also just "yum install perl-BSD-Resource" since that module is 
available from centos. Install it then move on to the next dependency.

Either way, this is a support issue and not a bug, so I'm closing this. Use the 
mailing list if you get stuck so more people can see it

Original comment by dorma...@rydia.net on 14 Nov 2011 at 9:42