On 10/06/10 08:56, Davide Galletti wrote:
While building, the command
make schema
fails:
createlang: ...... ERROR: could not access file "$libdir/plpython":
No such file or directory
On 10/06/10 14:21, Francis J. Lacoste wrote:
I think you are missing the postgresql-plpython-8.3 package.
I have no explanation on why this wasn't installed as part of launchpad-
database-dependencies though.
I just ran into this myself. The problem is that
launchpad-database-dependencies requires postgresql-8.3,
postgresql-contrib-8.3, postgresql-plpython-8.3, BUT
utilities/launchpad-database-setup will use postgresql 8.4 if it is
found to be installed.