could not load library plperl.so

From: CSN <cool_screen_name90001(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: could not load library plperl.so
Date: 2005-05-02 00:52:14
Message-ID: 20050502005214.10101.qmail@web52909.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I configured postgres base+opt with '--with-perl',
make'd, and make install'ed. Trying to add plperl:

createlang -U postgres plperl links

I get this error:

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

plperl.so does exist in /usr/lib/postgresql
(libperl.so does not). I also compiled in plpython,
and createlang appeared to work for that. Any idea
what the problem is?

Thanks,
CSN

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-05-02 01:08:23 Re: libpq and PQexecPrepared
Previous Message Russell Smith 2005-05-01 23:29:18 Re: Can't compile plphp