服务器版本号:SCO UnixWare 7.1.0
oracle版本号:8.0.5

解决方案 »

  1.   

    那里有UNIX版本下安装APACHE服务器2.0.46的例子啊?
      

  2.   

    linux应该差不多,先安装apache
    cd httpd-2.0.46
    make clean
    ./configure --prefix=/usr/local/apache
    make 
    make installcd /usr/local/src/php-4.3.2
    make clean
     ./configure --with-apxs2=/usr/local/apache/bin/apxs \
      --with-oracle=/home/oracle
      make
      make install
      

  3.   

    在apache配置configure后, make install了,进入bin运行
    ./apachectl start 没有提示,在运行
    ./apachectl stop 提示程序没有运行
    我加载了httpd的参数,路径也没问题,conf里面的配置文件有关参数也配置好了,就是不行!
    为什么啊????????????