LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1011|回复: 3

高手解决安装php遇到的问题!

[复制链接]
发表于 2004-7-22 11:53:22 | 显示全部楼层 |阅读模式
安装php。
shell>./configure --prefix=/php4.3 --enable-force-cgi-redirect --with-freetype-dir=/apache --with-png-dir=/apache --with-gd --enable-gd-native-ttf --with-ttf --with-gdbm --with-gettext --with-iconv --with-jpeg-dir=/apache --with-png --with-zlib --with-xml --enable-calendar --with-mysql=/var/lib/mysql --with-apxs2=/apache/bin/apxs

shell>......

checking for type uint... (cached) yes
checking for type ushort... (cached) yes
checking for int8... (cached) no
checking base type of last arg to accept... (cached) socklen_t
checking return type of qsort... (cached) void
configure: error: Cannot find MySQL header files under /var/lib/mysql

我的mysql是系统默认的。

mysql-3.23.49-3.i386.rpm      
mysqlclient9-3.23.22-6.i386.rpm  
mysql-devel-3.23.49-3.i386.rpm
mysql-server-3.23.49-3.i386.rpm

,请问如何解决??
发表于 2004-7-22 19:16:49 | 显示全部楼层
--with-mysql=/var/lib/mysql
header 通常都不會放在這的, 看看 /usr/include 有沒有
 楼主| 发表于 2004-7-23 08:29:06 | 显示全部楼层
header 指的是什么文件?起什么作用?
能说的详细点吗?
多谢版主!
 楼主| 发表于 2004-7-23 08:40:29 | 显示全部楼层
我的apache2.0安装方法:
./configure --prefix=/apache --enable-module=so --enable-module=rewrite --enable-shared=max --htdocsdir=/var/www &&
make &&
make install


还有在apache2.0用php5.0.0.0RC3安装时出现下列错误:

........
checking whether to enable IPv6 support... yes
checking whether to enable versioning... no

Configuring extensions
checking whether to enable LIBXML support... yes
checking libxml2 install dir... no
configure: error: libxml2 version 2.5.10 or greater required.

望版★主给予指正!!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表