On Mon, Sep 17, 2001 at 08:02:02PM +0800, Stas Bekman wrote:
> U n d e r a c h i e v e r wrote:
> 
> > --- Stas Bekman <[EMAIL PROTECTED]> wrote:
> > 
> >>mod_perl guide is your friend:
> >>
> >>
> >>
> > http://perl.apache.org/guide/install.html#mod_perl_and_mod_ssl_openssl
> > 
> > thanks for the tip, but that doesn't work for me. following the
> > instructions on the page, i find i get the following errors after the
> > 'make' in 'mod_perl'. here's the error:-
> > 
> > ld.so.1: ./gen_test_char: fatal: libssl.so.0: open failed: No such file
> > or dire
> > *** Error code 137
> > make: Fatal error: Command failed for target Test_char.h'
> > Current working directory /export/home/gary/apache_1.3.20/src/main
> > *** Error code 1
> > make: Fatal error: Command failed for target Subdirs'
> > Current working directory /export/home/gary/apache_1.3.20/src
> > *** Error code 1
> > make: Fatal error: Command failed for target Build-std'
> > Current working directory /export/home/gary/apache_1.3.20
> > *** Error code 1
> > make: Fatal error: Command failed for target Build'
> > Current working directory /export/home/gary/apache_1.3.20
> > *** Error code 1
> > make: Fatal error: Command failed for target Apaci_httpd'
> > 
> > here's the instructions executed:-
> > 
> > export
> > PATH=/bin:/sbin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin:/export
> > cd openssl-0.9.6b/
> > ./config
> > make && make test && make install
> > cd ..
> > cd mod_ssl-2.8.4-1.3.20/
> > ./configure --with-apache=../apache_1.3.20/
> > cd ..
> > cd mod_perl-1.26/
> > perl Makefile.PL USE_APACI=1 EVERYTHING=1 DO_HTTPD=1 \
> >                  SSL_BASE=/usr/local/ssl             \
> >                  APACHE_PREFIX=/usr/local/apachessl  \
> >                  APACHE_SRC=../apache_1.3.20/src     \
> >                  APACI_ARGS='--enable-module=ssl
> > --enable-module=rewrite'
> > make
> > 
> > a search for libssl reveals:
> > 
> > find / -name libssl.so.0
> > /usr/local/ssl/lib/libssl.so.0
> > 
> > can anyone help out at this stage? thanks very
> 
> what do you see when you do:
> 
> ls -l /usr/local/ssl/lib/libssl.so.0
> 
> For example on my machine I get:
> 
> /home/stas> ls -l /usr/lib/libssl.so.0
> 
> lrwxrwxrwx    1 root     root           15 Sep 14 23:36 /usr/lib/libssl.so.0 -> 
>libssl.so.0.9.6
> 
> Does the symlink point correctly to the real libssl.so?

or your /etc/ld.so.conf doesn't have /usr/local/ssl/lib.  

In wich case, add it to ld.so.conf and run ldconfig as root

> -- 
> 
> 
> _____________________________________________________________________
> Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
> http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
> mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
> http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
> 
> 

-- 
Philippe M. Chiasson  <[EMAIL PROTECTED]>
  Extropia's Resident System Guru
     http://www.eXtropia.com/

Just because something is obviously happening doesn't mean
something obvious is happening. 
        -- Larry Wall

perl -e '$$=\${gozer};{$_=unpack(P26,pack(L,$$));/^Just Another Perl 
Hacker!\n$/&&print||$$++&&redo}'

PGP signature

Reply via email to