From owner-freebsd-questions Mon Jul 19 17: 4:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 5FF711511B for ; Mon, 19 Jul 1999 17:03:46 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id JAA13824; Tue, 20 Jul 1999 09:31:12 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id JAA75833; Tue, 20 Jul 1999 09:31:11 +0930 (CST) Date: Tue, 20 Jul 1999 09:31:11 +0930 From: Greg Lehey To: Sue Blake Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Why won't ssh install? Message-ID: <19990720093111.L72885@freebie.lemis.com> References: <19990720051804.J300@welearn.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990720051804.J300@welearn.com.au>; from Sue Blake on Tue, Jul 20, 1999 at 05:18:06AM +1000 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Format recovered--see http://www.lemis.com/email/email-format.html] On Tuesday, 20 July 1999 at 5:18:06 +1000, Sue Blake wrote: > My attempts to install several versions of ssh to one particular > machine always fail, though it installs fine on other machines. Here's > how the latest attempt with ssh-1.2.27 finished. How do I make sense of > this? > > cc -pipe -o ssh-askpass ssh-askpass.o xmalloc.o -L/usr/X11R6/lib -lX11 -lcrypt -L/usr/local/lib -lutil > ssh-askpass.o: In function en_display': > ssh-askpass.o(.text+0x52): undefined reference to penDisplay' > ssh-askpass.o: In function Close_display': > ssh-askpass.o(.text+0x7e): undefined reference to eeModifiermap' > ssh-askpass.o(.text+0x8f): undefined reference to nloadFont' > ssh-askpass.o(.text+0xa5): undefined reference to oseDisplay' > (etc) This looks like a missing library. Compare the output with the output on one of your other systems. You'll probably find that the cc invocation is missing an -lfoo or some such. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message