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
5600
June 30, 2007 04:23PM
3195
July 05, 2007 02:52AM
3013
July 05, 2007 05:37AM
4085
July 05, 2007 03:01PM
2971
July 18, 2007 03:08AM
3089
July 18, 2007 04:54AM
3066
July 18, 2007 05:26AM
9081
July 18, 2007 05:35AM
3006
July 18, 2007 05:49AM
3685
July 18, 2007 06:00AM
Re: mysql-proxy 0.5.1 gets ready, next steps
3297
July 18, 2007 06:08AM
2797
July 18, 2007 07:34AM
3232
July 19, 2007 02:53AM
2743
July 24, 2007 10:25AM
3137
July 05, 2007 10:19PM
2948
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.