← Back to team overview

launchpad-dev team mailing list archive

Re: novice question: could not access file "$libdir/plpython" while executing "make schema"

 

On 11/06/10 06:35, Max Bowsher wrote:
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.


It occurs to me that it might be considered a bug that utilities/launchpad-database-setup.py prefers a postgres version different to that pulled in by launchpad-database-dependencies?

Max.



References