编译php-4.4.7支持oci8

这段时间为编译PHP支持ORACLE忙碌着,
上次装的是APACHE2.2.4但对ORACLE的问题一直没解决,没办法只好再编译APACHE1.3.37和php4.4.7
前面已经介绍过装oracle客户端了,这里主要针对APACHE1.3.37和php4.4.7的编译记录一下

 

Apache 1.3.37

tar -zxvf apache-1.3.37.tar.gz

cd apache_1.3.37/

./configure  --prefix=/opt/app/apache-1.3.37 --enable-module=so --enable-module=rewrite --enable-shared=max

make

make install

 

Php 4.4.7

tar -zxvf php-4.4.7.tar.gz

cd php-4.4.7/

export LD_LIBRARY_PATH=/usr/lib/oracle/10.2.0.3/client/lib/

echo /usr/lib/oracle/10.2.0.3/client/ >> /etc/ld.so.conf

ldconfig

export ORACLE_HOME=/usr/lib/oracle/10.2.0.3/client/lib/

./configure --prefix=/opt/app/php-4.4.7/ --with-apxs=/opt/app/apache-1.3.37/bin/apxs --with-config-file-path=/opt/app/php --with-zlib --enable-sockets --enable-gd-native-ttf --with-gd --with-ttf --with-gdbm --with-gettext --with-iconv --with-png --with-xml --with-zlib --enable-exif --enable-mbstring –with-ldap --with-curl --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr --with-t1lib=/usr/local --enable-sigchild --with-ldap --with-oci8-instant-client

make

make install

转载于:https://www.cnblogs.com/wanlang/archive/2007/09/14/893489.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值