Re: problems loading languages

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mija Lee <mija(at)scharp(dot)org>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: problems loading languages
Date: 2007-09-11 18:40:19
Message-ID: 16048.1189536019@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Mija Lee <mija(at)scharp(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Mija Lee 2007-09-11 19:18:43 Re: problems loading languages
Previous Message Mija Lee 2007-09-11 15:55:12 problems loading languages