1

I installed the following package:

sudo apt-get install postgresql-plpython-8.4

But while using:

user=# create language plpythonu;

Error is thrown:

ERROR:  could not access file "$libdir/plpython2": No such file or directory

What am I missing here ?

1 Answer 1

1

I was using psql 9.1 and was installing postgresql-plpython-8.4. Should have run this:

sudo apt-get install postgresql-plpython-9.1
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.