Re: Can't build (was Re: Apache.pm fails to load...)

2001-09-17 Thread Stas Bekman
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

Re: Can't build (was Re: Apache.pm fails to load...)

2001-09-17 Thread Philippe M . Chiasson
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

Re: Can't build (was Re: Apache.pm fails to load...)

2001-09-17 Thread U n d e r a c h i e v e r
a search for libssl reveals: find / -name libssl.so.0 /usr/local/ssl/lib/libssl.so.0 what do you see when you do: ls -l /usr/local/ssl/lib/libssl.so.0 -rw-r--r-- 1 bin bin 844468 Oct 29 2000 /usr/local/ssl/lib/libssl.so.0 so mine's not a symlink nor an

RE: Can't build (was Re: Apache.pm fails to load...)

2001-09-17 Thread Joe Breeden
[mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 8:36 AM To: Philippe M . Chiasson; Stas Bekman; [EMAIL PROTECTED] Subject: Re: Can't build (was Re: Apache.pm fails to load...) a search for libssl reveals: find / -name libssl.so.0 /usr/local/ssl/lib/libssl.so.0

Re: Can't build (was Re: Apache.pm fails to load...)

2001-09-17 Thread Stas Bekman
U n d e r a c h i e v e r wrote: a search for libssl reveals: find / -name libssl.so.0 /usr/local/ssl/lib/libssl.so.0 what do you see when you do: ls -l /usr/local/ssl/lib/libssl.so.0 -rw-r--r-- 1 bin bin 844468 Oct 29 2000 /usr/local/ssl/lib/libssl.so.0 so mine's not

Re: Can't build (was Re: Apache.pm fails to load...)

2001-09-17 Thread U n d e r a c h i e v e r
--- Stas Bekman [EMAIL PROTECTED] wrote: U n d e r a c h i e v e r wrote: what do you see when you do: ls -l /usr/local/ssl/lib/libssl.so.0 -rw-r--r-- 1 bin bin 844468 Oct 29 2000 /usr/local/ssl/lib/libssl.so.0 so mine's not a symlink nor an executable... that's

Re: Can't build (was Re: Apache.pm fails to load...)

2001-09-17 Thread Mithun Bhattacharya
find / -name libssl.so.0 /usr/local/ssl/lib/libssl.so.0 That seems like a nonstandard library path. Is it there in /etc/ld.so.conf and even if it is did you run ldconfig after adding it there ?? Mithun