Re: [Sqlrelay-discussion] "password size is wrong" error message
Brought to you by:
mused
|
From: Firstworks/4access <dav...@fi...> - 2005-11-14 17:25:07
|
That bug will be fixed in 0.37. I was using "long" integers in 0.36 which are 4 bytes on x86 but 8 bytes in x86_64. 0.37 uses int32_t and the like which are more explict. Give http://www.firstworks.com/sqlrelay-0.37pre3.tar.gz a try. David Muse dav...@fi... On Mon, 2005-11-14 at 02:04 +0100, Arnaud Connois wrote: > Hi all, > > When I connect from php on a i386 machine to a sqlrelayd on a x86_64 > machines I get theses kind of messages in the debug logs : > > 11/14/2005 00:29:14 CET listener [3622] : > authentication failed: password size is wrong > > In a previous thread in the archives : > http://sourceforge.net/mailarchive/message.php?msg_id=12064055 > > I've seen that this is related to variable size between different OS. > > I'm using sqlrelay-0.36.4. Any idea if 0.37 will solves this ? > > Does somebody tried the pre versions of 0.37 and had some experience > connecting between 2 different OS like this and had it working ? > > So far this is the only dificulty I had to sqlrelay. This is a great > product. > > Thanks. > > Arnaud > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Sqlrelay-discussion mailing list > Sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion > |