Install PGI workstation 6.0 on FC5 (2007-05-02 11:22)
First:
% gunzip <tarfile>.tar.gz
% tar xpf <tarfile>.tar
Second: ********* Very Important **********
% if your ther version of glibc is higher than 2.3.*
% Please change the file "linux86/6.0/bin/makelocalrc"
% add something as follows:
case "$GLIBC_VERSION" in
2.4*)
glibc=232
LIB=$base/lib-linux86-g232
LIBLF=$LIB-lf
INC=$base/include-g23
;;
Third:
% ./install
# add in .bashrc
PATH=/usr/pgi/linux86/6.0/bin:$PATH; export PATH
MANPATH=/usr/pgi/linux86/6.0/man; export MANPATH
PGI=/usr/pgi; export PGI
LM_LICENSE_FILE=/usr/pgi/license.dat; export LM_LICENSE_FILE
% source .bashrc
Fourth:
You must now start the license manager daemon.
% lmgrd.rc start
To make sure that the license server and pgroupd daemon are started each time your system is booted, log in as root, set the PGI environment variable as above, and then execute the following two commands:
% cp /usr/pgi/linux86/6.0/bin/lmgrd.rc /etc/rc.d/init.d/lmgrd
% ln -s /etc/rc.d/init.d/lmgrd /etc/rc.d/rc3.d/S90lmgrd
Ref: http://www.pgroup.com/userforum/