Tom Harkaway wrote:
> The command I am using is:
>
> createlang -U postgres plperl hf-hvpa
>
> The message I get back is:
>
> createlang: language installation failed: ERROR: could not load
library
> "/opt/postgres/lib/postgresql/plperl.so": libperl.so: cannot open
shared object file: N
On Tue, Apr 3, 2012 at 8:26 PM, Tom Harkaway wrote:
> I am having a problem trying to create a language in a new install of
> Postgres
> - I have installed postgres 9.1 on a minimal (i.e. no GUI) CentOS 6.2
> system.
> - Psql is running and I am able to connect to the database from pgAdmin
> ru
I am having a problem trying to create a language in a new install of Postgres
- I have installed postgres 9.1 on a minimal (i.e. no GUI) CentOS 6.2 system.
- Psql is running and I am able to connect to the database from pgAdmin
running on a Windows box.
- Postgres was installed in /opt/po