| I l @ ve RuBoard |
| The library files installed by PostgreSQL vary depending on a number of factors; compile-time options, specific packages, versions, and ancillary programs all determine what libraries are installed. Therefore, the following is a listing of the most common libraries installed and their typical locations. The Source: /usr/local/pgsql/lib RedHat: /usr/lib Library files for ecpg : libecpg.a libecpg.so Library files for simplified integration with the libpq library: libpgeasy.a libpgeasy.so Library files for the standard C programming interface: libpq.a libpq.so Library files for the C++ programming interface: libpq++.a libpq++.so Library files for the ODBC interface: libpsqlodbc.a libpsqlodbc.so Library files for the tcl interface: libpgtcl.a libpgtcl.so Library files for the Perl interface: /usr/lib/perl5/site_perl/5.005/<arch>/Pg.so Library files for the Python interface: /usr/lib/python1.5/site-packages/_pgmodule.so Library files for the PHP interface: /usr/lib/php3/pgsql.so /usr/lib/php4/pgsql.so |
| I l @ ve RuBoard |