Prelink errors?

From: "Adam Rich" <adam(dot)r(at)sbcglobal(dot)net>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Prelink errors?
Date: 2007-01-10 23:44:48
Message-ID: 03dd01c73511$50b2cdc0$6400a8c0@dualcore
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2007-01-10 23:46:26 Re: How does one perform a case-insenstive query on
Previous Message Jeanna Geier 2007-01-10 23:42:41 Re: Problems With VIEWS