MySQL Forums
Forum List  »  Router & Proxy

Build errors
Posted by: Bartłomiej Syryjczyk
Date: June 23, 2007 12:50PM

I've got compilation errors:
---
mysql-proxy-0.5.0r8 # make
make all-recursive
make[1]: Entering directory `/usr/src/mysql-proxy-0.5.0r8'
Making all in src
make[2]: Entering directory `/usr/src/mysql-proxy-0.5.0r8/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/mysql -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -MT mysql_proxy-network-mysqld.o -MD -MP -MF ".deps/mysql_proxy-network-mysqld.Tpo" -c -o mysql_proxy-network-mysqld.o `test -f 'network-mysqld.c' || echo './'`network-mysqld.c; \
then mv -f ".deps/mysql_proxy-network-mysqld.Tpo" ".deps/mysql_proxy-network-mysqld.Po"; else rm -f ".deps/mysql_proxy-network-mysqld.Tpo"; exit 1; fi
network-mysqld.c: In function 'network_mysqld_con_handle':
network-mysqld.c:1072: error: 'COM_STMT_EXECUTE' undeclared (first use in this function)
network-mysqld.c:1072: error: (Each undeclared identifier is reported only once
network-mysqld.c:1072: error: for each function it appears in.)
network-mysqld.c:1075: error: 'COM_STMT_PREPARE' undeclared (first use in this function)
network-mysqld.c:1103: error: 'COM_STMT_SEND_LONG_DATA' undeclared (first use in this function)
network-mysqld.c:1104: error: 'COM_STMT_CLOSE' undeclared (first use in this function)
make[2]: *** [mysql_proxy-network-mysqld.o] Error 1
make[2]: Leaving directory `/usr/src/mysql-proxy-0.5.0r8/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/mysql-proxy-0.5.0r8'
make: *** [all] Error 2
---
Any idea?

--
guzik

Options: ReplyQuote


Subject
Views
Written By
Posted
Build errors
5902
June 23, 2007 12:50PM
3228
June 24, 2007 02:22AM
3155
June 25, 2007 12:18AM
3088
June 25, 2007 10:37AM
3242
June 25, 2007 10:46AM
5259
July 08, 2007 09:35PM
3397
July 09, 2007 03:06AM
3368
July 09, 2007 08:17AM
3132
July 09, 2007 08:19AM
2947
July 09, 2007 08:23AM
3195
July 26, 2007 07:40AM
3066
July 26, 2007 09:46AM
4094
July 26, 2007 10:48AM
2949
July 26, 2007 10:58AM
2945
July 26, 2007 02:13PM
4131
July 31, 2007 03:49PM
5122
July 31, 2007 04:01PM
3248
July 31, 2007 04:12PM
3021
July 31, 2007 04:13PM
3061
August 01, 2007 05:52AM


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.