Hello, First is require to run:
$ autoconf And then I have used it like this: bash-4.3$ ./configure --with-lib-path=/home/data1/protected/gnu/lib --prefix=/home/data1/protected/gnu And I have this error: checking for BSD pty names... ls: cannot access /dev/pty*: No such file or directory ls: cannot access /dev/pty*: No such file or directory done configure: creating ./config.status config.status: creating Makefile config.status: creating src/config.make config.status: creating src/Makefile config.status: creating src/testsuite/Makefile config.status: creating doc/Makefile config.status: creating misc/Makefile config.status: creating contrib/Makefile config.status: creating contrib/lsh.spec config.status: creating contrib/solpkg.sh config.status: error: cannot find input file: `src/config.h.in' Jean On Thu, Mar 17, 2016 at 04:57:29PM -0700, carl hansen wrote: > On Wed, Mar 16, 2016 at 1:05 PM, Brandon Invergo <[email protected]> > wrote: > > > Apologies for the delay in getting back to you on these > > > > Could you please provide the full output when you try to install lsh? > > > > It's also not building for me but it looks like it's failing in a > > different place. Carl, have you had any luck with it? > > > > In any case, thanks for reporting this, > > -brandon > > > > I started debugging lsh, then found debian has already provided the same > patches I found, > then I read the following, and now I am just going to let the rest of the > universe take its course. > > Dec 2015 > http://lists.lysator.liu.se/pipermail/lsh-bugs/2015q4/000672.html > quote > "I've spent the evening fixing the most important issues: nettle-3 (using > Magnus' patch), gcc-5, and updated default ciphers. The new default > cipher-list is trimmed down to aes256-ctr, aes128-ctr, 3des-cbc. > > Testing highly appreciated. To try it out, use something like > > git clone https://git.lysator.liu.se/lsh/lsh.git > cd lsh > git checkout lsh-2.0.4 # This is the stable branch > ./.bootstrap > ./configure > make bootstrap > make > make check > > ----Maybe encourage the author with some acknowledgement....
