Problem with postgresql 8.4 on debian plperl not working
Hello everybody. I switched to linux to build a new application and I want to use plperl with postgresql. But here's what I get after typing 'create language plperl' on postgresql command line:
could not load library "opt/PostgreSQL/8.4/lib/postgresql/plperl.so": libperl.so: cannot open shared object file: No such file or directory.
I tried to install libperl-dev, but still get the same message.
Many thanks in advance
|