apache编译的问题,需要加mysql模块

解决方案 »

  1.   

    mysql运行正常,但实在phpinfo()提供的信息页中去找不到,这是什么原因呢?
      

  2.   

    http://www.ccidnet.com/tech/os/2001/05/14/58_2142.html
      

  3.   

    可是apache的文件中只有关于php4模块的内容,没有关于加载mysql的啊?
      

  4.   

    cd ../php-4.2.3 
    ./configure --with-mysql=/usr/local/mysql --with=apache=../apache_1.3.27 --enable-track-vars 
      

  5.   

    今天刚遇到这个问题,自定义安装redhat7.3自带的php出现这个问题
    win32版本的没有这个问题
    重新编译
    apache2  :  ./confgiure --.....--with-apxs2=/apache2.0.43/bin/apxs --......