Hi,
 
I facing a problem while compiling a perl code from my Linux machine.
I am using the following code snippet - 
 
#!/ms/dist/aurora/bin/perl
 
use strict;
use lib "/ms/dist/perl5/PROJ/DBI/1.30-5.6/lib/perl5";
use lib "/ms/dist/perl5/PROJ/DBD-Sybase/0.95-5.005/lib/perl5";
 
use DBI 1.30;
use DBD::Sybase 0.95;
 
########################################
 
On compilation it is giving the following error message :
 
Can't load '/ms/dist/perl5/PROJ/DBI/1.30-5.6/lib/perl5/auto/DBI/DBI.so'
for module DBI:
/ms/dist/perl5/PROJ/DBI/1.30-5.6/lib/perl5/auto/DBI/DBI.so: undefined
symbol: PL_dowarn at
/ms/dist/perl5/PROJ/core/5.00404-3/exec/lib/perl5/DynaLoader.pm line
166.
 
 at /ms/dist/perl5/PROJ/DBI/1.30-5.6/lib/perl5/DBI.pm line 243
BEGIN failed--compilation aborted at
/ms/dist/perl5/PROJ/DBI/1.30-5.6/lib/perl5/DBI.pm line 243.
BEGIN failed--compilation aborted at BE_MelsRpt_lnk.pl line 33.

########################################
 
Any help, suggestions on this matter is highly appreciated.
 
Thanks,
Dipyaman
--------------------------------------------------------

NOTICE: If received in error, please destroy and notify sender.  Sender does 
not waive confidentiality or privilege, and use is prohibited.

Reply via email to