安装PHP出现问题!

安装PHP出现问题!

第一个是关于数据库的:数据库无法自启.我在手动时.必须启动mysqld_safe后才能启动mysql 而且必须带上用户.我进入linux用的是root.
第二个就是PHP的编译时出的问题:我的命令是
./configure --prefix=/usr/local/php5 --with-apxs2=/usr/local/apache2/bin/apxs --with-config-file-path=/usr/local/lib --enable-track-vars --with-xml --with-MySQL=/usr/local/mysql
出现这样的提示:
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS...
  
Sorry, I was not able to successfully run APXS.  Possible reasons:
  
1.  Perl is not installed;
2.  Apache was not compiled with DSO support (--enable-module=so);
3.  'apxs' is not in your path.  Try to use --with-apxs=/path/to/apxs
The output of /usr/local/apache/bin/apxs follows
apxs:Error: Sorry, no DSO support for Apache available
apxs:Error: under your platform. Make sure the Apache
apxs:Error: module mod_so is compiled into your server
apxs:Error: binary `/usr/local/apache/bin/httpd'.
configure: error: Aborting
我的确没有安装perl,我是新手,安装时安装时是照网上写的.
在安装apache时我这样写的:
./configure --prefix=/usr/local/apache2 --enable-module=so
请帮我看看,我没有办法了!
      
哥们 你是怎么安装上的 我安装的时候有问题啊
我用redhat9 默认安装的了apache和mysql 还有xml等组件
我现在要架设LAMP服务器,由于rh9自带的mysql版本太低为3.x的所以我想升级一下mysql
从网上下的rpm包安装不了 说缺少一个.so的文件
自带的apache是2.0的 我用源码包安装 2.2的时候 安装过程很正常,没有错误,可是安装完成后 用rpm -qa httpd 查看 却还是以前的就版本
libxml也有这个问题,特别是xml的 因为rh9自带的xml太老了 我装php的时候就会报错
请高手指点:安装软件的时候应该怎样安装 特别是升级安装的时候 怎么样才能覆盖掉以前的老版本      
有背遗弃的感觉。终于来了一个。还是同病相连的。我的问题基

本算是解决了吧。在预编译configure是时加上--enable-shared

=max不会出现我上面的错误码。不过又出现另外一个错误。也是

楼上说的libxml2问题。会出现这样的错误提示:Configuring

extensions
checking whether to enable LIBXML support... yes
checking libxml2 install dir... no
checking for xml2-config path... /usr/bin/xml2-config
configure: error: libxml2 version 2.6.11 or greater
我解决的办法是下了下新的。不过不是RPM包。
也是在预编译时configure --enable-ipv6=no不要加--prefix

我加的时没成功。错误仍出现。
我在装mysql用的也不是rpm包就是在本站下的二进制文件。不编译安装。具体可参照http://gang613.blogbus.com/logs/2005/11/1569106.html。
关于版本问题我在安装php时安的是php5.1.6在查看版本也不附。可能就这样。
我在安装时搜索词为:
linux下安装mysql
linux下安装apache
你自己再找找看!