Fernando Munoz wrote:
> Thanks for your input Stas. I followed (step-by-step) the installation
> suggested in the guide and I ended with the same message after ..
> 
> # perl Makefile.PL USE_APACI=1 EVERYTHING=1 \
>         DO_HTTPD=1 SSL_BASE=/usr/local/ssl \
>         APACHE_PREFIX=/usr/local/apachessl \
>         APACHE_SRC=../apache_x.x.x/src \
>         APACI_ARGS='--enable-module=ssl,--enable-module=rewrite'
> .
> .
> .
> # make && make test && make install
> .
> .
> .
> ./gen_test_char >test_char.h
> ld.so.1: ./gen_test_char: fatal: libssl.so.0.9.6: open failed: No such file
> or directory

what do you get from:

ldd httpd

where it points to libssl so? does this file or symlink exists and 
points to the right place?

> I'm new with Solaris and it's starting to frustrate me. BTW I'm using
> binutils-2.11.2.

I've zero experience with Solaris myself. But it seems like a generic ld 
problem here,
since the error messege states clearly that it cannot resolve the shared 
libssl loading.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


Reply via email to