Skip to content

Instantly share code, notes, and snippets.

@madhums
Created October 20, 2011 08: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 madhums/1300640 to your computer and use it in GitHub Desktop.
Save madhums/1300640 to your computer and use it in GitHub Desktop.
build php from source
make clean
./configure --prefix=/home/madhu/local/php --with-apxs2=/usr/bin/apxs2 --with-mysql --with-pdo-mysql --with-zlib --with-openssl --with-jpeg-dir=/usr/lib --with-gd --with-curl --with-mcrypt --enable-soap --with-pear --with-gettext --with-gdbm --with-libdir=lib64 --enable-mbstring
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment