Skip to content

Instantly share code, notes, and snippets.

@Neil-Aframe
Created November 16, 2012 10:44
Show Gist options
  • Save Neil-Aframe/4086338 to your computer and use it in GitHub Desktop.
Save Neil-Aframe/4086338 to your computer and use it in GitHub Desktop.
Trying to compile mod_xsendfile on Mac
apxs -cia mod_xsendfile.c
/usr/share/apr-1/build-1/libtool --silent --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/bin/cc -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -I/usr/local/include -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/apr-1 -c -o mod_xsendfile.lo mod_xsendfile.c && touch mod_xsendfile.slo
env: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/bin/cc: No such file or directory
apxs:Error: Command failed with rc=65536
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment