编译PHP 5.5.5时没有构建PHP模块

时间:2013-11-06 05:51:07

标签: php php-ini

我正在尝试将PHP 5.5.5构建为Apache模块(在Dreamhost VPS上)。我正在使用这个configure命令:

'./configure'  '--prefix=/home/stimulantvps/php/php5.5.5' '--with-config-file-path=/home/stimulantvps/php/php5.5.5/etc/php5' '--with-config-file-scan-dir=/home/stimulantvps/php/php5.5.5/etc/php5' '--enable-so' '--bindir=/home/stimulantvps/php/php5.5.5/bin' '--enable-zip' '--with-xmlrpc' '--with-freetype-dir=/usr' '--with-mhash=/usr' '--with-zlib-dir=/usr' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-curl=/home/stimulantvps/php/php5.5.5' '--with-gd' '--enable-gd-native-ttf' '--enable-ftp' '--enable-exif' '--enable-sockets' '--enable-wddx' '--enable-calendar' '--enable-mbstring' '--enable-mbregex' '--enable-bcmath' '--with-mysql=/usr' '--with-mysqli=mysqlnd' '--with-pear' '--with-gettext' '--with-pdo-mysql=mysqlnd' '--with-openssl=/home/stimulantvps/php/php5.5.5' '--with-xsl' '--with-mcrypt=/home/stimulantvps/php/php5.5.5'

构建顺利,但我找不到任何地方都没有.so文件输出。

bin / php确实从命令行运行,而phpinfo()的输出就在这里。 https://gist.github.com/endquote/f57d510080eb44e9d818

0 个答案:

没有答案