Problems with compiling apache2 on Mac OS X Mountain Lion

后端 未结 10 1828
借酒劲吻你
借酒劲吻你 2020-12-23 21:34

While trying to compile the latest version of the apache web server(2.4.3) on my Mac (10.8) I run into a problem. When I run the ./configure command I got the following outp

10条回答
  •  暖寄归人
    2020-12-23 22:35

    @AlphaZygma this worked great for me. I'm on 10.8.5 and had to add the following to /etc/paths:

    /Applications/Xcode.app/Contents/Developer/usr/bin
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
    

    instead of yours.

提交回复
热议问题