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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to