MySQL Forums
Forum List  »  Router & Proxy

Re: "Undefined symbol: glib_check_version"-Error at mysql-proxy startup
Posted by: Henry Greulich
Date: February 08, 2008 08:28AM

This hint helped. Linux was including an older Library for some reason despite the explicit:
GLIB_LIBS='-L/usr/local/lib -lglib-2.0'
GLIB_CFLAGS='-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include'

Changing the order in /etc/ld.conf.so solved the problem.

Thank you,

Henry

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: "Undefined symbol: glib_check_version"-Error at mysql-proxy startup
2495
February 08, 2008 08:28AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.