Re: where is libperl.so.1?

2002-03-08 Thread J S
PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: where is libperl.so.1? Date: Thu, 7 Mar 2002 13:14:41 -0800 MIME-Version: 1.0 Received: from [63.251.56.142] by hotmail.com (3.2) with ESMTP id MHotMailBE51235C00C44004324B3FFB388E106F0; Thu, 07 Mar 2002 13:15:08 -0800 Received: (qmail 28237 invoked by uid

where is libperl.so.1?

2002-03-07 Thread J S
Hi there, I've installed an apache build I did onto a Solaris 2.6 box, and when I try to start it I get the following error message: ld.so.1: /opt/apache_1.3.22/bin/httpd: fatal: libperl.so.1: open failed: No such file or directory Killed I can't find libperl.so on either the original box,

Re: where is libperl.so.1?

2002-03-07 Thread J S
I forgot to mention that mod-perl1.26 is compiled into the apache build (statically) as well. Hi there, I've installed an apache build I did onto a Solaris 2.6 box, and when I try to start it I get the following error message: ld.so.1: /opt/apache_1.3.22/bin/httpd: fatal: libperl.so.1: open

Re: where is libperl.so.1?

2002-03-07 Thread Issac Goldstand
so if it's statically compiled, why are you using LoadModule? Issac J S wrote: Hi there, I've installed an apache build I did onto a Solaris 2.6 box, and when I try to start it I get the following error message: ld.so.1: /opt/apache_1.3.22/bin/httpd: fatal: libperl.so.1: open failed:

Re: where is libperl.so.1?

2002-03-07 Thread J S
Not sure I understand your answer. I'm not using LoadModule. JS. so if it's statically compiled, why are you using LoadModule? Issac J S wrote: Hi there, I've installed an apache build I did onto a Solaris 2.6 box, and when I try to start it I get the following error message: ld.so.1:

Re: where is libperl.so.1?

2002-03-07 Thread Issac Goldstand
*looks again* oops... I didn't look close enough at tyhe error, assumed it couldn't find mod_perl.so *hits himself in head*. Did you install perl yourself? If so, you may want to make sure that the directory containing the libperl.so file (usually TOP_LEVEL/libexec/) is included in the

Re: where is libperl.so.1?

2002-03-07 Thread darren chamberlain
Quoting J S [EMAIL PROTECTED] [Mar 07, 2002 12:18]: I've installed an apache build I did onto a Solaris 2.6 box, and when I try to start it I get the following error message: ld.so.1: /opt/apache_1.3.22/bin/httpd: fatal: libperl.so.1: open failed: No such file or directory Killed I

Re: where is libperl.so.1?

2002-03-07 Thread Michael Peppler
darren chamberlain writes: Quoting J S [EMAIL PROTECTED] [Mar 07, 2002 12:18]: I've installed an apache build I did onto a Solaris 2.6 box, and when I try to start it I get the following error message: ld.so.1: /opt/apache_1.3.22/bin/httpd: fatal: libperl.so.1: open failed: No