Hi!
Has anyone got PDO_MYSQL to work?
I wasn't able to compile it as a static extension ("multiple definition of `get_module'" and so on), and as shared extension Apache tells me:
symbol lookup error:
pdo_mysql.so: undefined symbol: php_pdo_get_dbh_ce
I also tried installing it with "pecl install", but that's buggy, and I didn't get any of the workarounds found in the bug report to work:
http://pecl.php.net/bugs/bug.php?id=6117
I think the problem with the shared extension is to compile it against the correct mysql libraries (I use MySQL5). Where should I point it to?
/nawroth


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks