Errors building PHP 4.3.6
Michal Pasternak
michal at pasternak.w.lub.pl
Sat May 22 08:57:00 PDT 2004
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)
More information about the freebsd-questions
mailing list