installing 32bit portability pack on Ubuntu 9.04

I’m getting an error from the install script “unknown glibc version (2.9)”, it seems that Ubuntu has a much newer version of glibc, that is not suuported by this installation. glibc 2.5 is the latest in the script. The library I need to run my PGI complied executable is libpgc.so, where can I get the latest version ?

Hi Joe,

Send a note to PGI customer service (trs@pgroup.com) and they’ll be able help. Alternatively, you can copy the libpgc.so file found in you PGI installation’s REDIST directory to the Ubuntu 9.04 system.

  • Mat

Mat, Thanks for your help I have now found a copy of libpgc.so on the cluster that the program was compiled and it now runs OK on the Ubuntu system

Joe