Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: FireDog on August 17, 2000, 06:09:14 PM
-
I am trying to add libwww.PM to my sys. The Makefile.PM works but when you try to
use make install it can not find the make command. Am I doing something wrong or dose esmith come with the make program.
-
The e-smith server and gateway does not come with the make program for security purposes. Another system (preferably a RedHat system) should be used to develop new packages, and it's best to install rpms on an e-smith server. It is your server however, and you can do with it what you like. If you want to develop packages directly on your server you'll need the following packages:
cpp
egcs
egcs-c++
make
kernel-headers
glib-devel
glibc-devel
Paul.
-
I see that you are trying to install a perl module...it would probably be more desirable for you to look in the RedHat Powertools archive, where all of CPAN is available as RPMS.
Paul
-
Thanks Paul.