centos 6.3 x64 php 5.2.6 扩展安装openssl 出错 的解决方法

本文介绍了在使用PHP 5.2.17版本独立安装openssl扩展时遇到的问题及解决方案。主要问题出现在配置过程中,通过修改配置文件和使用特定版本的PHP解决了编译时的错误。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

转自:http://www.wenlingnet.com/index.php/258/

以前编译php没有 –with–openssl 现在要使用到 openssl ,phpinze扩展安装,但是在make时候报错

今天找这个在网上找了大半天,最后总结应该是php版本本身的问题,错误是php编译好后,通过phpize单独添加时候报错的内容

问题:
/usr/local/src/php-5.2.6/ext/openssl/openssl.c:229: error: expected specifier-qualifier-list before ‘LHASH’
/usr/local/src/php-5.2.6/ext/openssl/openssl.c:410: error: expected declaration specifiers or ‘…’ before ‘LHASH’
/usr/local/src/php-5.2.6/ext/openssl/openssl.c: In function ‘php_openssl_config_check_syntax’:
/usr/local/src/php-5.2.6/ext/openssl/openssl.c:416: error: ‘config’ undeclared (first use in this function)
/usr/local/src/php-5.2.6/ext/openssl/openssl.c:416: error: (Each undeclared identifier is reported only once
/usr/local/src/php-5.2.6/ext/openssl/openssl.c:416: error: for each function it appears in.)
/usr/local/src/php-5.2.6/ext/openssl/openssl.c: In function ‘add_oid_section’:
/usr/local/src/php-5.2.6/ext/openssl/openssl.c:435: error: ’struct php_x509_request’ has no member named ‘req_config’
/usr/local/src/php-5.2.6/ext/openssl/openssl.c:439: error: ’struct php_x509_request’ has no member named ‘req_config’

解决思路

php5.2.5
php5.2.6
php5.2.8
php5.3.0

php安装好后在独立安装openssl扩展会有问题,推荐使用php5.2.17
wget http://museum.php.net/php5/php-5.2.17.tar.gz

这个是经过测试的出来的结果

安装过程:
#下面是php的安装目录
/usr/local/php5/bin/

#切换到php安装目录的 etx/openssl目录
cd /php-5.2.17/ext/openssl

#查看openssl目录下有个config0.m4,把config0.m4改名为config.m4。
cp config0.m4 config.m4

#依次执行:
/usr/local/php5/bin/phpize

./configure –with-openssl –with-php-config=/usr/local/php5/bin/php-config

make && make install

#然后找到php.ini所在位置 打开 extension_dir(如果没有则自行添加), 同时添加 extension = “openssl.so”

#重启服务器 即可

#openssl 查看方法:
/usr/local/php5/bin/php -m |grep openssl


后来又找到一个方法,但有待于验证

cd /usr/src/php-4.4.9/ext/openssl
cp -p config0.m4 config.m4
phpize
mv openssl.c openssl.c.bkp
wget http://cpanelstuffs.linuxcabin.com/downloads/openssl.c

Now run the config.



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值