I'm not sure why you started a whole new thread on this..

* Thus wrote Jacob Friis Larsen:
> I can only make it work, when not compiling php as
> a module.
> 
> This works:
> ./configure --disable-all --with-mysqli=/usr/bin/mysql_config
> --with-mysql=/usr/include/mysql

It works because nothing was linked, so symbols are never joined
together.

> 
> This doesn't:
> ./configure --disable-all --with-mysqli=/usr/bin/mysql_config
> --with-mysql=/usr/include/mysql --with-apxs2

Your path for mysql appears to be wrong here.  See my response in
the original thread.


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

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

Reply via email to