On 27/10 12.53, Daniel Harris wrote: > kobe:/postgres# digest -v -a md5 postgresql-9.0.1-S10.i386-32.tar.bz2.tar > md5 (postgresql-9.0.1-S10.i386-32.tar.bz2.tar) = > 9e95eacc7148e41dfc170d9867c9a15e > > Guessing the mirror's not up to date yet, then. Sadface.
You can also check if the binaries have the linking problem thus: % ldd postgres/9.0-pgdg/lib/libpqwalreceiver.so | grep libpq You should not see libpq.so.4 but something like libpq.so.5 => <your path>/postgres/9.0-pgdg/lib/../lib/libpq.so.5 - Bjorn Munch _______________________________________________ databases-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/databases-discuss
