itszerocode
Joined: 17 Aug 2012 Posts: 1
|
Posted: Tue Feb 05, 2013 5:28 am Post subject: Solution to the problem |
|
|
Hi sslgamess,
I was facing the same problem but I did the following steps and it worked for me.
1) Delete the existing pgi installation directory
$sudo rm -rf /opt/pgi
2) cd to pgilinux-2012-128/
3) make all install* files executables
$ sudo chmod +x install_[a-z]*
or u can chmod the install files one by one. same effect.
4) Now install the pgi product as usual by executing the install script
$ sudo sh install
ALL THE BEST :D |
|