Eric E <[EMAIL PROTECTED]> writes: > createlang: language installation failed: ERROR: could not load library > "/usr/lib/postgresql/plperl.so": libperl.so: cannot open shared object > file: No such file or directory
> The file, however, is there: > # ls -l /usr/lib/postgresql/plperl.so > -rwxr-xr-x 1 root root 37097 Apr 5 2004 /usr/lib/postgresql/plperl.so It's complaining that it can't find libperl.so (ie, the Perl interpreter) not plperl.so. Do you have a libperl.so? Is it in your ldconfig search path? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly