|
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
|
|
|
XMgr
Xmgr was ftped from http://www.teleport.com/~pturner/acegr/.
We start with the Makefile that comes with the distribution and change
the following.
-
Change the help browser from mosaic to netscape
-
Change the Application Default file location to /usr/local/lib
-
Comment out the default linux libraries and include locations
-
Uncomment the platform specific libraries and includes for solaris or osf.
For Solaris add the -lnsl (Name Service Library).
-
Verify the printer string command and make any flag changes like removing
-h or adding -P strings.
Run make. If the compilation is done correctly, then you can do a make
-n install to verify what will be done and then do a make install to do
it.
On the solaris 2.5 platforms, the xmgr program and the wordperfect for
windows program were unable to locate the XKeysymDB file which is located
in /usr/openwin/lib/X11 area. We had to make a soft link to this area from
/usr/local/lib/X11 area to get rid of the errors.
|