/etc/rc.d/init.d/httpd stop 没有?
php make 和 make install 没有?在这过程中php编译出错没有?

解决方案 »

  1.   

    /etc/rc.d/init.d/httpd stop 没有?如何设置?我不清楚
    php编译过程没有出现错误
      

  2.   

    有没有指定apache的安装路径??
      

  3.   

    在编译前先运行
    /etc/rc.d/init.d/httd stop
    cd ../apache_1.3.12
    ./configure --prefix=/www
    cd ../php-4.0.3
    ./configure --with-apache=../apache_1.3.12 --with-mysql --with-oci8=/ora --enabled-stock-vars
    make
    make install
    cd ../apache_1.3.12
    ./configure --prefix=/www --active-module=src/modules/php4/libphp4.a
    make
    make install
      

  4.   

    谢谢楼上的几位,
    我已经把Mysql全删掉了,准备重新安装linux,在安装的过程中把Mysql、Apache装上,然后再安装php。