speedmax (owner)

Fork Of

Revisions

gist: 168921 Download_button fork
public
Public Clone URL: git://gist.github.com/168921.git
Embed All Files: show embed
configure_mysql_5-3-0.sh #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
./configure \
    --prefix=/usr/local/php5.3 \
    --mandir=/usr/local/share/man \
    --infodir=/usr/local/share/info \
    --with-config-file-path=/usr/local/etc \
    --enable-calendar \
    --with-iconv=/opt/local \
    --enable-exif \
    --enable-ftp \
    --enable-wddx \
    --with-zlib=/opt/local \
    --with-bz2=/opt/local \
    --with-libxml-dir=/opt/local \
    --with-gettext=/opt/local \
    --with-xmlrpc \
    --enable-soap \
    --enable-bcmath \
    --enable-mbstring \
    --enable-dba \
    --with-openssl=/opt/local \
    --with-mhash=/opt/local \
    --with-mcrypt=/opt/local \
    --with-xsl=/opt/local \
    --with-curl=/opt/local \
    --with-gd \
    --with-jpeg-dir=/opt/local \
    --with-png-dir=/opt/local \
    --enable-gd-native-ttf \
    --without-pear \
    --with-freetype-dir=/opt/local \
    --with-ldap=/usr \
    --with-kerberos=/usr \
    --with-iodbc=/usr \
    --with-sqlite \
    --with-pdo-sqlite=/opt/local \
    --enable-sqlite-utf8 \
    --with-pdo-mysql=/usr/local/mysql/bin/mysql_config \
    --with-mysql=/usr/local/mysql \
    --with-mysqli=/usr/local/mysql/bin/mysql_config