At 18:47 09/10/2001, Ruchi Varma wrote:
>Hello,
>
> I downloaded DBI and DBD modules form the http://dbi.symbolstone.org/ web
>site. Though I was successful in installing the DBI module, I could not
>install the DBD module. I get the follwing error when I install the DBD module
>----------------------------------------------------------------------------
>--------
>perl Makefile.PL `cat makefile.txt`
>Can't load module DBI, dynamic loading not available in this perl.
> (You may need to build a new perl executable which either supports
> dynamic loading or has the DBI module statically linked into it.)
...
>I have also changed the PERL5LIB variable to indicate the path of the DBI
>module installed and also I am running the perl version 5.6 which supports
>Dynamic Loading. But I still get the same error.
While Perl5.6 supports dynamic loading, you may not have compiled it to do
so. Either recompile your perl5.6 to allow dynamic loading or recompile the
DBI as static. You didn't mention an OS, but some don't support dynamic
loading regardless of what perl does. (What DBD you're trying to compile
would also be nice to know)