On Tuesday, November 25, 2003, at 06:19 AM, Dave Lists wrote:
I had a problem were by MySQL had put headers in /usr/local/mysql/include/mysql and libs in /usr/local/mysql/lib/mysql there is no way to give one path to these as configure was just appending libs and include to any path you give it. so I made a dir called t and inside that made links called include and libs, these linked to the relevant sub dirs in mysql.
I hope that made sense?
Yes, it does. That's exactly what I had to do on Solaris to get jabberd2 to compile with MySQL. I used the MySQL packages from sunfreeware.com. I also had to use the LD_LIBRARY_PATH to point to where the MySQL libs were, so the configure would run to completion.
paul
_______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
