Date: Mon, 22 May 2006 14:57:28 +0000 From: db <db@traceroute.dk> To: questions@freebsd.org Subject: LIB_DEPENDS problem Message-ID: <4471D158.8000008@traceroute.dk>
next in thread | raw e-mail | index | archive | help
Hi all
I'm trying to make a new port that depends on ACE and pqxx, but it can't
find lib pqxx even though it is installed.
work# make -DNO_CHECKSUM
===> WARNING: Vulnerability database out of date, checking anyway
===> Extracting for esad-0.1
===> Patching for esad-0.1
===> esad-0.1 depends on shared library: ACE_SSL - found
===> esad-0.1 depends on shared library: pqxx - not found
===> Verifying install for pqxx in
/usr/ports/databases/postgresql-libpqxx
===> WARNING: Vulnerability database out of date, checking anyway
===> Extracting for postgresql-libpqxx-2.5.5
^C
work# pkg_info | grep postgresql-libpqxx
postgresql-libpqxx-2.5.5 A new C++ interface for PostgreSQL
work# ls /usr/local/lib/libpqxx*
/usr/local/lib/libpqxx-2.5.5.so /usr/local/lib/libpqxx.la
/usr/local/lib/libpqxx.a /usr/local/lib/libpqxx.so
work# ldconfig -r | grep pqxx
work#
From the Makefile:
LIB_DEPENDS= ACE_SSL:${PORTSDIR}/devel/ace \
pqxx:${PORTSDIR}/databases/postgresql-libpqxx
System: FreeBSD 6.0-SECURITY on a ia32.
Anyone?
Best regards
db
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4471D158.8000008>
