From owner-freebsd-questions Wed Dec 15 12:59:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.telestream.com (mail.telestream.com [205.238.4.5]) by hub.freebsd.org (Postfix) with ESMTP id 8B0D81553B for ; Wed, 15 Dec 1999 12:59:21 -0800 (PST) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id MAA26381; Wed, 15 Dec 1999 12:58:54 -0800 Date: Wed, 15 Dec 1999 12:58:54 -0800 (PST) From: To: Alfred Perlstein Cc: Joakim Ryden , freebsd-questions@FreeBSD.ORG Subject: Re: sshd port In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Feeling like an idiot. Tail between. Red faced. vi up and adding /usr/X11R6/bin to the path. Works fine now.. :-/ keith On Wed, 15 Dec 1999, Alfred Perlstein wrote: > On Wed, 15 Dec 1999 keith@mail.telestream.com wrote: > > > On Wed, 15 Dec 1999, Joakim Ryden wrote: > > > > > On Wed, 15 Dec 1999 keith@mail.telestream.com wrote: > > > > > > => How can I install the ssh2 port without having X installed? > > > => The port dies becouse it can't get to xauth. > > > => > > > => > > > => Keith > > > => > > > ./configure --without-x should help you some. > > > ./configure --help should give you further clues. > > > > > > Jo > > > > > > > No luck. > > There is no configure in the port directory so ./configure won't work. > > Another suggested I do a make --without-x but that failed as well.. > > :-/ > > > > c'mon guys... look at the makefile :P > > /usr/ports/security/ssh2 % grep CONFIG Makefile > GNU_CONFIGURE= YES > CONFIGURE_ARGS= --prefix=${PREFIX} --with-etcdir=${PREFIX}/etc --enable-debug > #CONFIGURE_ARGS+= --enable-group-writeability > CONFIGURE_ARGS+= --with-secureid > CONFIGURE_ARGS+= --with-tis > CONFIGURE_ARGS+= --with-libwrap > CONFIGURE_ARGS+= --with-libwrap="-L ${PREFIX}/lib -lwrap" > > edit the makefile and add '--without-x' to the CONFIGURE_ARGS line. > > -Alfred > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message