Skip to content

Instantly share code, notes, and snippets.

@AndreasBaumgart
Created June 19, 2009 20:45
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 AndreasBaumgart/132883 to your computer and use it in GitHub Desktop.
Save AndreasBaumgart/132883 to your computer and use it in GitHub Desktop.
./configure \
--prefix=/Users/andreas/Applications/PHP5 \
--with-pear \
--with-bz2=shared,/sw \
--with-mcrypt=shared,/sw \
--with-iconv-dir=/sw \
--with-zlib-dir=/usr/local \
--with-jpeg-dir=/sw \
--with-png-dir=/sw \
--with-gd=shared \
--with-apxs2=/Users/andreas/Applications/WebServer/bin/apxs \
--with-mysql=shared,/usr/local/mysql \
--with-pdo-sqlite=shared \
--with-pdo-mysql=shared,/usr/local/mysql \
--enable-fastcgi \
--disable-ipv6 \
--with-ttf=shared,/sw \
--with-freetype-dir=/sw/lib/freetype2 \
--enable-zip \
--enable-mbstring \
--with-xsl=shared,/sw \
# & make & make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment