Skip to content
Prev 1424 / 1559 Next

RPostgreSQL installation Error - RPostgreSQL.so: undefined symbol: PQpass

Hi All,

Thank you for your responses. It really helped. :)

The package RPostgreSQL checks for PostgreSQL libraries only in the
following directory paths,

    /usr/lib /usr/lib/pgsql /usr/lib/postgresql /usr/local/lib
/usr/local/lib/pgsql /usr/local/lib/postgresql /usr/local/pgsql/lib
/usr/local/postgresql/lib /opt/lib /opt/lib/pgsql /opt/lib/postgresql
/opt/local/lib /opt/local/lib/postgresql /opt/local/lib/postgresql84
/sw/opt/postgresql-8.4/lib /Library/PostgresPlus/8.4SS/lib /sw/lib

It does not check for the directories either in LD_LIBRARY_PATH or in
/etc/ld.so.conf.

So RPostgreSQL installation will be successful only if the PostgreSQL
libraries exist in any of the above directories.

When I copied the libraries from /usr/lib64/pgsql to /usr/lib/pgsql and
tried installing the package. It worked. :)



Regards,

Manoj G


On Fri, May 23, 2014 at 6:48 PM, NISHIYAMA Tomoaki <
tomoakin at staff.kanazawa-u.ac.jp> wrote: