[JDEV] Gabber for Solaris

Peter Fales psfales at lucent.com
Mon Feb 25 09:53:22 CST 2002


I was able to compile 0.8.7 for solaris 2.5.1 with very minimal changes.
In src/TCPTransmitter.cc I added these lines:

	#define socklen_t int
	#define INET_ADDRSTRLEN 16

as they don't seem to be supplied in any of the solaris headers.  I believe
that's all that is needed to compile if you don't need SSL support.  To get
SSL working (since solaris doesn't have /dev/random), I had to add some
code to invoke prngd (part of openssh) to seed the random number
generator.

-- 
Peter Fales			  Lucent Technologies, Room 5B-408
N9IYJ            		  2000 N Naperville Rd PO Box 3033
internet: psfales at lucent.com	  Naperville, IL 60566-7033
			 	  work:	(630) 979-8031

On Mon, Feb 25, 2002 at 09:20:05AM -0600, John Reinke wrote:
> On Sun, 2002-02-24 at 06:36, michael at weiser.saale-net.de wrote:
> > I've got it running quite well on 2.8, but SSL and Digest
> > Authentication sometimes make it segfault. But it's gotten a lot
> > better in recent (0.8.4+) releases. As my box is only a SPARCstation
> > 10 I've not yet had the patience to try it with 0.8.6.
> 
> Since it appears that some people have been successful compiling Gabber
> on Solaris, would anyone mind sharing how they succeeded?
> 
> Especially, as Julian requested, please share any changes that might
> have been made to the source code files.
> 
> I've run into brick walls before, but we're talking the Great Wall of
> China here. I've not found a way to get around it, and I really need a
> decent client on my Sun workstation.
> 
> Thanks,
> John
> 
> 
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev



More information about the JDev mailing list