Date: Wed, 5 Jan 2000 09:53:00 -0800 (PST) From: Woody Carey <wcarey@wcarey.com> To: Joao Pedras <jpedras@webvolution.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: installing from ssh2 port Message-ID: <Pine.BSF.4.10.10001050950090.23648-100000@mail.wcarey.com> In-Reply-To: <200001051059.KAA25203@godfather.webvolution.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Joao, As I remember, to solve this, I traced through the make execution chain and found the line in the makefile where this was choking. SHELL is not defined somewhere it needs to be, so I defined it in the appropriate makefile by hand and the build continued on. Sorry that I do not remember enough details, but that is how I solved this problem. Good luck, Woody On Wed, 5 Jan 2000, Joao Pedras wrote: > Hello all! > > I have a minor problem when installing ssh2 from the > port in a couple machines. I believe this is NOT a > problem with the port, but something missing. > > When performing 'make install' I get the following : > > ===> Installing for ssh-2.0.13 > ===> ssh-2.0.13 depends on executable: ssh1 - found > Making install in lib > Making install in sshmath > Making install in tests > SHELL@:No such file or directory > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > > Any ideas about this ? > > Thanks > > Joao > > > ------------------------------- > Powered by Webvolution Networks > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > 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.10.10001050950090.23648-100000>