You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/04/23 22:21:22 UTC

[Bug 54856] NSCreateObjectFileImageFromFile

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

Wim Lewis <wi...@omnigroup.com> changed:

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

--- Comment #1 from Wim Lewis <wi...@omnigroup.com> ---
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org