-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
kengheng wrote:
> Hi Matt, I checked the in backend/mysql/config.log, I found this, look
> like the linkage to libmysqlclient got problems
I was wondering why it didn't show up in ldd :) Anyhow, I've submitted a change
to the branch in svn that will
I've recompiled the backend/mysql with
"--enable-libdir=/usr/local/mysql/lib/mysql
--enable-incdir=/usr/local/mysql/include/mysql" and it show the same
error in backend/mysql/config.log.
Matt Brookings wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
kengheng wrote:
Hi Matt, I check
# cd backend/mysql/
# export LDFLAGS="-L/usr/local/mysql/lib/mysql/"
# ./configure
# make;make install
and it is working :)
Matt Brookings wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
kengheng wrote:
Hi Matt, I checked the in backend/mysql/config.log, I found this, look
like the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
kengheng wrote:
> # cd backend/mysql/
> # export LDFLAGS="-L/usr/local/mysql/lib/mysql/"
> # ./configure
> # make;make install
>
> and it is working :)
Looks like I need to do some work on the library path selection in the
backend modules, heh.
- --