Thread: Prelink errors?

Prelink errors?

From
"Adam Rich"
Date:

The following log entries are generated by the prelink utility on my RHEL 4 server.
I'm using the postgres 8.2.1 rpm binaries from postgresql.org

I know prelink is probably unnecessary for postgres, but perhaps this error message
could be easy corrected (maybe it's caused by a bug elsewhere?)

prelink: /usr/lib/libpq.so.5.0: .debug_loc adjusting unfinished
prelink: Could not prelink /usr/bin/pg_ctl because its dependency /usr/lib/libpq.so.5 could not be prelinked
prelink: Could not prelink /usr/bin/oid2name because its dependency /usr/lib/libpq.so.5 could not be prelinked
prelink: Could not prelink /usr/bin/vacuumlo because its dependency /usr/lib/libpq.so.5 could not be prelinked
prelink: Could not prelink /usr/bin/initdb because its dependency /usr/lib/libpq.so.5 could not be prelinked
prelink: Could not prelink /usr/bin/pg_restore because its dependency /usr/lib/libpq.so.5 could not be prelinked
prelink: Could not prelink /usr/bin/createlang because its dependency /usr/lib/libpq.so.5 could not be prelinked
prelink: Could not prelink /usr/bin/pg_dump because its dependency /usr/lib/libpq.so.5 could not be prelinked
prelink: Could not prelink /usr/bin/createdb because its dependency /usr/lib/libpq.so.5 could not be prelinked
prelink: Could not prelink /usr/bin/droplang because its dependency /usr/lib/libpq.so.5 could not be prelinked
prelink: Could not prelink /usr/bin/dropdb because its dependency /usr/lib/libpq.so.5 could not be prelinked
prelink: Could not prelink /usr/bin/createuser because its dependency /usr/lib/libpq.so.5 could not be prelinked
prelink: Could not prelink /usr/bin/reindexdb because its dependency /usr/lib/libpq.so.5 could not be prelinked
prelink: Could not prelink /usr/bin/clusterdb because its dependency /usr/lib/libpq.so.5 could not be prelinked
prelink: Could not prelink /usr/bin/pg_dumpall because its dependency /usr/lib/libpq.so.5 could not be prelinked
prelink: Could not prelink /usr/bin/pgbench because its dependency /usr/lib/libpq.so.5 could not be prelinked
prelink: Could not prelink /usr/bin/psql because its dependency /usr/lib/libpq.so.5 could not be prelinked
prelink: Could not prelink /usr/bin/dropuser because its dependency /usr/lib/libpq.so.5 could not be prelinked
prelink: Could not prelink /usr/bin/vacuumdb because its dependency /usr/lib/libpq.so.5 could not be prelinked

The same thing is happening on an 8.1.2 server:

Prelinking /usr/lib/libpq.so.4.1
/usr/sbin/prelink: /usr/lib/libpq.so.4.1: .debug_loc adjusting unfinished
/usr/sbin/prelink: Could not prelink /usr/bin/pg_ctl because its dependency /usr/lib/libpq.so.4 could not be prelinked
/usr/sbin/prelink: Could not prelink /usr/bin/dbf2pg because its dependency /usr/lib/libpq.so.4 could not be prelinked
/usr/sbin/prelink: Could not prelink /usr/bin/oid2name because its dependency /usr/lib/libpq.so.4 could not be prelinked

/usr/sbin/prelink: Could not prelink /usr/bin/vacuumlo because its dependency /usr/lib/libpq.so.4 could not be prelinked

/usr/sbin/prelink: Could not prelink /usr/bin/initdb because its dependency /usr/lib/libpq.so.4 could not be prelinked
/usr/sbin/prelink: Could not prelink /usr/bin/createlang because its dependency /usr/lib/libpq.so.4 could not be prelinked

/usr/sbin/prelink: Could not prelink /usr/bin/pg_dump because its dependency /usr/lib/libpq.so.4 could not be prelinked
/usr/sbin/prelink: Could not prelink /usr/bin/createdb because its dependency /usr/lib/libpq.so.4 could not be prelinked

/usr/sbin/prelink: Could not prelink /usr/bin/droplang because its dependency /usr/lib/libpq.so.4 could not be prelinked

/usr/sbin/prelink: Could not prelink /usr/bin/dropdb because its dependency /usr/lib/libpq.so.4 could not be prelinked
/usr/sbin/prelink: Could not prelink /usr/bin/createuser because its dependency /usr/lib/libpq.so.4 could not be prelinked

/usr/sbin/prelink: Could not prelink /usr/bin/reindexdb because its dependency /usr/lib/libpq.so.4 could not be prelinked

/usr/sbin/prelink: Could not prelink /usr/bin/clusterdb because its dependency /usr/lib/libpq.so.4 could not be prelinked

/usr/sbin/prelink: Could not prelink /usr/bin/pg_dumpall because its dependency /usr/lib/libpq.so.4 could not be prelinked

/usr/sbin/prelink: Could not prelink /usr/bin/pgbench because its dependency /usr/lib/libpq.so.4 could not be prelinked
/usr/sbin/prelink: Could not prelink /usr/bin/psql because its dependency /usr/lib/libpq.so.4 could not be prelinked
/usr/sbin/prelink: Could not prelink /usr/bin/dropuser because its dependency /usr/lib/libpq.so.4 could not be prelinked

/usr/sbin/prelink: Could not prelink /usr/bin/vacuumdb because its dependency /usr/lib/libpq.so.4 could not be prelinked

/usr/sbin/prelink: Could not prelink /usr/bin/pg_restore because its dependency /usr/lib/libpq.so.4 could not be prelinked