I am running RedHat 7.3. I have installed the RPM packages of SAP DB and I can work with the database interactively. However, when I try to connect using DBD::ODBC the system core dumps:

[sapdb@localhost test]$ dbmcli -s -u dbm,dbm -d TST db_warm
OK
[sapdb@localhost test]$ ./perl.pl
Segmentation fault
[sapdb@localhost test]$ cat perl.pl
#!/usr/bin/perl -I/opt/sapdb/interfaces/perl/misc/

use strict;
use DBI;

my $dbh = DBI->connect('dbi:ODBC:dbsource', 'dbm', 'dbm');


I guess ODBC is configured correctly.
Does anybody have an idea? Is it a known bug?

Hans
<http://kernel.cybertec.at>

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to