Skip to content

Instantly share code, notes, and snippets.

@marijn
Created December 10, 2010 14:20
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 marijn/03b9175bdb33ab2ce129 to your computer and use it in GitHub Desktop.
Save marijn/03b9175bdb33ab2ce129 to your computer and use it in GitHub Desktop.
./configure --prefix=/usr/local \
--with-apxs2=/usr/sbin/apxs \
--with-ldap=/usr \
--with-kerberos=/usr \
--enable-cli \
--with-zlib-dir=/usr \
--enable-exif \
--enable-ftp \
--enable-phar \
--enable-mbstring \
--enable-intl \
--enable-mbregex \
--enable-sockets \
--with-iodbc=/usr \
--with-curl=/usr \
--with-config-file-path=/etc \
--sysconfdir=/private/etc \
--with-iconv-dir=/usr \
--with-mysql-sock=/var/mysql \
--with-openssl=/usr \
--with-xmlrpc \
--with-xsl=/usr \
--with-pear \
--with-libxml-dir=/usr \
--with-iconv=/usr/local \
--with-pdo-mysql=/usr/local/mysql/bin/mysql_config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment