From owner-freebsd-questions Sun Sep 13 14:32:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05834 for freebsd-questions-outgoing; Sun, 13 Sep 1998 14:32:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05821; Sun, 13 Sep 1998 14:32:18 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.1/8.9.1) id QAA02495; Sun, 13 Sep 1998 16:31:52 -0500 (CDT) Message-ID: <19980913163152.A2431@emsphone.com> Date: Sun, 13 Sep 1998 16:31:52 -0500 From: Dan Nelson To: wwoods@cybcon.com, Brian Feldman Cc: FreebSD Current , FreeBSD Questions Subject: Re: ssh port problem..... References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.2i In-Reply-To: ; from "William Woods" on Sun Sep 13 12:02:00 GMT 1998 X-OS: FreeBSD 2.2.7-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 13), William Woods said: > I have done this, and nothing changed....same errors. > > On 13-Sep-98 Brian Feldman wrote: > > Look in /usr/local/include. Delete /usr/local/include/arpa/inet.h et al. > > > > Cheers, > > Brian Feldman > > > > On Sat, 12 Sep 1998, William Woods wrote: > > > >> OK, I just installed rsarf from the ports useing make OBJFORMAT=aout and > >> that > >> worked fine, but when I do a make OBJFORMAT=aout for ssh I get the > >> following... > >> sshconnect.o: Undefined symbol `___inet_ntoa' referenced from text segment > >> sshconnect.o: Undefined symbol `___inet_ntoa' referenced from text segment > >> canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment This is a bug in ssh; they're not #include'ing and before using the inet_* functions. I believe there are now weak symbols in libc.so to work around these buggy programs; try either editing the ssh source files and adding those includes, or updating and recompiling libc. -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message