[GENERAL] Problem libpython2.3.so.1.0

2009-08-29 Thread nesfree
Hello, I am not experienced PostgreSQL user but have following problem: I am unable to use plpythonu on linux (ubuntu 9.04). After I execute command: psql# CREATE LANGUAGE plpythonu; I got following error message: ERROR: could not load library "/opt/PostgreSQL/8.4/lib/postgresql/plpython.so":

Re: [GENERAL] Problem libpython2.3.so.1.0

2009-08-30 Thread Adrian Klaver
On Saturday 29 August 2009 4:33:14 pm nesfree wrote: > Hello, > > I am not experienced PostgreSQL user but have following problem: > > I am unable to use plpythonu on linux (ubuntu 9.04). After I execute > command: > > psql# CREATE LANGUAGE plpythonu; > > I got following error message: > > ERROR:

Re: [GENERAL] Problem libpython2.3.so.1.0

2009-08-31 Thread nesfree
:) Of course. As I have told I am using Ubuntu 9.04, python 2.6.2, postgres 8.4. Supported version for Ubuntu 9.04 is PostgreSQL 8.3.7 and when I install it I have plpython. As I understood 8.4 have some new possibilities regarding plpython. I installed Postgres 8.4 using binary file downloaded

Re: [GENERAL] Problem libpython2.3.so.1.0

2009-08-31 Thread Daniel Verite
nesfree wrote: > :) Of course. As I have told I am using Ubuntu 9.04, python 2.6.2, postgres > 8.4. > > Supported version for Ubuntu 9.04 is PostgreSQL 8.3.7 and when I install it > I have plpython. > > As I understood 8.4 have some new possibilities regarding plpython. > > I installed

Re: [GENERAL] Problem libpython2.3.so.1.0

2009-08-31 Thread nesfree
Thank u man, After many difficulties (adding new software sources) I succeeded! U enlightened my way! Best regards, Predrag On Mon, Aug 31, 2009 at 11:19 AM, Daniel Verite wrote: >nesfree wrote: > > > :) Of course. As I have told I am using Ubuntu 9.04, python 2.6.2, > postgres > > 8