php的安装命令如下:
cd ../php-5.0.4
./configure --with-apxs=/usr/local/www/bin/apxs --disable-debug \
--enable-pic --disable-rpath --enable-inline-optimization \
--with-dom --with-gd --with-freetype-dir=/usr/lib \
--with-png-dir --with-iconv --with-jpeg-dir --with-zlib \
--enable-track-vars
make
make install
--with-mysql果然没有+,
+上之后重新make
make install
就ok了吧?
【 在 atppp (Big Mouse) 的大作中提到: 】
: liangls:这个回答针对你来说是错误的,因为你的php是编译安装的而不是用rpm包装的
: 你看到了没有,如果你描述问题不准确,得到的回答往往也会是错误的,然后你可能会
: 相信这个回答去琢磨,这样你就会浪费更多的时间,一个简单的问题往往好几天都解决不了
: ...................
--
修改:liangls FROM 168.160.18.*
FROM 168.160.18.*