I'm trying to do the APACI config with:

SSL_BASE=../openssl/openssl-0.9.6 ./configure [options]

I've also tried SSL_BASE=/usr/bin where I can see that the openssl
binary is.

Either way, I get this:

Configuring for Apache, Version 1.3.14
 + using installation path layout: RedHat (config.layout)
Creating Makefile
Creating Configuration.apaci in src
[rules and modules...]
Error: Cannot find SSL binaries under
/usr/local/src/openssl/openssl-0.9.6
Creating Makefile in src
 + configured for Linux platform
 + setting C compiler to gcc
 + setting C pre-processor to gcc -E
 + checking for system header files
 + adding selected modules
    o rewrite_module uses ConfigStart/End
 + using -lndbm for DBM support
      enabling DBM support for mod_rewrite
    o db_auth_module uses ConfigStart/End
      using Berkeley-DB/2.x for mod_auth_db (-ldb)
    o ssl_module uses ConfigStart/End
      + SSL interface: mod_ssl/2.7.1
      + SSL interface build type: DSO
      + SSL interface compatibility: disabled
      + SSL interface experimental code: disabled
      + SSL interface conservative code: disabled
      + SSL interface vendor extensions: disabled
      + SSL interface plugin: Built-in SDBM
      + SSL library path: /usr/local/src/openssl/openssl-0.9.6

So my question is: What exactly are the "openssl" binaries it's looking
for?  I configured OpenSSL with --prefix=/usr --openssldir=/var/ssl/  So
my guess is that all the binaries are in /usr/bin with the 'openssl'
binary.  Also, why doesn't this APACI config end with an error?  Is it
finding the binaries on its own?

Any help would be appreciated,
Duncan Leaf

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

Reply via email to