Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jul 1999 09:31:11 +0930
From:      Greg Lehey <grog@lemis.com>
To:        Sue Blake <sue@welearn.com.au>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Why won't ssh install?
Message-ID:  <19990720093111.L72885@freebie.lemis.com>
In-Reply-To: <19990720051804.J300@welearn.com.au>; from Sue Blake on Tue, Jul 20, 1999 at 05:18:06AM %2B1000
References:  <19990720051804.J300@welearn.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
[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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990720093111.L72885>