2013年4月4日星期四

[分享] 不安装 mysql 的情况下编译安装 php 的 mysqli, mysql 扩展


下载最新的稳定版php.
$ cd php-src
$ ./configure --prefix=/Users/yongjieyang/php--enable-cli --with-libxml-dir=/usr --with-kerberos=/usr --with-zlib=/usr --enable-bcmath --with-bz2=/usr --enable-calendar --with-curl=/usr --enable-exif --enable-ftp --with-ldap=/usr --with-ldap-sasl=/usr --enable-mbstring --enable-mbregex --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-mysql-sock=/var/mysql/mysql.sock --without-pear --with-iodbc=/usr --enable-shmop --with-snmp=/usr --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-wddx --with-xmlrpc --with-iconv-dir=/usr --with-xsl=/usr --enable-zip --with-pcre-regex=/Users/yongjieyang/local --enable-fpm
$ make
$ make test
$ make install

红色记的内容换成当前系统的正确的目录即可.
另外,没有启用 gd,因为我的机器上没有相应的库文件,懒的下载了.
--enable-fpm 开启 fastcgi.

没有评论: