stas 2004/11/03 15:13:45 Modified: src/docs/2.0/user/troubleshooting troubleshooting.pod Log: libgdbm.so.3: open failed: No such file or directory Revision Changes Path 1.28 +14 -1 modperl-docs/src/docs/2.0/user/troubleshooting/troubleshooting.pod Index: troubleshooting.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/troubleshooting/troubleshooting.pod,v retrieving revision 1.27 retrieving revision 1.28 diff -u -u -r1.27 -r1.28 --- troubleshooting.pod 17 Oct 2004 19:12:08 -0000 1.27 +++ troubleshooting.pod 3 Nov 2004 23:13:45 -0000 1.28 @@ -16,10 +16,23 @@ -=head2 Cannot find -lgdbm +=head2 Cannot find -lgdbm / libgdbm.so.3: open failed: No such file or directory Please see: L<Missing or Misconfigured libgdbm.so|docs::1.0::guide::install/Missing_or_Misconfigured_libgdbm_so>. + +Also it seems that on Solaris this exact issue doesn't show up at +compile time, but at run time, so you may see the errors like: + + .../mod_perl-1.99_17/blib/arch/auto/APR/APR.so' for module APR: + ld.so.1: /usr/local/ActivePerl-5.8/bin/perl: fatal: + libgdbm.so.3: open failed: No such file or directory at + ...5.8.3/sun4-solaris-thread-multi/DynaLoader.pm line 229. + +the solution is the same, make sure that you have the libgdbm shared +library and it's properly symlinked. + +
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]