DBD DBI Problem
- From: said.laoui@xxxxxxx (Said Laoui)
- Date: Wed, 09 Nov 2005 13:12:56 +0100
Hello,
I'm having a trouble when i try to execute a simple perl program.
Perl version : 5.6.1.
OS : SunOS 5.8
The source code:
#!/usr/local/bin/perl -w
use DBI;
use Sys::Hostname;
$dbh = DBI->connect( "dbi:Ingres:kpreprod::maj", "kmaj" );
$dbh->commit ;
I get the following message :
install_driver(Ingres) failed: Can't load '/usr/local/lib/perl5/site_perl/5.6.1/
sun4-solaris/auto/DBD/Ingres/Ingres.so'
for module DBD::Ingres: ld.so.1: perl: fatal: libinterp.1.so: open failed: No
such file or directory at /usr/local/lib/p
erl5/5.6.1/sun4-solaris/DynaLoader.pm line 206.
at (eval 1) line 3
Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where expected
at test.pl line 8
Thanks a lot for any help.
.
- Follow-Ups:
- Re: DBD DBI Problem
- From: Jonathan Leffler
- Re: DBD DBI Problem
- Prev by Date: Executing PL/SQL packages in Perl
- Next by Date: Re: Executing PL/SQL packages in Perl
- Previous by thread: Executing PL/SQL packages in Perl
- Next by thread: Re: DBD DBI Problem
- Index(es):
Relevant Pages
|