Hi,
Installing mysqli by itself is complicated enough (or at least it does not run smoothly). I also had this need but gave up on it in the end. You can see my experience with this at http://www.raditha.com/mysql/mysqli.php my final solution was to install both php4 and php 5 :-(


all the best

Juergen Mueller wrote:

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





--
Raditha Dissanayake.
-----------------------------------------------------------------------
http://www.radinks.net/ftp/applet/
An applet that breaks all the rules. Reads, Writes and Deletes files on your hard disk. Uploads what's left to a third party server.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to