[Bug 272252] New: symbol lookup error: with php5-mysql and pdo_informix
https://bugzilla.novell.com/show_bug.cgi?id=272252 Summary: symbol lookup error: with php5-mysql and pdo_informix Product: openSUSE 10.2 Version: Final Platform: x86-64 OS/Version: openSUSE 10.2 Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: matthias.djihangiroff@persona.de QAContact: qa@suse.de Ive installed PHP5 with Apache 2.2, Informix CSDK 2.90FC on a openSuse 10.2 64bit. I installed the PECL packages PDO_INFORMIX with "pecl install pdo_informix" all went fine, and i got the pdo_informix extension running. But if i install the php5-mysql package (for our MySQL DB) and run "pear" or restart the apache i get the following: /usr/bin/php5: symbol lookup error: /usr/lib64/php5/extensions/pdo_mysql.so: undefined symbol: php_pdo_get_dbh_ce If i delete the php5-mysql package all is running fine. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=272252 judas_iscariote@shorewall.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |judas_iscariote@shorewall.net Status|NEW |RESOLVED Resolution| |INVALID ------- Comment #1 from judas_iscariote@shorewall.net 2007-05-08 11:15 MST ------- pd_informuix is not part of the distribution, hence is unsupported... I suspect pecl install pdo_informix might have donwloaded and compiled a different version of PDO that is causing a problem with pdo_mysql... reinstall the php5-pdo pakcage, install php5-devel , download this file http://pecl.php.net/get/PDO_INFORMIX-1.1.0.tgz untar it, run phpize, /configure (with the needed option to tell where are the informix libs) and make install. then it should work. This is almost certainly not a bug in our packages, and you have to prove it is otherwise ;) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=272252 ------- Comment #2 from judas_iscariote@shorewall.net 2007-05-08 13:12 MST ------- I would like to provide pdo_informix ion the buildservice but Informix CSDK is propietary and source code is not available ;-( -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=272252 matthias.djihangiroff@persona.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from matthias.djihangiroff@persona.de 2007-05-09 01:27 MST ------- Your right. pecl downloaded a new version of pdo and compiled against it. I installed pdo_mysql over pecl and all is fine. Don't know why pdo isn't listed and used when the php-pdo package from opensuse is installed. :-( -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com