- 论坛徽章:
- 0
|
httpd-2.0.54模块的支持问题
我的apache是httpd-2.0.54,当我编译mod_ssl时就会出现这样的现象
我指的不支持,就是这个不支持的意思,请你看看,是什么原因?
[root@etho mod_ssl-2.8.22-1.3.33]# ./configure --with-httpd=/usr/wtb/httpd-2.0.5 4
./configure:Error: Bad argument line: missing --with-apache=DIR
./configure:Usage: ./configure [mod_ssl options] [APACI options]
mod_ssl feedback options:
--help ...this message [OPTIONAL]
--quiet ...configure totally quiet [OPTIONAL]
--verbose ...configure with verbosity [OPTIONAL]
--force ...configure with disabled checks [OPTIONAL]
--expert ...configure without user hints [OPTIONAL]
mod_ssl configure options:
--with-apache=DIR ...path to Apache 1.3.x source tree [REQUIRED]
--with-apxs[=FILE] ...path to APXS program [OPTIONAL]
--with-ssl=DIR ...path to OpenSSL source tree [OPTIONAL]
--with-mm=DIR ...path to MM source tree [OPTIONAL]
--with-crt=FILE ...path to SSL X.509 certificate file [OPTIONAL]
--with-key=FILE ...path to SSL RSA private key file [OPTIONAL]
--with-patch=FILE ...path to your vendor 'patch' program [OPTIONAL]
--with-eapi-only ...apply EAPI to Apache source only [OPTIONAL]
APACI configure options: [OPTIONAL]
--prefix=DIR ...installation prefix for Apache
--... ...see INSTALL file of Apache for more options! |
|