Closed GoogleCodeExporter closed 9 years ago
Apple in MacOS X 10.8 and 10.9 breaks the ability to compile Apache modules.
Try going to:
/Applications/Xcode.app/Contents/Developer/Toolchains/
and do:
ln -s XcodeDefault.xctoolchain OSX10.9.xctoolchain
There has been a suggestion that they have broken something related to
/usr/include in Mac OS X 10.9, but the description of the fix didn't seem right
so am not sure I believe that one.
Try the above first.
It will need to be fixed every time that Xcode is update.
Original comment by Graham.Dumpleton@gmail.com
on 25 Nov 2013 at 10:49
Thanks for the quick reply, Graham.
I followed your instructions and created this symbolic link:
$ sudo ln -s
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/
/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.9.xctoolchain
Afterwards, make terminated without errors. However, it did end with a repeated
warning:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/ranlib: file: .libs/mod_wsgi.a(wsgi_apache.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/ranlib: file: .libs/mod_wsgi.a(wsgi_apache.o) has no symbols
Is this important or can I just ignore this message?
Original comment by t...@sinnerschrader-mobile.com
on 25 Nov 2013 at 12:36
Those warnings can be ignored.
Original comment by Graham.Dumpleton@gmail.com
on 25 Nov 2013 at 10:52
It worked! Thank you!
Original comment by isc.migu...@gmail.com
on 30 Jun 2014 at 4:10
If you use mod_wsgi 4.1+ you shouldn't need to mess with the symlink any more.
So if using an older mod_wsgi 3.X version, upgrade to the new version.
https://github.com/GrahamDumpleton/mod_wsgi/releases
Original comment by Graham.Dumpleton@gmail.com
on 30 Jun 2014 at 4:19
Shouldn't be an issue with more recent mod_wsgi versions, closing.
Original comment by Graham.Dumpleton@gmail.com
on 31 Aug 2014 at 2:25
Original issue reported on code.google.com by
t...@sinnerschrader-mobile.com
on 25 Nov 2013 at 10:40