|
|
我装的apache版本是2.0.54,但是mod_ssl需要的apache是1.3.33,在configure的时候就错了:
./configure --with-apache=../httpd-2.0.54/ --with-ssl=../openssl-0.9.8/ --prefix=/usr/local/apache2/
Configuring mod_ssl/2.8.24 for Apache/1.3.33
./configure:Error: Cannot find Apache 1.3 source tree under ../httpd-2.0.54/
./configure:Hint: Please specify location via --with-apache=DIR
那我该怎么装呢?
谢谢 |
|