Created attachment 30205 [details] macports build log is deprecated
As of OS X 10.4 / darwin8, Apple has been recommending use of the dlopen/dlsym etc APIs instead of the NSCreateObjectFileImageFromFile APIs. It looks like apr's configure script handles this, though, and chooses which API to use based on uname output. A snippet from apr on trunk: case $host in *darwin[[0-8]]\.*) # Original Darwin, not for 9.0!: AC_CHECK_FUNC(NSLinkModule, [dsotype=dyld]);; The macports build log appears to be a build of Apache 1.3.41, which is pretty ancient. Do you see this problem with version 2.2, 2.4, or head?