Sorry for such a stupid question...  I'm trying to build libssl.so on RH7,
using the brute force method.  I've successfully built several other DSO's,
so I know that my OS supports it.

Here's what I'm doing:
        $ cd openssl-0.9.6b/
        $ sh config -fPIC
        $ make
        $ make test
        $ cd ../mod_ssl-2.8.5-1.3.22
        $ ./configure --with-apache=../apache_1.3.22
        $ cd ../apache_1.3.22/src/
        $ export SSL_BASE=/usr/bin/openssl
        $ vi Configuration
                [add a line "SharedModule modules/standard/libssl.so"]
        $ ./Configure
        $ make

And here's what I get (at the end of the Apache make):

        make[2]: *** No rule to make target `libssl.so', needed by `shlib'.  Stop.
        make[1]: *** [all] Error 1
        make: *** [subdirs] Error 1

Is there a blatent mistake I'm making?

-David Wright
(mod_ssl newbie)

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to