OCI8
OCI8 Support enabledOCI8 DTrace Support disabled
OCI8 Version 2.0.8
Revision $Id: f04114d4d67cffea4cdc2ed3b7f0229c2caa5016 $
Oracle Run-time Client Library Version 12.1.0.2.0
Oracle Compile-time Instant Client Version 12.1
如果打印出了如下信息,则表示我们的配置到此已经成功。
下面是debug环节:
1.编译过程出现:
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
通过如下进行解决:
给php编译安装Fileinfo的时候,报configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.看了下说是要re2c这个东西.
解决办法:
wget
tar zxf re2c-0.13.5.tar.gz && cd re2c-0.13.5
./configure
make && make install
然后再去编译安装Fileinfo,就不会报re2c的错误了.
2.编译过程出现库文件无法找到:
configure: error: Oracle Instant Client libraries libnnz.so and libclntsh.so not found
检查你在创建软链接的时候是否是通过命令行创建的
3.checking Oracle Instant Client SDK header directory... configure: error: Oracle Instant Client SDK header files not found
你的sdk文件夹是否位于instantclient目录下。
4.ERROR: `/tmp/pear/temp/oci8/configure --with-oci8=instantclient,/usr/local/lib/instantclient' failed
--with-oci8后面的所跟的路径是否正确,应该是我们最后复制到的目录下。
如果遇到其他的问题,欢迎留下评论一起交流。
Ubuntu安装Nginx php5-fpm MySQL(LNMP环境搭建)
CentOS 6中配置PHP的LNMP的开发环境
Ubuntu 13.04 安装 LAMP\Vsftpd\Webmin\phpMyAdmin 服务及设置
CentOS 5.9下编译安装LAMP(Apache 2.2.44+MySQL 5.6.10+PHP 5.4.12)
RedHat 5.4下Web服务器架构之源码构建LAMP环境及应用PHPWind