On Thu, Jan 13, 2000 at 12:35:22PM +0100, GOMEZ Henri wrote:
> Yes mysql 3.23.8 was compiled with this option (default in rpm)
> 
> The problem is that when you install mysql-shared, php 3.0.14 use
> libmyclient.so and not libmyclient.a.
> 
> My solution is to remove mysql-shared RPM and to recompile php 3.0.14.
> Definitly Apache didn't like to have a module using libpthread.so.

    The correct solution is to not use
    --enable-thread-safe-client. 
    
    ``libmysqlclient.a'' will probably not contain PIC, thus
    linking it into a shared library might not work (it usually
    works on Linux, but not on Solaris, for example).

-- 

          Regards,

                            Sascha Schumann
                                 Consultant
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to