Re: [Sqlrelay-discussion] CVS head seems to be broken / need a version that works with MySQL 4.1.x
Brought to you by:
mused
|
From: Joshua H. <jho...@if...> - 2006-10-18 21:42:02
|
Switching to Rudiments CVS head got it building but there still seems to be something amiss. I get debugging statements printed with lags of several s= econds between them and then an error about the database connection daemon = (which is running). The port number in the error message, -1303, looks a l= ittle suspicious to me. Is it possible that this is just my configuration? $ mysql -u X -p X -P 9000 Enter password: Debugging to: /home/moanui/jhoblitt/jhroot/i686-pc-linux-gnu//var/sqlrelay/= debug/sqlr-listener.1536 Debugging to: /home/moanui/jhoblitt/jhroot/i686-pc-linux-gnu//var/sqlrelay/= debug/sqlr-listener.1537 Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 0 to server version: 4.1.1 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> select * from detRun; Debugging to: /home/moanui/jhoblitt/jhroot/i686-pc-linux-gnu//var/sqlrelay/= debug/sqlr-listener.1538 ERROR: Couldn't connect to the databaseconnection daemon. Tried unix port /home/moanui/jhoblitt/jhroot/i686-pc-linux-gnu//var/sqlrela= y/tmp/sockets/27Tried inet port -1303 mysql> status; -------------- mysql Ver 14.7 Distrib 4.1.20, for pc-linux-gnu (i686) using EditLine wra= pper Connection id: 0 Debugging to: /home/moanui/jhoblitt/jhroot/i686-pc-linux-gnu//var/sqlrelay/= debug/sqlr-listener.1546 SSL: Not in use Current pager: less -i Using outfile: '' Using delimiter: ; Server version: 4.1.1 Protocol version: 14 Connection: Debugging to: /home/moanui/jhoblitt/jhroot/i686-pc-linux-gnu//var/sqlrelay/= debug/sqlr-listener.1547 Client characterset: latin1 Segmentation fault -J -- On Wed, Oct 18, 2006 at 09:45:59AM -0400, David Muse wrote: > Try compiling it against the rudiments CVS head. That should work. >=20 > Dave > dav...@fi... >=20 > On Tue, 2006-10-17 at 15:11 -1000, Joshua Hoblitt wrote: > > Hello, > >=20 > > I just discovered SQL Relay and have been trying to get it work for the > > first time. It seems that the latest stable release, 0.37.1, is > > completely incompatible with MySQL 4.1.20. Eg., > >=20 > > mysql -u X -p X -P9000 > > Enter password: > > Debugging to: > > /home/moanui/jhoblitt/jhroot/i686-pc-linux-gnu//var/sqlrelay/debug/= sqlr-listener.15087 > > Segmentation fault > >=20 > > I dug through this list's archives and found a thread here: > >=20 > > http://sourceforge.net/mailarchive/message.php?msg_id=3D12572938 > >=20 > > that suggests there are some known issues with 0.37.1 & Mysql 4.1.x, > > even if of a slightly different nature. So I tried to build from CVS > > and got this compilation error: > >=20 > > g++ -Wall -pipe -pthread > > -DTMP_DIR=3D\"/home/moanui/jhoblitt/jhroot/i686-pc-linux-gnu//var/sqlre= lay/tmp\" > > -DDEBUG_DIR=3D\"/home/moanui/jhoblitt/jhroot/i686-pc-linux-gnu//var/sql= relay/debug\" > > -DDEFAULT_CONFIG_FILE=3D\"/home/moanui/jhoblitt/jhroot/i686-pc-linux-gn= u//etc/sqlrelay.conf\" > > -I./ -I../../ -I../../src/common -pthread -c cmdline.C -fPIC -DPIC -o > > .libs/cmdline.o > > cmdline.C: In member function 'void cmdline::setId()': > > cmdline.C:20: error: 'getValue' was not declared in this scope > > cmdline.C: In member function 'void cmdline::setConfig()': > > cmdline.C:30: error: 'getValue' was not declared in this scope > > cmdline.C: In member function 'void cmdline::setLocalStateDir()': > > cmdline.C:39: error: 'getValue' was not declared in this scope > > make[2]: *** [cmdline.lo] Error 1 > > make[2]: Leaving directory `/home/moanui/jhoblitt/tmp/sqlrelay/src/util' > > make[1]: *** [all] Error 2 > > make[1]: Leaving directory `/home/moanui/jhoblitt/tmp/sqlrelay/src' > > make: *** [all] Error 2 > >=20 > > Does this error leap out and anyone or should I take stab at fixing it? > >=20 > > Cheers, > >=20 > > -J > >=20 > > -- > > -----------------------------------------------------------------------= -- > > Using Tomcat but need to do more? Need to support web services, securit= y? > > Get stuff done quickly with pre-integrated technology to make your job = easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > > _______________________________________________ Sqlrelay-discussion mai= ling list Sql...@li... https://lists.sourcefor= ge.net/lists/listinfo/sqlrelay-discussion >=20 >=20 > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > Sqlrelay-discussion mailing list > Sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion |