Thalis A. Kalfigopoulos <[EMAIL PROTECTED]> wrote:
> 
> Since you updated both mysql and php you presumably 
> should recompile apache as well. A quick&dirty solution 
> though could be to just create a link: libmysqlclient.so.6.0->
> libmysqlclient.so.10.0 and see what happens from there :-)

Nope, that's not true.  You never need to recompile Apache if
you are using PHP as a DSO (which we do in the OpenBSD ports 
tree).

And don't symlink the shared library!  Recompile to make it link
against the right one.  This is purely a mismatch of binary ports,
I think.  Update your ports tree and reinstall the ports from source,
and everything will work fine.

--
Anil Madhavapeddy, <[EMAIL PROTECTED]>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to