Koozali.org: home of the SME Server

Make program

FireDog

Make program
« 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.

Paul Nesbit

RE: Make program
« Reply #1 on: August 17, 2000, 08:51:35 PM »
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.

Paul Nesbit

RE: Make program
« Reply #2 on: August 17, 2000, 09:20:10 PM »
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

FireDog

RE: Make program
« Reply #3 on: August 17, 2000, 09:55:49 PM »
Thanks Paul.