On Fri, Nov 07, 2003 at 11:48:28PM +0100, Richard Lyons wrote: > Stopping and restarting the postmaster > /var/lib/postgres/dumpall/7.3/postmaster -D /var/lib/postgres/data -p 5431 -o > -d0 > /var/lib/postgres/dumpall/7.3/postmaster: error while loading shared > libraries: libkrb5.so.17: cannot open shared object file: No such file or > directory > Failed to start the postmaster
Looks like you need to install the libkrb5-17-heimdal package. (Not sure why it's looking for that rather than libkrb5.so.3, which is in libkrb53 and upon which postgresql depends ...) Cheers, -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]