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
5535
June 30, 2007 04:23PM
3172
July 05, 2007 02:52AM
2988
July 05, 2007 05:37AM
4059
July 05, 2007 03:01PM
2945
July 18, 2007 03:08AM
3067
July 18, 2007 04:54AM
3028
July 18, 2007 05:26AM
9054
July 18, 2007 05:35AM
2978
July 18, 2007 05:49AM
3663
July 18, 2007 06:00AM
Re: mysql-proxy 0.5.1 gets ready, next steps
3272
July 18, 2007 06:08AM
2776
July 18, 2007 07:34AM
3207
July 19, 2007 02:53AM
2720
July 24, 2007 10:25AM
3108
July 05, 2007 10:19PM
2921
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.