From owner-freebsd-questions Wed Dec 15 12:47:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id B4A3815592 for ; Wed, 15 Dec 1999 12:47:41 -0800 (PST) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) with ESMTP id NAA02106; Wed, 15 Dec 1999 13:18:29 -0800 (PST) Date: Wed, 15 Dec 1999 13:18:29 -0800 (PST) From: Alfred Perlstein To: keith@mail.telestream.com 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 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