On Mon, May 31, 1999, gil wrote:
> I'm building mod_ssl with the most recent versions of apache and openSSL.
>
> When I try to start the newly created httpd, I get this error:
>
> [root@reliant apache_1.3.6.ssl]# bin/apachectl start
> Syntax error on line 33 of /usr/src/apache_1.3.6.ssl/conf/httpd.conf:
> Cannot load /usr/src/apache_1.3.6.ssl/modules/mod_env.so into server:
>/usr/src/apache_1.3.6.ssl/modules/mod_env.so: cannot open shared object file: No such
>file or directory
> bin/apachectl start: httpd could not be started
>
> There are no ".so" modules, I only see ".o" modules. Did I make a
> mistake in building mod_ssl or are the dynamic modules called ".o"
> instead of ".so".
>
> I'm using an older httpd.conf that was built with mod_ssl v2.0.x....
Errr... seems like you're trying to load object files from the source tree as
DSOs. NO, no, that's totally wrong. Please do yourself a favor and follow the
INSTALL document carefully instead of fiddling around yourself in the source
tree until you're familiar with the whole Apache build and installation
process. When you follow the INSTALL document anything is installed and
pre-configured for you automatically. Then, when this worked fine for you,
you can start migrating to your old httpd.conf, etc.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]