#20592: apr-util: Wrong library path in apu-1-config ---------------------------------+------------------------------------------ Reporter: nrc@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: ---------------------------------+------------------------------------------ {{{ % apu-1-config --link-ld --libs -L/opt/local/lib -laprutil-1 -ldb-4.6 -lexpat -liconv }}} However, actually trying to use these linker flags results in an error, because db-4.6 cannot be found. That is because the given "-L" library path is unsufficient: MacPorts has installed db4.6 in /opt/local/lib/db4.6 rather than /opt/local/lib, so db-4.6 cannot be found. -- Ticket URL: <http://trac.macports.org/ticket/20592> MacPorts <http://www.macports.org/> Ports system for Mac OS