#20323: serf 0.3.0 : build error -------------------------------------+-------------------------------------- Reporter: contact@… | Owner: blair@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: apr | Port: serf -------------------------------------+-------------------------------------- Comment(by blair@…): Why are you installing apr-0? It doesn't depend upon that version, it depend upon apr which is 1.x. It looks like it's picking up the APR 0.x install and not the APR 1.x install. Look at the path it's looking for: {{{ /opt/local/share/apr-0/build/libtool }}} Try replacing this line in serf's Portfile with {{{ configure.args --with-apr=${prefix} --with-apr-util=${prefix} }}} with {{{ configure.args --with-apr=${prefix}/bin/apr-1-config --with-apr- util=${prefix}/bin/apu-1-config }}} If that works, I'll update the Portfile. Blair -- Ticket URL: <http://trac.macports.org/ticket/20323#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS