Re: plpython.so - Mailing list pgsql-general

From Tom Lane
Subject Re: plpython.so
Date
Msg-id 6261.1161963970@sss.pgh.pa.us
Whole thread Raw
In response to plpython.so  ("Clodoaldo Pinto Neto" <clodoaldo.pinto@gmail.com>)
Responses Re: plpython.so  ("Clodoaldo Pinto Neto" <clodoaldo.pinto@gmail.com>)
Re: plpython.so  (Devrim GUNDUZ <devrim@commandprompt.com>)
List pgsql-general
"Clodoaldo Pinto Neto" <clodoaldo.pinto@gmail.com> writes:
> But I'm still with no /usr/lib/plpython.so. What am i missing?

That's not where we keep it.  Try /usr/lib/pgsql/plpython.so
(or wherever "pg_config --pkglibdir" points to).

Also, the .so is probably in the postgresql-pl RPM not postgresql-python,
unless Devrim has moved things around when I wasn't looking.

If the .so is there and you're still getting load failures, try
"ldd" on the .so to see if it's missing some dependent library.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_dumpall failing from possible corrupted shared memory
Next
From: Richard Broersma Jr
Date:
Subject: Re: pg_dumpall failing from possible corrupted shared memory