免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
123下一页
最近访问板块 发新帖
查看: 13503 | 回复: 26
打印 上一主题 下一主题

[配置] linux下自带PHP不支持mysql,怎么办? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-11-14 15:04 |只看该作者 |倒序浏览
linux下自带PHP不支持mysql,怎么办?
linux下,以PHP+apache+mysql构建web网站,其中mysql(mysql-3.23.57-pc-linux-i686.tar.gz)是以Tarball方式安装的,php和apache是系统自带的.
现在网站静态部分无问题,有后台数据库无法访问,例打开http://XXXX/phpmyadmin,网页报错:cannot load MySQL extension,
please check PHP Configuration.
Documentation
如打开网页info.php, 显示页面无mysql板块,php为4.2.2版.
请大家帮助.

论坛徽章:
1
技术图书徽章
日期:2013-12-05 23:25:45
2 [报告]
发表于 2005-11-14 15:05 |只看该作者
1. 看看是否有php-mysql的rpm可以安装

2. 如果找不到,重新编译。

论坛徽章:
0
3 [报告]
发表于 2005-11-14 15:17 |只看该作者
1. 看看是否有php-mysql的rpm可以安装
回答,网上找不到啊.我需要的是php-mysql-4.2.2

2.如果找不到,重新编译。
回答,我这个php4.22是装系统时就装上去的.怎么重新编译啊.或着说我怎么才能把它删干净,或着我怎么将它升级到php5.0,以使它支持mysql.

多谢!

论坛徽章:
1
技术图书徽章
日期:2013-12-05 23:25:45
4 [报告]
发表于 2005-11-14 15:35 |只看该作者

论坛徽章:
0
5 [报告]
发表于 2005-11-14 21:35 |只看该作者
原帖由 ruiruigz 于 2005-11-14 15:17 发表
1. 看看是否有php-mysql的rpm可以安装
回答,网上找不到啊.我需要的是php-mysql-4.2.2

2.如果找不到,重新编译。
回答,我这个php4.22是装系统时就装上去的.怎么重新编译啊.或着说我怎么才能把它删干净,或着我 ...


1.从你安装光盘上找.

2.
删除:
rpm -e php --nodeps

安装:
wget http://www.php.net/......./

tar zxvf .........
./configure --with-mysql --with-apxs2=/usr/...
make
make install

论坛徽章:
0
6 [报告]
发表于 2005-11-15 10:26 |只看该作者
--with-apxs2=/usr/...
上面这个参数不明白.我apche2.X是系统自带的,所以我找不到--with-apxs2=    的正确位置.
请大老帮忙啊.搞了好长时间啦.

论坛徽章:
0
7 [报告]
发表于 2005-11-15 10:57 |只看该作者
找不到正确with-apxs2位置,编译中断,代码如下:

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking for member fd in BUFF *... (cached) no
checking for mod_charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS...

Sorry, I cannot run apxs.  Possible reasons follow:

1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)

The output of /usr/sbin/apxs follows:
cannot open /usr/lib/httpd/build/config_vars.mk: No such file or directory at /usr/sbin/apxs line 231.
configure: error: Aborting

论坛徽章:
1
技术图书徽章
日期:2013-12-05 23:25:45
8 [报告]
发表于 2005-11-15 10:59 |只看该作者
执行并告诉我结果:
whereis apxs
find / -name "apxs"
whereis httpd
httpd -v

论坛徽章:
0
9 [报告]
发表于 2005-11-15 11:04 |只看该作者
[root@cks-ap2 modules]# whereis apxs
apxs: /usr/sbin/apxs
注释:该机上原来没有apxs文件,我从另一台linux上copy过来,放在此处的.httpd是系统自带的.
[root@cks-ap2 modules]# whereis httpd
httpd: /usr/sbin/httpd.worker /usr/sbin/httpd /etc/httpd /usr/lib/httpd /usr/share/man/man8/httpd.8.gz

论坛徽章:
0
10 [报告]
发表于 2005-11-15 11:06 |只看该作者
[root@cks-ap2 modules]# whereis apxs
apxs: /usr/sbin/apxs
注释:该机上原来没有apxs文件,我从另一台linux上copy过来,放在此处的.httpd是系统自带的.

[root@cks-ap2 modules]# find / -name apxs
/usr/sbin/apxs

[root@cks-ap2 modules]# whereis httpd
httpd: /usr/sbin/httpd.worker /usr/sbin/httpd /etc/httpd /usr/lib/httpd /usr/share/man/man8/httpd.8.gz
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP