3 Jan
2007
3 Jan
'07
11:41 p.m.
On 27.12.2006, at 16.44, Justin Pearce wrote:
CPPFLAGS=”-I/usr/local/include/mysql” LDFLAGS=”-L/usr/local/lib/ mysql” –lmysqlclient” ./configure –with-mysql –with-sql-drivers=mysql Try if it works when you don't add -lmysqlclient in the LDFLAGS. It's
added automatically to the binaries where it's needed, and it has a
lot of symbols which might conflict with the program's symbols
causing all sorts of weird problems.