Mario Bittencourt wrote:
I could not compile php 5.0.2 with the latest mysql 4.1.7.

I've installed the rpms (server,max,client,devel,shared) from mysql.com.

./configure --with-mnogosearch --with-xml  --with-mysql=/usr
--with-mysqli=/usr/bin/mysql_config --with-apxs2 --enable-soap

When I compile I get tons of messages like this

/usr/lib/mysql/libmysqlclient.a(net.o)(.text+0x250): first defined here
/usr/lib/mysql/libmysqlclient.a(net.o)(.text+0x330): In function
`net_write_command':

I have even tried only with mysqli or mysql and got the same result.

Any ideias ?

I'm betting you have mnogosearch compiled with MySQL support, right? I had this problem last week. Remove mnogosearch, recompile it without MySQL support, then configure/make/make install php. After that's done, you can redo mnogosearch with MySQL support.


--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

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



Reply via email to