Library Files
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 symbol indicates a symbolic link, and the version numbers have been replaced with an "X" or a "Y" to indicate major and minor version numbers. Substitute as appropriate.
Source: /usr/local/pgsql/lib
RedHat: /usr/lib
Library files for ecpg:
libecpg.a
libecpg.so libecpg.so.X.Y.Z
libecpg.so.X libecpg.so.X.Y.Z
libecpg.so.X.Y.Z
Library files for simplified integration with the libpq library:
libpgeasy.a
libpgeasy.so libpgeasy.so.X.Y
libpgeasy.so.X libpgeasy.so.X.Y
libpgeasy.so.X.Y
Library files for the standard C programming interface:
libpq.a
libpq.so libpq.so.X.Y
libpq.so.X libpq.so.X.Y
libpq.so.X.Y
Library files for the C++ programming interface:
libpq++.a
libpq++.so libpq++.so.X.Y
libpq++.so.X libpq++.so.X.Y
libpq++.so.X.Y
Library files for the ODBC interface:
libpsqlodbc.a
libpsqlodbc.so libpsqlodbc.so.X.Y
libpsqlodbc.so.X libpsqlodbc.so.X.Y
libpsqlodbc.so.X.Y
Library files for the tcl interface:
libpgtcl.a
libpgtcl.so libpgtcl.so.X.Y
libpgtcl.X libpgtcl.so.X.Y
libpgtcl.so.X.Y
plpgsql.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
|