Jos Vos schrieb: > Am I right that it is not possible to use PL/Python on a RHEL5 system? > When trying to create the language in PostgreSQL I get the this error: > > ERROR: could not access file "$libdir/plpython": No such file or directory
it seems that you need "postgresql-pl" # yum info postgresql-pl [...] Description: PostgreSQL is an advanced Object-Relational database management system. The postgresql-pl package contains the PL/Perl, PL/Tcl, and PL/Python procedural languages for the backend. PL/Pgsql is part of the core server package. # rpm -ql postgresql-pl /usr/bin/pltcl_delmod /usr/bin/pltcl_listmod /usr/bin/pltcl_loadmod /usr/lib/pgsql/plperl.so /usr/lib/pgsql/plpython.so /usr/lib/pgsql/pltcl.so /usr/share/pgsql/unknown.pltcl the fedora package seems to be postgresql-plpython $ rpm -qlp http://download.fedora.redhat.com/pub/fedora/linux/updates/9/i386/postgresql-plpython-8.3.3-2.fc9.i386.rpm /usr/lib/pgsql/plpython.so or you could try the packages from postgresql.org http://www.postgresql.org/ftp/binary/v8.3.3/linux/rpms/redhat/rhel-5-i386/ -- shrek-m _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
