From: SourceForge.net <no...@so...> - 2004-05-07 14:47:43
|
Bugs item #949925, was opened at 2004-05-07 14:39 Message generated for change (Comment added) made by redi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107869&aid=949925&group_id=7869 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jonathan Wakely (redi) Assigned to: Jonathan Wakely (redi) Summary: Cannot compile on 64-bit linux Initial Comment: I've not looked into this properly yet, I'm filing it for reference and will come back to it shortly... Trying to build from CVS on 64-bit linux (and maybe other OSs?) fails because the linker assumes that if the headers are in /usr/include/mysql the libs wwill be in /usr/lib. On my 64-bit FC1 system the libs are in /usr/lib64/ This must have been solved by other projects, so I'll see how they did it. For now I might have to install the 32bit libs... ---------------------------------------------------------------------- >Comment By: Jonathan Wakely (redi) Date: 2004-05-07 14:47 Message: Logged In: YES user_id=426241 Of course, manually setting LDFLAGS=-L/usr/lib64/mysql when running configure works too, but it'd be nice if this wasn't needed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107869&aid=949925&group_id=7869 |