mod_ssl on sparc solaris
am 14.09.2004 11:49:58 von news
Hi,
we have some problems to get mod_ssl working on solaris
First we tried at suse 8.2 and there was no problem at all, but now we ha=
ve
troubles and hope someone can give us a hint..
While doing config and make there seems to be no problem
Even apache can be started and "apachectl configtest" says "Syntax OK"
but when viewing the environment variables some of them are missing like
SSL_CLIENT_S_DN
only the server-variables are there
and when trying to start mod_authz_ldap (which uses the variables provide=
d
by mod_ssl) it appears this message when typing "apachectl configtest"
Syntax error on line 246 of /opt/webservers/apache/conf/httpd.conf:
Cannot load /opt/webservers/apache/libexec/mod_authz_ldap.so into server:
ld.so.1: /opt/webservers/apache/bin/httpd: fatal: relocation error: file
/opt/webservers/apache/libexec/mod_authz_ldap.so: symbol ssl_var_lookup:
referenced symbol not found
We have experimented with ./config shared -fPIC for openssl and
--enable-rule=3DSHARED_CORE (for mod_ssl and apache)
but without success
(we are using apache 1.3.31, openssl 0.9.7d, mod_ssl 2.8.19-1.3.31 on spa=
rc
solaris 8)
thanks in advance
Helke Schröder
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: mod_ssl on sparc solaris
am 15.09.2004 11:53:20 von Matt Stevenson
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
--- Helke_Schröder wrote:
> Hi,
>
> we have some problems to get mod_ssl working on
> solaris
> First we tried at suse 8.2 and there was no problem
> at all, but now we have
> troubles and hope someone can give us a hint..
>
> While doing config and make there seems to be no
> problem
> Even apache can be started and "apachectl
> configtest" says "Syntax OK"
>
> but when viewing the environment variables some of
> them are missing like
> SSL_CLIENT_S_DN
> only the server-variables are there
>
> and when trying to start mod_authz_ldap (which uses
> the variables provided
> by mod_ssl) it appears this message when typing
> "apachectl configtest"
>
> Syntax error on line 246 of
> /opt/webservers/apache/conf/httpd.conf:
> Cannot load
> /opt/webservers/apache/libexec/mod_authz_ldap.so
> into server:
> ld.so.1: /opt/webservers/apache/bin/httpd: fatal:
> relocation error: file
> /opt/webservers/apache/libexec/mod_authz_ldap.so:
> symbol ssl_var_lookup:
> referenced symbol not found
>
> We have experimented with ./config shared -fPIC for
> openssl and
> --enable-rule=SHARED_CORE (for mod_ssl and apache)
>
> but without success
>
> (we are using apache 1.3.31, openssl 0.9.7d, mod_ssl
> 2.8.19-1.3.31 on sparc
> solaris 8)
>
> thanks in advance
> Helke Schröder
>
>
____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl)
> www.modssl.org
> User Support Mailing List
> modssl-users@modssl.org
> Automated List Manager
> majordomo@modssl.org
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
AW: mod_ssl on sparc solaris
am 16.09.2004 14:44:55 von news
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: owner-modssl-users@modssl.org
[mailto:owner-modssl-users@modssl.org]Im Auftrag von Matt Stevenson
Gesendet: Mittwoch, 15. September 2004 11:53
An: modssl-users@modssl.org
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 modssl-users@modssl.org
Automated List Manager majordomo@modssl.org