On Mon, 4 Oct 1999, Jearanai Vongsaard wrote:
> I cannot run "apachectl start" which I got errors as belows:
> I use apache1.3.9 and mod_perl1.21 which run in Origin200 IRIX6.4 with
> perl 5.00502. I ever run the start before I installed perl5.00502(my
> previous perl is perl5.004.4). Somebody help....
>
>
> apple 325# apachectl start
> [Mon Oct 4 14:12:59 1999] [error] [Mon Oct 4 14:12:59 1999] startup.pl:
> [Mon Oct 4 14:12:59 1999] startup.pl: [Mon Oct 4 14:12:59 1999]
> DB_File.pm: [Mon Oct 4 14:12:59 1999] Hash.pm: Can't load
> '/usr/freeware/lib/perl5/5.00502/irix-n32/auto/DB_File/DB_File.so' for
> module DB_File: 6425:/usr/local/apache/bin/httpd: rld: Fatal Error:
> Cannot Successfully map soname 'libdb.so' under any of the filenames
how did you install Perl? binary or from source? try rebuilding from
source, if Perl was built on another machine with libdb.so it's not able
to find it on this one.
-Doug