Updated my RH80 installation with the full complement of Postgres 7.3.3 RPMs.
Added python and tcl ( already have pl/sql) language bindings to the database
without issue. However, the compiler complains about perl:
ERROR: Load of file /usr/lib/pgsql/plperl.so failed: libperl.so: cannot open
shared object file: No such file or directory.
plperl.so is in the aforementioned directory and libperl.so is in
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE
Search path issues, symlinks needed?
Help please
Raymond