Hello Thomas,

thank you for this hint, it perfectly solved our problem!

Best regards,
Mario Rutz

Koetter, Thomas Theodor schrieb:


The MaxDB-PHP module and the ODBC-driver use both the same underlying runtime 
environment for MaxDB clients. If the dynamic libraries are load with 
RTLD_GLOBAL, calls of the first one may mix with calls of the latter one 
resulting in some errors.

Please compare with
http://fr.rpmfind.net/linux/RPM/fedora/updates/4/ppc/unixODBC-kde-2.2.11-3.FC4.1.ppc64.html
and
http://sunsite.mff.cuni.cz/MIRRORS/ftp.suse.com/pub/suse/x86_64/update/9.1/patches/php4-51720

about some information regarding unixODBC and RTLD_GLOBAL.

Probably the problem won't occur if unixODBC would load the ODBC driver without 
RTLD_GLOBAL (which seems to be the case according the first url above).



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

Reply via email to