Skip to content

Instantly share code, notes, and snippets.

@undergroundwebdesigns
Created November 1, 2012 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save undergroundwebdesigns/3996928 to your computer and use it in GitHub Desktop.
Save undergroundwebdesigns/3996928 to your computer and use it in GitHub Desktop.
Decompressing source for php.
Configuring php.
rake aborted!
Command failed:
ran "./configure --prefix='/Users/alexwillemsma/Work/CouchSurfing/Code/csbox/osx-x86_64-10.8/php' --with-apx2 --with-apxs2='/Users/alexwillemsma/Work/CouchSurfing/Code/csbox/osx-x86_64-10.8/apache/bin/apxs' --with-mysql='shared,/Users/alexwillemsma/Work/CouchSurfing/Code/csbox/osx-x86_64-10.8/mysql50' --with-jpeg-dir='/Users/alexwillemsma/Work/CouchSurfing/Code/csbox/osx-x86_64-10.8/libjpeg' --with-png-dir='/Users/alexwillemsma/Work/CouchSurfing/Code/csbox/osx-x86_64-10.8/libpng' --disable-debug --with-pic --disable-rpath --without-pear --with-bz2 --enable-gd-native-ttf --without-gdbm --with-iconv --with-openssl='/Users/alexwillemsma/Work/CouchSurfing/Code/csbox/osx-x86_64-10.8/openssl' --with-zlib='/Users/alexwillemsma/Work/CouchSurfing/Code/csbox/osx-x86_64-10.8/zlib' --enable-exif --enable-ftp --enable-magic-quotes --enable-sockets --with-kerberos --enable-ucd-snmp-hack --enable-shmop --enable-calendar --enable-xml --with-system-tzdata --with-mhash --enable-force-cgi-redirect--enable-pcntl --enable-mbstring -enable-mbregex --with-gd --enable-bcmath --enable-dba --with-xmlrpc --with-ldap --with-ldap-sasl --with-mcrypt='shared,/Users/alexwillemsma/Work/CouchSurfing/Code/csbox/osx-x86_64-10.8/mcrypt' --enable-dom --with-pgsql --enable-wddx --enable-soap --enable-xmlreader --enable-xmlwriter --with-curl='shared,/Users/alexwillemsma/Work/CouchSurfing/Code/csbox/osx-x86_64-10.8/curl' --enable-fastcgi --enable-json --enable-zip --without-readline --with-libedit --with-pspell='shared,/Users/alexwillemsma/Work/CouchSurfing/Code/csbox/osx-x86_64-10.8/aspell' --enable-phar --enable-sysvmsg --enable-sysvshm --enable-sysvsem --enable-posix --enable-fileinfo 2>&1"
in "/Users/alexwillemsma/Work/CouchSurfing/Code/csbox/local/build/osx-x86_64-10.8/php/php-5.3.14"
and got result: #<Process::Status: pid 30042 exit 1>
with output:
creating cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking host system type... i386-apple-darwin12.2.0
checking target system type... i386-apple-darwin12.2.0
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for icc... no
checking for suncc... no
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... no
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking for bison... bison -y
checking for bison version... 2.3 (ok)
checking for re2c... no
configure: warning: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether gcc supports -no-cpp-precomp... yes
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking for pthreads_cflags...
checking for pthreads_lib...
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking whether to enable Apache charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS...
Sorry, I cannot run apxs. Possible reasons follow:
1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)
The output of /Users/alexwillemsma/Work/CouchSurfing/Code/csbox/osx-x86_64-10.8/apache/bin/apxs follows:
cannot open /Users/dc/.cs/csbox/osx-x86_64-10.8/apache/build/config_vars.mk: No such file or directory at /Users/alexwillemsma/Work/CouchSurfing/Code/csbox/osx-x86_64-10.8/apache/bin/apxs line 217.
configure: error: Aborting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment