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.)
at /remote/tools/ruchi/perl5/site_perl/DBI.pm line 189
BEGIN failed--compilation aborted at
/remote/tools/ruchi/perl5/site_perl/DBI.pm line 189.
Compilation failed in require at
/remote/tools/ruchi/perl5/site_perl/DBI/DBD.pm line 1776.
BEGIN failed--compilation aborted at
/remote/tools/ruchi/perl5/site_perl/DBI/DBD.pm line 1777.
Compilation failed in require at Makefile.PL line 5.
BEGIN failed--compilation aborted at Makefile.PL line 5.
----------------------------------------------------------------------------
--------
makefile.txt contains the directory in which the DBD modules should be
installed
and remote/tools/ruchi/perl5/site_perl/ directory contains the DBI module.
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.
I would be really grateful if you could help me with this..
Thanks
Ruchi Varma