Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 May 2004 17:56:26 +0200
From:      Michal Pasternak <michal@pasternak.w.lub.pl>
To:        Robert Fitzpatrick <robert@webtent.com>
Cc:        FreeBSD <freebsd-questions@freebsd.org>
Subject:   Re: Errors building PHP 4.3.6
Message-ID:  <20040522155626.GA1771@pasternak.w.lub.pl>
In-Reply-To: <1085240809.18952.29.camel@columbus>
References:  <1085237301.18944.5.camel@columbus> <20040522150802.GA1373@pasternak.w.lub.pl> <1085240809.18952.29.camel@columbus>

next in thread | previous in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040522155626.GA1771>