From: Patrick Welche (prlw1 at newn dot cam dot ac dot uk)
Date: Thu Nov 27 2003 - 13:12:46 EST
On Thu, Nov 27, 2003 at 06:00:03PM +0000, Ian C Roberts wrote:
> I have been having a nightmare trying to just running the configure on
> the sasl2 distribution for sql and mysql.
>
> Is there a way to run configure to use a static (.a) library instead of
> the .so lib for libmysqlclient?????
> I haven't got the .so library, and can't either on os x for some
> reason - unless someone knows of one.
Did you try the
./configure CPPFLAGS="-I/usr/include/mysql" LDFLAGS="-L/usr/lib/mysql -Wl,-R/usr/lib/mysql" --enable-sql --with-mysql etc etc
idea?
If so, what happened?
Patrick
|
|
|