Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Dec 1999 12:58:54 -0800 (PST)
From:      <keith@mail.telestream.com>
To:        Alfred Perlstein <bright@wintelcom.net>
Cc:        Joakim Ryden <jo@unx.nu>, freebsd-questions@FreeBSD.ORG
Subject:   Re: sshd port
Message-ID:  <Pine.LNX.4.10.9912151256140.25398-100000@mail.telestream.com>
In-Reply-To: <Pine.BSF.4.21.9912151316180.4557-100000@fw.wintelcom.net>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.10.9912151256140.25398-100000>