Skip to content

Instantly share code, notes, and snippets.

@brisbanewebdeveloper
Created July 28, 2012 09:04
Show Gist options
  • Select an option

  • Save brisbanewebdeveloper/3192537 to your computer and use it in GitHub Desktop.

Select an option

Save brisbanewebdeveloper/3192537 to your computer and use it in GitHub Desktop.
configure setting for PHP with PHP-FPM + MySQL + Nginx on iMac having Mountain Lion
./configure --prefix=/usr/local --enable-xml --with-libxml-dir=/usr --enable-exif --enable-ftp --enable-gd-native-ttf --enable-mbregex --enable-json --enable-shmop --enable-fpm --with-mhash --with-xmlrpc --enable-xmlwriter --enable-xmlreader --with-xsl=/usr --enable-zip --with-bz2 --enable-dom --enable-fileinfo --with-openssl --with-mysql=mysqlnd --with-mysql-sock=/tmp/mysql.sock --with-mysqli=mysqlnd --with-zlib --with-gd --with-png-dir=/usr/X11 --with-freetype-dir=/usr/X11 --with-jpeg-dir=/usr/local --with-xpm-dir=/usr/X11 --enable-shmop --enable-sockets --enable-sysvsem --enable-sysvshm --enable-mbstring --with-iconv --with-mcrypt=/usr/local --with-curl=/usr --with-pdo-mysql=mysqlnd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment