刚装上的red flag linux 6
apache2.2.8这样装的
./configure --prefix=/usr/local/apache2 --enable-module=so
make
make install
//装的过程中没出来错误
php5.2.5
./configure --prefix=/usr/local/php5 --with-apxs2=/usr/local/apache2/bin/apxs
make
make install
//装的过程中也没有出来错误
http.conf
加入了
LoadModule php5_module modules/libphp5.so
和
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
运行 ./httpd -k restart时提示:
httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: /usr/local/apache2/modules/libphp5.so: undefined symbol: sqlite3VtabArgExtend
哪个帮帮!!!先谢

