Am Mi, den 01.12.2004 schrieb Tom Lane um 22:00:
> Probably more like /usr/local/lib/postgresql ... did you look at the
> directory structure? Or consult pg_config --pkglibdir ?
[EMAIL PROTECTED]:~$ /usr/local/pgsql/bin/pg_config --pkglibdir
/usr/local/pgsql/lib
and there is
[EMAIL PROTECTED]:
Joachim Zobel <[EMAIL PROTECTED]> writes:
> Am Mi, den 01.12.2004 schrieb Tom Lane um 21:22:
>> That's how it's built, but it should be installed as plperl.so. Are you
>> sure you are looking in the right $libdir?
> I did not give any directory options during install, so
> ls -l /usr/local/pgsql/
Am Mi, den 01.12.2004 schrieb Tom Lane um 21:22:
> Joachim Zobel <[EMAIL PROTECTED]> writes:
> > Checking my build dirs I find that no plperl.so has been build
> > (--with-perl was used in configure). Instead I find a libplperl.so in
> > the pgperl build directory.
>
> That's how it's built, but i
Joachim Zobel <[EMAIL PROTECTED]> writes:
> Checking my build dirs I find that no plperl.so has been build
> (--with-perl was used in configure). Instead I find a libplperl.so in
> the pgperl build directory.
That's how it's built, but it should be installed as plperl.so. Are you
sure you are loo
Hi.
If I try createlang plperl I get:
[EMAIL PROTECTED]:~$ /usr/local/pgsql/bin/createlang plperl shop
createlang: language installation failed: ERROR: could not access file
"$libdir/plperl": No such file or directory
Checking my build dirs I find that no plperl.so has been build
(--with-perl