On Fri, Dec 17, 2004 at 10:04:29AM -0600, Robert Boone wrote:
> "/usr/lib/pgsql/plperl.so" is the only plperl.so I have. To check I
> did:
> find / -name plperl.so
> And the only result was:
> /usr/lib/pgsql/plperl.so
The error message is complaining about libperl.so, not plperl.so.
If you run "ldd /usr/lib/pgsql/plperl.so", one of the lines will
probably look like this:
libperl.so => not found
Run "locate libperl.so" or "find / -name libperl.so" and see if you
have that file, which should be part of your Perl installation. If
not, then maybe your Perl was built without shared library support.
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/