lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV For Tom: I got it.


From: Julian Rodriguez
Subject: LYNX-DEV For Tom: I got it.
Date: Sat, 1 Feb 1997 15:25:40 -0600 (CST)

After hacking away at the source, I finally got lxtab working for
solaris.. it only involves tweaking of a couple lines:

The setsockopt call should call a const char instead of an integer, so:

setsockopt(lstn, SOL_SOCKET, SO_REUSEADDR, &n, sizeof(int));

should be:

setsockopt(lstn, SOL_SOCKET, SO_REUSEADDR, (char *)&n, sizeof(n));

Also, <arpa/nameser.h> and <netdb.h> should be included...

I also found that adding an absolute path to t2thtml was usefull as well..

I suspect similar modifications should be made for your ssl proxies..

Hope this helps,
Julian Rodriguez

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]