Robert Fitzpatrick [Sat, May 22, 2004 at 11:46:50AM -0400]:
> esmtp# ldd /usr/local/bin/psql
> /usr/local/bin/psql:
>         libpq.so.3 => /usr/local/lib/libpq.so.3 (0x28096000)
>         libkrb5.so.20 => /usr/local/lib/libkrb5.so.20 (0x280b2000)

Hmm, ok, so you need to include -l parameter to the linker on the line in
Makefile, that the error occures. (-lkrb5 perhaps)
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to