From owner-freebsd-current Thu Feb 11 05:56:39 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA18781 for freebsd-current-outgoing; Thu, 11 Feb 1999 05:56:39 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA18756 for ; Thu, 11 Feb 1999 05:56:24 -0800 (PST) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from salomon.siemens.de (salomon.siemens.de [139.23.33.13]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id OAA04373 for ; Thu, 11 Feb 1999 14:56:13 +0100 (MET) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [146.180.31.23]) by salomon.siemens.de (8.9.3/8.9.3) with ESMTP id OAA28820 for ; Thu, 11 Feb 1999 14:56:15 +0100 (MET) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.8/8.8.8) id OAA11478 for ; Thu, 11 Feb 1999 14:56:16 +0100 (CET) Date: Thu, 11 Feb 1999 14:56:14 +0100 From: Andre Albsmeier To: Kris Kennaway Cc: Andre Albsmeier , current@FreeBSD.ORG Subject: Re: runsocks (Was Re: gpib driver - does anybody use it?) Message-ID: <19990211145614.A1418@internal> References: <19990210135902.A7279@internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from Kris Kennaway on Fri, Feb 12, 1999 at 12:04:08AM +1030 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 12-Feb-1999 at 00:04:08 +1030, Kris Kennaway wrote: > On Wed, 10 Feb 1999, Andre Albsmeier wrote: > > > Hmm, just finished my 3.1 upgrade, compiled socks and runsocks seems > > to work now. The only thing that doesn't work is compiling the telnet > > included with socks5: > > > > cc -I. -I../../include -I./../../include -O -pipe -DANDRE -D__USE_FIXED_PROTOTYPES__ -DHAVE_SETUPTERM -DSOCKS -DINCLUDE_PROTOTYPES -DKLUDGELINEMODE -DSOCKS -DINCLUDE_PROTOTYPES -o telnet authenc.o commands.o main.o network.o ring.o sys_bsd.o telnet.o terminal.o tn3270.o utilities.o -L../../lib -lsocks5 -lcrypt -lncurses -Llibtelnet -ltelnet > > telnet.o: In function `gettermname': > > telnet.o(.text+0x9f2): undefined reference to `ttytype' > > *** Error code 1 (continuing) > > `all' not remade because of errors. > > > > But this doesn't bother me because always I runsocks the FreeBSD telnet. > > Yeah, this doesn't comple for some reason as of about 1.0r4. The port just > doesn't bother trying to install it - no-one's cared enough to look at why > it's broken and how to fix it. It works with 2.2.x. The problem has something to do with ncurses. In 2.2.x the termcap lib is found by configure. In 3.x, the ncurses is used, IIRC. With the termcap lib, ttytpe can be resolved; with ncurses not. BTW, runsocks works really. I think it was to late at night when I tried it the first time. Don't know what I did wrong ... -Andre > > Kris > > ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message