AW: mod_ssl on sparc solaris

Helke Schroder <[email protected]>
Newsgroups gmane.comp.apache.mod-ssl.user
Message-ID <[email protected]>
Hi Matt,

thanks for your response.
I have done the configure and make-processes like you suggested
and at least all ssl-variables are there now
thanks
unfortunately the mod_authz_ldap is still not working
but I suppose this I have to find out at another place....

Regards, Helke

-----Ursprungliche Nachricht-----
Von: [email protected]
[mailto:[email protected]]Im Auftrag von Matt Stevenson
Gesendet: Mittwoch, 15. September 2004 11:53
An: [email protected]
Betreff: Re: mod_ssl on sparc solaris


Hi,

I haven't used authz_ldap in a while but I believe the
following config should work. Also you should see
mod_so.c listed for a "httpd -l". 

./httpd -l
Compiled-in modules:
  http_core.c
  mod_so.c

openssl:
       CC=$(CC) ./config shared no-idea

modssl:
        ./configure \
--with-apache=$(COMP_DIR)/$(APACHE_DIR) \             
         --with-ssl=$(COMP_DIR)/$(OPENSSL_DIR) \
--with-mm=$(COMP_DIR)/$(MM_DIR) )
                                                      
                                                      
                                         
apache:
        ./configure --prefix=$(APACHE_PREFIX) \       
                      --enable-module=rewrite
--enable-module=ssl \
--enable-module=most \                 
--enable-shared=max  \
--enable-rule=SSL_EXPERIMENTAL \

Regards
Matt


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [email protected]
Automated List Manager                            [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.