install mysql and mysqli together

php.internals

Juergen Mueller

22 years ago
Hi, i would like to install the standard mysql extension together with the new mysqli extension. the documentation say, that in this case the bundled libmysql libary in PHP cannot be used. furthermore it recommended to use the client libaries installed by MySQL below Version 4.1 in /usr/mysql reside the MySQL 4.0.14 and in /usr/local/mysql it reside the latest MySQL 4.1 Snapshot. actually I try this way: ./configure --with-mysql=/usr/mysql/lib/mysql/lib --with-mysqli=/usr/local/mysql/bin/mysql_config with the following result: configure: error: Cannot find MySQL header files under /install/mysql/lib/mysql/lib. Note that the MySQL client library is not bundled anymore. okay, the php client libary libmysql cannot be used anymore, but how can I install both mysql extension together in my specific case? I would be happy if anybody could help me! best regards Jürgen Mueller
-- +++ NEU bei GMX und erstmalig in Deutschland: TÜV-geprüfter Virenschutz +++ 100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz

Derick Rethans

22 years ago
On Mon, 8 Mar 2004, Juergen Mueller wrote:
> okay, the php client libary libmysql cannot be used anymore, but how can I > install both mysql extension together in my specific case?
If you link them to the same version; also, this is the wrong list for asking support questions, you need the php-general@lists.php.net mailinglist for that. Derick