Re: mysql-proxy 0.5.1 gets ready, next steps
OK. It works
abg trunk # pwd
/usr/src/mysql-proxy/trunk
But I've got make errors when I try configure without lua
abg trunk # ./configure --prefix=/usr/local/mysql-proxy-svn --without-lua
[...]
abg trunk # make
[...]
network-mysqld-proxy.c:256: error: expected ')' before '*' token
network-mysqld-proxy.c: In function 'plugin_srv_state_free':
network-mysqld-proxy.c:371: error: 'plugin_srv_state' has no member named 'L'
network-mysqld-proxy.c: In function 'proxy_lua_handle_proxy_response':
network-mysqld-proxy.c:876: error: 'lua_State' undeclared (first use in this function)
network-mysqld-proxy.c:876: error: (Each undeclared identifier is reported only once
network-mysqld-proxy.c:876: error: for each function it appears in.)
network-mysqld-proxy.c:876: error: 'L' undeclared (first use in this function)
network-mysqld-proxy.c:876: error: 'struct <anonymous>' has no member named 'L'
network-mysqld-proxy.c:955: warning: passing argument 1 of 'g_strdup' makes pointer from integer without a cast
network-mysqld-proxy.c:995: warning: passing argument 1 of 'g_strdup' makes pointer from integer without a cast
network-mysqld-proxy.c:1045: warning: assignment makes pointer from integer without a cast
network-mysqld-proxy.c:1079: warning: assignment makes pointer from integer without a cast
network-mysqld-proxy.c: In function 'proxy_read_handshake':
network-mysqld-proxy.c:1820: warning: incompatible implicit declaration of built-in function 'sscanf'
make[2]: *** [mysql_proxy-network-mysqld-proxy.o] Error 1
make[2]: Leaving directory `/usr/src/mysql-proxy/trunk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/mysql-proxy/trunk'
make: *** [all] Error 2
--
guzik
Subject
Views
Written By
Posted
5248
June 30, 2007 04:23PM
3054
July 05, 2007 02:52AM
2892
July 05, 2007 05:37AM
3953
July 05, 2007 03:01PM
2840
July 18, 2007 03:08AM
2955
July 18, 2007 04:54AM
2926
July 18, 2007 05:26AM
8944
July 18, 2007 05:35AM
2870
July 18, 2007 05:49AM
3553
July 18, 2007 06:00AM
Re: mysql-proxy 0.5.1 gets ready, next steps
3158
July 18, 2007 06:08AM
2688
July 18, 2007 07:34AM
3114
July 19, 2007 02:53AM
2628
July 24, 2007 10:25AM
3006
July 05, 2007 10:19PM
2827
July 18, 2007 03:59AM
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.