当前位置:网站首页>CentOS 6.3 下 PHP编译安装JSON模块报错解决
CentOS 6.3 下 PHP编译安装JSON模块报错解决
2022-07-04 13:55:00 【星哥玩云】
我在搭建监控系统时候出现JSON模块安装失败,PHP5.3 系统CentOS 6.3,安装json报错 ZVAL_DELREF 符号未知错误... # Warning: PHP Startup: Unable to load dynamic library '/home/json/json-1.2.1/modules/json.so' - /home/json/json-1.2.1/modules/json.so: undefined symbol: ZVAL_DELREF in Unknown on line 0
经过查看是因为php版本造成,以下为解决方案:
# tar xf json-1.2.1.tgz # cd json-1.2.1 # pwd /root/桌面/json-1.2.1 # vim JSON_parser.c #define ZVAL_DELREF Z_DELREF_P //rpm安装PHP5.3不支持该符号,需要手动添加符号,然后在编译安装,前面的#号不要去掉,直接添加到文件前面就好.
# phpize //如果没有phpize命令,那么用yum去安装php-devel包 # ./configure # make && make install # find / -name *json.so //查看是否有json模块 /usr/lib64/php/modules/json.so # vim /etc/php.ini //添加以下行 extension=json.so # vim /etc/php.d/json.ini //创建json.ini文件,添加以下两行 ; Enable snmp extension module extension=json.so
测试php是否加载json模块: 1)使用php -m命令查看是否php已经加载json模块 # php -m json //查看打印出来的模块
2)使用php测试页查看验证
# vim/var/www/html/index.php //创建php浏览页,在其中添加以下内容
<?php phpinfo(); ?>
浏览器登录http://127.0.0.1/index.php 出现以下内容也证明安装加载成功
边栏推荐
猜你喜欢
Implementation of macro instruction of first-order RC low-pass filter in signal processing (easy touch screen)
Five minutes per day machine learning: use gradient descent to complete the fitting of multi feature linear regression model
TechSmith Camtasia studio 2022.0.2 screen recording software
Redis的4种缓存模式分享
深度学习 网络正则化
Summary of common problems in development
函数计算异步任务能力介绍 - 任务触发去重
音视频技术开发周刊 | 252
Luo Gu - some interesting questions
微博、虎牙挺进兴趣社区:同行不同路
随机推荐
Why do domestic mobile phone users choose iPhone when changing a mobile phone?
Leetcode 1200 minimum absolute difference [sort] the way of leetcode in heroding
Ffmpeg Visual Studio development (IV): audio decoding
PLC Analog input analog conversion FC s_ ITR (CoDeSys platform)
selenium 元素交互
都在说DevOps,你真正了解它吗?
重排数组
Cann operator: using iterators to efficiently realize tensor data cutting and blocking processing
Node mongodb installation
Guitar Pro 8win10 latest guitar learning / score / creation
Redis哨兵模式实现一主二从三哨兵
近一亿美元失窃,Horizon跨链桥被攻击事件分析
Align left and right!
Quick introduction to automatic control principle + understanding
LVGL 8.2 Menu
Redis的4种缓存模式分享
Leecode learning notes - Joseph problem
炒股网上开户安全吗?会不会被骗。
输入宽度!
韩国AI团队抄袭震动学界!1个导师带51个学生,还是抄袭惯犯