Re: [GENERAL] could not access file "$libdir/plpython" when restoring

2004-07-06 Thread Tom Lane
=?iso-8859-1?q?Clodoaldo=20Pinto=20Neto?= <[EMAIL PROTECTED]> writes: > The postgresql was installed by anaconda installer > during the box setup. Perhaps you forgot to include the postgresql-pl package? IIRC that is where most of the plXXX.so files are distributed. regar

Re: [GENERAL] could not access file "$libdir/plpython" when restoring

2004-07-06 Thread Clodoaldo Pinto Neto
The postgresql was installed by anaconda installer during the box setup. Tried to install to template1 as postgres with no success: bash-2.05b$ createlang plpythonu template1 createlang: instalação da linguagem falhou: ERROR: could not access file "$libdir/plpython": No such file or directory >

Re: [GENERAL] could not access file "$libdir/plpython" when

2004-07-05 Thread mike g
Seems your FC2 box did not have the python language support compiled into the version of postgresql that was installed on that box or possibly not installed in the template1 database so it would be available to any other database created in your FC2. I do believe python is included in the rpm ve