|
System Overview
|
|
|
General Public Domain
|
|
|
Bind
|
|
|
DHCP
|
|
|
Emacs
|
|
|
ftpd
|
|
|
gcc & libg++
|
|
|
Ghostscript & Ghostview
|
|
|
GNUPLOT
|
|
|
GNU Enscript
|
|
|
LAPACK & BLAS
|
|
|
Logstats
|
|
|
Netscape
|
|
|
nmh
|
|
|
perl
|
|
|
samba
|
|
|
sendmail
|
|
|
ssh Admin
|
|
|
ssh Use
|
|
|
local ssh Use
|
|
|
tcp wrappers
|
|
|
tcsh
|
|
|
teTeX
|
|
|
Xanim
|
|
|
Xfig
|
|
|
XMgr
|
|
|
Xntpd
|
|
|
Perl
Get the Perl
source
Follow the instructions in INSTALL.
During "sh Configure" you will be asked which modules to link dynamically. Type none. Here is what it looks like on Perl 5.005_02:
What extensions do you wish to load dynamically?
[B DB_File Data/Dumper Fcntl IO IPC/SysV NDBM_File
ODBM_File Opcode POSIX SDBM_File Socket attrs re] none I am
suggesting this because it fixes a problem we have which is caused
by conflicts between some of the database header files which are included
in the modules which PERL would like to link in dynamically.
- After a make install you need to install the modules which we use. Here is a list (in order of installation):
- MIME-Base64-2.10
- URI-1.00
- HTML-Parser-2.22
- libnet-1.0606
- LWP-attic-1.00
- libwww-perl-5.41
|