https://issues.apache.org/bugzilla/show_bug.cgi?id=54856

Wim Lewis <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Wim Lewis <[email protected]> ---
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?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to