On Fri, 27 Aug 2004, Philippe Dhont (Sea-ro) wrote: > Your Perl is configured to link against libgdbm, > but libgdbm.so was not found. > You could just symlink it to /usr/lib/libgdbm.so.3.0.0
Without knowing anything about what platforms or versions you're using, I'd suggest creating a symbolic link just like it suggests: # cd /usr/lib # ln -s libgdbm.so.3.0.0 libgdbm.so (assuming that libgdbm.so.3.0.0 is actually there - if not, you'll need to find it and install it.) allen -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html