MySQL Forums
Forum List  »  Router & Proxy

Compiling problems on Ubuntu 6.10 server
Posted by: Milos Sakovic
Date: August 20, 2007 01:15PM

Dear All,

I have a problem compiling mysql-proxy 0.5.1 on mentioned distro.

Configure goes well but "make" won't work:

make all-recursive
make[1]: Entering directory `/home/notroot/mysql-proxy-0.5.1'
Making all in src
make[2]: Entering directory `/home/notroot/mysql-proxy-0.5.1/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/mysql -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/include/lua5.1/ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -MT mysql_proxy-mysql-proxy.o -MD -MP -MF ".deps/mysql_proxy-mysql-proxy.Tpo" -c -o mysql_proxy-mysql-proxy.o `test -f 'mysql-proxy.c' || echo './'`mysql-proxy.c; \
then mv -f ".deps/mysql_proxy-mysql-proxy.Tpo" ".deps/mysql_proxy-mysql-proxy.Po"; else rm -f ".deps/mysql_proxy-mysql-proxy.Tpo"; exit 1; fi
mysql-proxy.c: In function 'index_usage_select':
mysql-proxy.c:71: error: 'MYSQL_FIELD' has no member named 'org_name'
mysql-proxy.c:80: error: 'MYSQL_FIELD' has no member named 'org_name'
mysql-proxy.c:88: error: 'MYSQL_FIELD' has no member named 'org_name'
mysql-proxy.c:96: error: 'MYSQL_FIELD' has no member named 'org_name'
mysql-proxy.c: In function 'config_select':
mysql-proxy.c:118: error: 'MYSQL_FIELD' has no member named 'org_name'
mysql-proxy.c:127: error: 'MYSQL_FIELD' has no member named 'org_name'
mysql-proxy.c: In function 'main':
mysql-proxy.c:234: error: 'GOptionContext' undeclared (first use in this function)
mysql-proxy.c:234: error: (Each undeclared identifier is reported only once
mysql-proxy.c:234: error: for rach function it appears in.)
mysql-proxy.c:234: error: 'option_ctx' undeclared (first use in this function)
mysql-proxy.c:235: error: 'GOptionGroup' undeclared (first use in this function)
mysql-proxy.c:235: error: 'option_grp' undeclared (first use in this function)
mysql-proxy.c:241: error: 'GOptionEntry' undeclared (first use in this function)
mysql-proxy.c:241: error: expected ';' before 'admin_entries'
mysql-proxy.c:248: error: expected ';' before 'proxy_entries'
mysql-proxy.c:262: error: expected ';' before 'main_entries'
mysql-proxy.c:276: error: 'admin_entries' undeclared (first use in this function)
mysql-proxy.c:279: error: 'proxy_entries' undeclared (first use in this function)
mysql-proxy.c:288: error: 'main_entries' undeclared (first use in this function)
make[2]: *** [mysql_proxy-mysql-proxy.o] Error 1
make[2]: Leaving directory `/home/notroot/mysql-proxy-0.5.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/notroot/mysql-proxy-0.5.1'
make: *** [all] Error 2

Care to help?
Thank you!
Milos

Options: ReplyQuote


Subject
Views
Written By
Posted
Compiling problems on Ubuntu 6.10 server
5223
August 20, 2007 01:15PM


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.