Re: [GENERAL] createlang plperl fails with 8.0 beta5

2004-12-01 Thread Joachim Zobel
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]:

Re: [GENERAL] createlang plperl fails with 8.0 beta5

2004-12-01 Thread Tom Lane
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/

Re: [GENERAL] createlang plperl fails with 8.0 beta5

2004-12-01 Thread Joachim Zobel
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

Re: [GENERAL] createlang plperl fails with 8.0 beta5

2004-12-01 Thread Tom Lane
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

[GENERAL] createlang plperl fails with 8.0 beta5

2004-12-01 Thread Joachim Zobel
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