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 01:28:09PM -0700, Dan Stromberg wrote:
> 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/packages/infosys/apache/libexec/libssl.so
>
>
> A system call trace shows (please pardon me if I didn't get the line
> wrapping undone correctly) :
>
> mmap ( 0x3004382e000, 4048, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_ANONYMOUS|MAP_VA
> RIABLE|MAP_PRIVATE, -1, 0 ) = 0x4382e000
> close (5) = 0
> stat ("/dcs/packages/infosys/apache/libexec/libssl.so", 0x3ffc0001d30) = 0 [ , <
> 129.0.39381905 -rwxr-xr-x 1 dcslib users 221184 1029433580,1029433580,1029433580 > ]
> getrlimit ( RLIMIT_DATA, 0x11fffce48 ) = 0 [ , {134217728,1073741824} ]
> mmap ( 0x3ffc0016000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_ANONYMOUS|MAP_VA
> RIABLE|MAP_PRIVATE, -1, 0 ) = 0xffffffffc0016000
> open ("/dcs/packages/MySQL/lib/mysql/libssl.so", O_RDONLY, 30000211552) = -1, Er
> rno 2 (No such file or directory)
> open ("/dcs/packages/infosys/php-ext/pdflib/lib/libssl.so", O_RDONLY, 3000021155
> 7) = -1, Errno 2 (No such file or directory)
> open ("/dcs/packages/infosys/php-ext/freetds-0.53/lib/libssl.so", O_RDONLY, 3000
> 0211551) = -1, Errno 2 (No such file or directory)
> open ("/dcs/packages/perl-5.6.0/lib/5.6.0/alpha-dec_osf/CORE/libssl.so", O_RDONL
> Y, 30000211552) = -1, Errno 2 (No such file or directory)
>
>
> /dcs/packages/infosys/apache/libexec/libssl.so is indeed where the SO in
> question lives.
>
>
> Also:
>
> decalpha-root> file /dcs/packages/infosys/apache/libexec/libssl.so
> /dcs/packages/infosys/apache/libexec/libssl.so: COFF format alpha shared
> library, demand paged executable or object module stripped - version
> 3.11-10
>
>
> I'm using apache 1.3.26, mod_ssl 2.8.10-1.3.26, and openssl 0.9.6e.
>
>
> mod_ssl was ./configured with:
>
> ./configure --with-apache=/dcslibsrc/infosys/apache-httpd/apache/`systype` \
> --prefix=/dcs/packages/infosys/apache-$vers \
> --with-ssl=/dcs/packages/openssl
>
>
> The OS I'm on is Tru64 4.0D, but I hope to run the resulting binary on a
> variety of more recent Tru64 machines.
>
>
> I'm not getting a core dump, in fact httpd doesn't even start. I just
> get the error mentioned above.
>
>
> The daemon runs fine without -DSSL.
>
>
> As probably happens too often on this list, this matter is rather urgent
> for us.
>
>
> Thanks.
>
> --
> Dan Stromberg UCI/NACS/DCS
--
Dan Stromberg UCI/NACS/DCS
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]