*BSD News Article 77215


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!nntp.coast.net!oleane!jussieu.fr!univ-lyon1.fr!howland.erols.net!cam-news-hub1.bbnplanet.com!das-news2.harvard.edu!fas-news.harvard.edu!not-for-mail
From: abrown@eecs.harvard.edu (Aaron Brown)
Newsgroups: comp.security.unix,comp.unix.bsd.netbsd.misc,comp.unix.questions
Subject: Re: compiling ssh without X ?
Followup-To: comp.security.unix,comp.unix.bsd.netbsd.misc,comp.unix.questions
Date: 30 Aug 1996 14:16:02 GMT
Organization: Harvard University, Cambridge, Massachusetts
Lines: 14
Message-ID: <506t32$f5q@decaxp.harvard.edu>
References: <Pine.NEB.3.93.960828152437.9647A-100000@kefron.portal.ca>
NNTP-Posting-Host: virtual4.eecs.harvard.edu
X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
Xref: euryale.cc.adfa.oz.au comp.security.unix:27467 comp.unix.bsd.netbsd.misc:4500 comp.unix.questions:86803

Ari Rubenstein (arubenst@kefron.portal.ca) wrote:
: 
: I am compiling ssh on a Sun 3/60 running NetBSD.  This computer has only a
: bare install, with no X loaded.
: 
: When I try to make ssh, it gets to askpass.c, and starts complaining about
: missing X libraries.
: 
: What can I comment out of the Makefile to disable X support?

Just remove askpass from the build; you don't need it if you're not running
X. So just remove it from the PROGS in the makefile.

--Aaron