Problem compiling Perl code from Linux machine



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.


Relevant Pages

  • DBI on HP-UX 11.11 with Perl 5.8.3 and Apache (mod_perl 1.99)
    ... I am unsuccessfully trying to use DBI under mod_perl on HP-UX ... I have tried compiling different ways and reading ... The Apache installation is the standard "HPWS" (HP Web Server) ...
    (comp.sys.hp.hpux)
  • Re: perl DBI oracle and error ORA 06502
    ... Again I do not hold out much hope for this as it is a Oracle error that is being returned not a DBI/DBD one. ... I would also need the name of and version your OS, perl, DBI, DBD::Oracle, The Oracle client you are running and the Oracle DB itself ... The problem shows in the perl code. ... package), bind params, execute, and then ...
    (perl.dbi.users)
  • Re: perl DBI oracle and error ORA 06502
    ... It could be in perl but if this is the case I would need the exact procedure, schema, some data and the exact perl code that calls it. ... Again I do not hold out much hope for this as it is a Oracle error that is being returned not a DBI/DBD one. ... I would also need the name of and version your OS, perl, DBI, DBD::Oracle, The Oracle client you are running and the Oracle DB itself ...
    (perl.dbi.users)
  • Re: Tracing SQL queries done via DBI (mod_perl)
    ... (80k+ of perl code, mod_perl) ... I have one entry point whose job is to give the database ... There is a tracemethod on DBI, however, it does not properly print ...
    (comp.lang.perl.misc)
  • Re: Tracing SQL queries done via DBI (mod_perl)
    ... (80k+ of perl code, mod_perl) ... There is a tracemethod on DBI, however, it does not properly print ... Trace flags are used to enable tracing of specific activities ... and drivers can define others. ...
    (comp.lang.perl.misc)