Skip to content

Instantly share code, notes, and snippets.

@skyriser
Created July 26, 2011 03:28
Show Gist options
  • Save skyriser/1105891 to your computer and use it in GitHub Desktop.
Save skyriser/1105891 to your computer and use it in GitHub Desktop.
PHP 5.3.6 with MySQL, Mcrypt, GD, etc...
./configure \
--enable-mbstring \
--enable-mbregex \
--with-mcrypt \
--with-gd \
--with-libdir=lib64 \
--enable-bcmath \
--with-apxs2=/usr/local/apache2/bin/apxs \
--disable-debug \
--with-mysql=/usr/bin \
--with-zlib \
--with-pdo-mysql \
--enable-zend-multibyte \
--enable-soap \
--with-openssl \
--with-curl
@skyriser
Copy link
Author

note:
change path to apxs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment