Bugs item #3072720, was opened at 2010-09-21 16:55
Message generated for change (Tracker Item Submitted) made by atler_
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=512945&aid=3072720&group_id=65979

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jan Palus (atler_)
Assigned to: Nobody/Anonymous (nobody)
Summary: wrong mysql ac macros

Initial Comment:
Mysql driver does not link with libmysqlclient because only MYSQL_LDFLAGS is 
set but MYSQL_LIBS is substituted in Makefiles. As mysql_config --libs returns 
both linker flags and linker libraries and there's no way to separate them I 
propose to completly drop MYSQL_LDFLAGS and leave only MYSQL_LIBS. What's more 
if --with-msyql-libdir was used add proper libraries to MYSQL_LDFLAGS in order 
to ensure driver is linked against mysqlclient. Patch attached.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=512945&aid=3072720&group_id=65979

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Libdbi-drivers-devel mailing list
Libdbi-drivers-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-drivers-devel

Reply via email to