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
5970
June 23, 2007 12:50PM
3254
June 24, 2007 02:22AM
3196
June 25, 2007 12:18AM
3123
June 25, 2007 10:37AM
3269
June 25, 2007 10:46AM
5294
July 08, 2007 09:35PM
3438
July 09, 2007 03:06AM
3396
July 09, 2007 08:17AM
3156
July 09, 2007 08:19AM
2982
July 09, 2007 08:23AM
3230
July 26, 2007 07:40AM
3092
July 26, 2007 09:46AM
4126
July 26, 2007 10:48AM
2976
July 26, 2007 10:58AM
2976
July 26, 2007 02:13PM
4173
July 31, 2007 03:49PM
5171
July 31, 2007 04:01PM
3282
July 31, 2007 04:12PM
3045
July 31, 2007 04:13PM
3091
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.