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
5876
June 30, 2007 04:23PM
3301
July 05, 2007 02:52AM
3112
July 05, 2007 05:37AM
4159
July 05, 2007 03:01PM
3081
July 18, 2007 03:08AM
3220
July 18, 2007 04:54AM
3155
July 18, 2007 05:26AM
9182
July 18, 2007 05:35AM
3094
July 18, 2007 05:49AM
3791
July 18, 2007 06:00AM
Re: mysql-proxy 0.5.1 gets ready, next steps
3389
July 18, 2007 06:08AM
2878
July 18, 2007 07:34AM
3303
July 19, 2007 02:53AM
2822
July 24, 2007 10:25AM
3233
July 05, 2007 10:19PM
3035
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.