Re: problems loading languages - Mailing list pgsql-novice

From Tom Lane
Subject Re: problems loading languages
Date
Msg-id 16048.1189536019@sss.pgh.pa.us
Whole thread Raw
In response to problems loading languages  (Mija Lee <mija@scharp.org>)
List pgsql-novice
Mija Lee <mija@scharp.org> writes:
> - pg has been configured --with perl
> - the libdir is /usr/lib
> - there are plpgsql.so and plperl.so in the libdir
> - I get this:

> postgres=# create language plperl;
> ERROR:  could not access file "$libdir/plperl": No such file or directory

I rather doubt that libdir is /usr/lib.  It's much more likely to have
"postgres" or "postgresql" in the path somewhere.  "pg_config --pkglibdir"
would tell you for sure.

            regards, tom lane

pgsql-novice by date:

Previous
From: Mija Lee
Date:
Subject: problems loading languages
Next
From: Mija Lee
Date:
Subject: Re: problems loading languages