Hi,

I built DBI and DBD::DB2 on my linux 2.2.16 system and then ran a perl script to
connect to a remote database
called "dsnt" which has been catalogued previously.

The command looks like this:

"$dbh = DBI->connect("dbi:DB2:dsnt",$userid,$passwd, { LongReadLen => 102400 }
);"

The error log of my webserver gives me the following error:

/usr/sbin/httpd: error in loading shared libraries:
/usr/lib/perl5/site_perl/5.005/i586-linux/auto/DBD/DB2/DB2.so: undefined symbol:
SQLAllocHandle

Any help would be greatly appreciated!

best regards,
Thomas

Reply via email to