Re: cannot load modssl

2002-08-19 Thread Dan Stromberg
I ran into the same problem on Solaris. If I change the ssl module's SSL_LDFLAGS to "-L$(SSL_LIBDIR) -R$(SSL_LIBDIR)", then it works - the -R was missing. I now suspect this was the same problem I was seeing on tru64, where it would instead be -Wl,-rpath -Wl,/dir/ect/ory . I now have two questi

Re: cannot load modssl

2002-08-19 Thread Dan Stromberg
Getting libssl.so to load correctly has revealed a new problem, which I suppose is likely just a problem in our httpd.conf. When I start my new httpd, I can retrieve pages on both 80 and 443, but both only do http, neither does https. Is there a way to fix this? Thanks. On Thu, Aug 15, 2002 at

cannot load modssl

2002-08-15 Thread Dan Stromberg
I built (tried to build) modssl as a module for apache. When I try to run apache, I get: decalpha-root> /usr/bin/httpd -d /Web -DSSL Syntax error on line 206 of /Web/conf/httpd.conf: Cannot load /dcs/packages/infosys/apache/libexec/libssl.so into server: dlopen: cannot load /dcs