Archive for April 23rd, 2010
apache Could not reliably determine the server’s fully 解决。。
Posted by Albert in linux 服务器安装, PHP语言学习 on April 23rd, 2010
修改httpd.conf
ServerName localhost:80
这样就ok了啊~~
编译php VS oci8-1.4.1 报错解决
先是从pecl下载了oci8-1.4.1.tar.gz
./configure –with-php-config=/usr/local/php/bin/php-config –with-oci8=/usr/lib/oracle/10.2.0.3/client
make && make install
make的时候报错了
修改MakeFile
INCLUDES = -I/usr/local/php/include/php -I/usr/include/oracle/10.2.0.3/client
找到includes这里,加上-I/usr/include/oracle/10.2.0.3/client
再make就过了!
Recent Comments