This is a discussion on Re: OpenSSH 4.1: call for testing. within the OpenSSH Development forums, part of the Networking and Network Related category; Edgar, Bob wrote: > On Solaris10/Sparc: > > My first make tests failed as below. Running again, all tests ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Edgar, Bob wrote:
> On Solaris10/Sparc: > > My first make tests failed as below. Running again, all tests pass. > I then started again with a clean directory and did configure && make tests > without errors. Pehaps this is just wierdness on my system but perhaps > someone else will see something obvious. No, nothing obvious. One possibility: if you're using OpenSSL <= 0.9.7e compiled on Solaris 10, it won't use the /dev/*random devices. This means that the ssh-rand-helper needs to exist in its final location (/usr/local/libexec by default) in order for the tests to run (so if it started working after a "make install" then that's probably the reason). -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement. _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://www.mindrot.org/mailman/listi...enssh-unix-dev |