Problem compiling Perl code from Linux machine
- From: Dipyaman.Sinha@xxxxxxxxxxxxxxxxx (Dipyaman \ Sinha)
- Date: Sat, 16 Jul 2005 11:29:09 +0530
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.
- Follow-Ups:
- Re: Problem compiling Perl code from Linux machine
- From: Ron Savage
- Re: Problem compiling Perl code from Linux machine
- Prev by Date: Sybase ASE through DBD::ADO: Problem calling proc with param
- Next by Date: Re: Problem compiling Perl code from Linux machine
- Previous by thread: Sybase ASE through DBD::ADO: Problem calling proc with param
- Next by thread: Re: Problem compiling Perl code from Linux machine
- Index(es):
Relevant Pages
|
|