| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Clodoaldo Pinto Neto" <clodoaldo(dot)pinto(at)gmail(dot)com> |
| Cc: | "pgsql-general postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: plpython.so |
| Date: | 2006-10-27 15:46:10 |
| Message-ID: | 6261.1161963970@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
"Clodoaldo Pinto Neto" <clodoaldo(dot)pinto(at)gmail(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2006-10-27 15:52:36 | Re: pg_dumpall failing from possible corrupted shared memory |
| Previous Message | Richard Broersma Jr | 2006-10-27 15:43:42 | Re: pg_dumpall failing from possible corrupted shared memory |