You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Lynn Schaper <sc...@Colorado.EDU> on 2003/11/26 23:57:42 UTC

[users@httpd] apache ssl build question

I am curious about how apache is built with mod_ssl.  I'm trying to
build one apache for use on multiple hosts, and I only turn on ssl where
I need it.  Some hosts do not use ssl at all, so openssl is not
installed.  The problem I run into is trying to start an apache
*without* ssl, but it still looks for the openssl libraries:

# /usr/local/apache_2.0.48/bin/apachectl start
ld.so.1: /usr/local/apache_2.0.48/bin/httpd: fatal: libssl.so.0.9.7: open failed: No such file or directory

Is there a way around this, or will I need 2 builds, one with mod_ssl
and one without?

apache 2.0.48 on Solaris 6
configure command:
# ./configure \
    --prefix=/usr/local/apache_2.0.48 \
    --with-mpm=worker \
    --enable-so \
    --enable-mods-shared="access actions alias asis auth autoindex \
          cgi dir env imap include info log_config logio \
          mime mime_magic negotiation proxy rewrite setenvif speling \
          ssl status userdir usertrack" \
    --disable-cgid

Lynn
-- 
    Lynn Schaper                        Schaper@colorado.edu
    Information Technology Services     Central and Unix Services     
    University of Colorado at Boulder   303-492-3872

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org