Hi @all,

i am using MaxDB 7.5.00 on Linux Suse 8.1 with Perl 5.8.0.
I would like to manage the RDBMS via Perl and the SAP::DBTech::dbm module.
After trying several times without success, perhaps this list can help me :)
Why does this module use the perl malloc method and not the native linux
malloc method?
Is there any source code availabel so i can compile the required module to
my own ?

Thanks in advance

markus

P.S. sorry for my bad english it is a long time ago.

the perl script:

#!/usr/bin/perl -w -I/opt/maxdb/programs/misc

# use strict;

# import SAP::DBTech::dbm
use SAP::DBTech::dbm;
my $session = new DBM ('XXX','XXX','XXX','XXX');
my $version = $session->cmd ("dbm_version");
print "$version\n";
$session->release();


Can't load
'/usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi/auto/SAP/DBTech/dbmc
perl/dbmcperl.so' for module SAP::DBTech::dbmcperl:
/usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi/auto/SAP/DBTech/dbmcp
erl/dbmcperl.so:
undefined symbol: Perl_safemalloc at
/usr/lib/perl5/5.8.0/i586-linux-thread-multi/DynaLoader.pm line 229.at
/opt/maxdb/programs/misc/SAP/DBTech/dbm.pm line 40
Compilation failed in require at ./testdbm line 6.
BEGIN failed--compilation aborted at ./testdbm line 6.
[EMAIL PROTECTED]:/usr/home/XXX/maxDBscripts>



-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to