> 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 ?
Try the following package: ftp://ftp.sap.com/pub/sapdb/bin/tmp/sapdb-perl-linux-i386-7.4.03.33a.tgz unpack und run $ make PERLINCLUDE=<whereever perl.h is> If this works, I'm going to add a Makefile.pl to detect the include directory. Other than that, you can build the module also from the complete sources: - http://www.mysql.com/products/maxdb/develop/linux.html - once you're at http://www.mysql.com/products/maxdb/develop/linux.html#Creation, run $ imf.pl ::SAPDB/Scripting/Resource/scriptperl.mac Daniel Dittmar -- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
