MySQL Forums
Forum List  »  Router & Proxy

"Undefined symbol: glib_check_version"-Error at mysql-proxy startup
Posted by: Henry Greulich
Date: February 03, 2008 03:45PM

After compiling and installing mysql-proxy mysql-proxy does not start and gives the following error message:

/usr/local/mysql-proxy/sbin/mysql-proxy: symbol lookup error: /usr/local/mysql-proxy/sbin/mysql-proxy: undefined symbol: glib_check_version

Compiling and installing worked fine without error:
./configure LUA_CFLAGS="-I/usr/local/lua/include/" LUA_LIBS="-L/usr/local/lua/lib/ -llua -ldl" LDFLAGS="-L/usr/local/lib/ -lm" --prefix=/usr/local/mysql-proxy --with-mysql=/usr/local/mysql5.0.45/bin/mysql_config
--with-lua


The error seems to relate to Glib.
Glib version=2.10.3
installed in /usr/local/lib
Adding to ./configure:
GLIB_CFLAGS='-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include' and
GLIB_LIBS='-L/usr/local/lib -lglib-2.0'
.. makes no difference and creates the same error.

I am running Suse Linux 9.3, 64 bit.
Any hint, what I am missing is highly appreciated.

Thank you,

Henry

Options: ReplyQuote


Subject
Views
Written By
Posted
"Undefined symbol: glib_check_version"-Error at mysql-proxy startup
5789
February 03, 2008 03:45PM


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.