libpgbind.so in 12.4

Hi,

The newbie question ! … Where is libpgbind.so in PGI Fortran WorkStation 12.4. I need for Gaussian Binary (g03) ?

$ ldd g03
linux-vdso.so.1 => (0x00007fff7c7fc000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00000035b1000000)
libm.so.6 => /lib64/libm.so.6 (0x00000035b0800000)
libc.so.6 => /lib64/libc.so.6 (0x00000035b0400000)
libpgmp.so => not found
libpgbind.so => not found
libpgftnrtl.so => not found
libpgc.so => not found
librt.so.1 => /lib64/librt.so.1 (0x00000035b1800000)
/lib64/ld-linux-x86-64.so.2 (0x00000035b0000000)

libpgmp.so, libpgftnrtl.so and libpgc.so are in
/opt/pgi/linux86-64/12.4/libso/

But libpgbind.so ?

bests regards
thks

Hi RafaeLGV,

We stop using ‘libpgbind’ after the 10.9 release. In the 11.x releases, we shipped a stubbed version to resolve these types of issue. However, we stopped shipping it in 12.x since we didn’t think it was needed any longer. Obviously it’s still needed.

What you can do is either download and older PGI release or send a note to PGI Customer Service (trs@pgroup.com) and we can send you the stub library from the 11.x releases.

  • Mat

Dear mkcolg,

With older PGI release and

ln -s libpgbind_real.so libpgbind.so

Gaussian works fine !

Thks
R