2006/10/27, Tom Lane <tgl@xxxxxxxxxxxxx>:
"Clodoaldo Pinto Neto" <clodoaldo.pinto@xxxxxxxxx> 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).
My mistake, I was looking at /usr/lib/pgsql # pg_config --pkglibdir /usr/lib/pgsql # ll /usr/lib/pgsql/pl* -rwxr-xr-x 1 root root 166887 Oct 26 22:12 /usr/lib/pgsql/plperl.so -rwxr-xr-x 1 root root 340887 Oct 26 22:12 /usr/lib/pgsql/plpgsql.so -rwxr-xr-x 1 root root 76833 Oct 26 22:12 /usr/lib/pgsql/pltcl.so
Also, the .so is probably in the postgresql-pl RPM not postgresql-python,
I have postgresql-pl installed: # yum list installed postgresql\* Loading "installonlyn" plugin Installed Packages postgresql.i686 8.1.5-3PGDG installed postgresql-contrib.i686 8.1.5-3PGDG installed postgresql-debuginfo.i386 8.1.4-1.FC5.1 installed postgresql-devel.i686 8.1.5-3PGDG installed postgresql-docs.i686 8.1.5-3PGDG installed postgresql-jdbc.i686 8.1.407-4PGDG installed postgresql-libs.i686 8.1.5-3PGDG installed postgresql-odbc.i686 08.02.0100-2PGDG installed postgresql-odbc-debuginfo.i386 08.01.0200-1.2 installed postgresql-pl.i686 8.1.5-3PGDG installed postgresql-python.i686 3.8.1-3PGDG installed postgresql-server.i686 8.1.5-3PGDG installed postgresql-tcl.i386 8.1.4-1.FC5.1 installed postgresql-test.i686 8.1.5-3PGDG installed Clodoaldo