Skip to content

Instantly share code, notes, and snippets.

@kathgironpe
Created May 2, 2010 05:51
Show Gist options
  • Save kathgironpe/386934 to your computer and use it in GitHub Desktop.
Save kathgironpe/386934 to your computer and use it in GitHub Desktop.
php5
./configure --prefix=/usr/local/php5 --mandir=/usr/share/man --infodir=/usr/share/info --sysconfdir=/etc --with-config-file-path=/etc --with-zlib --with-zlib-dir=/usr --with-openssl --without-iconv --enable-exif --enable-ftp --enable-mbstring --enable-mbregex --enable-sockets --with-mysql=/usr/local/mysql --with-pdo-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-apxs2=/usr/local/apache2/bin/apxs --with-gd --with-jpeg-dir=/usr/local/lib --with-png-dir=/usr/X11R6 --with-freetype-dir=/usr/X11R6 --with-mcrypt --with-xpm-dir=/usr/X11R6 --with-pgsql=/usr/local/psql --with-apxs2 --with-curl=/usr/local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment