Date: Wed, 15 Dec 1999 13:18:29 -0800 (PST) From: Alfred Perlstein <bright@wintelcom.net> To: keith@mail.telestream.com Cc: Joakim Ryden <jo@unx.nu>, freebsd-questions@FreeBSD.ORG Subject: Re: sshd port Message-ID: <Pine.BSF.4.21.9912151316180.4557-100000@fw.wintelcom.net> In-Reply-To: <Pine.LNX.4.10.9912150852070.15984-100000@mail.telestream.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.9912151316180.4557-100000>