James Gates schreef op 20-10-10 19:19:
> You can probably override this by setting this in the environment in
> which you run/start replication:
> 
> setenv LD_LIBRARAY_PATH=/disk0.7/postgres/postgres/9.0-pgdg/lib

Unlikely, as it's looking for libpq.so.4 but should be using libpq.so.5.
Had it been linked to the right version, there wouldn't have been a
problem, as $ORIGIN/../lib is the first entry in RPATH.

> But the correct solution is to build libpqwalreceiver.so with the
> correct linker settings i.e. Use RPATH or the -R flag during the build.

It's the 'official' 32 bit i386 Solaris 10 binaries on postgresql.org
that are broken this way, so can you (or someone else at Oracle) fix those?

(the 64 bit binaries seem to be ok)

Onno

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
databases-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/databases-discuss

Reply via email to