Displaying 1 result from an estimated 1 matches for "prng_command_fil".
Did you mean:
prng_command_file
2002 May 31
1
openssh-3.2.3p1: Problem with make install after configure --prefix=
Hi
I built openssh on solaris 2.6 after running
configure --prefix=/my/install/dir --with-ssl-dir=/where/ssl/is
Everything compiled Ok but there was a problem when doing make install, as
ssh-rand-helper was looking in the wrong place for prng_command_file, so
here is a patch for ssh-rand-helper.c. You need to delete a space before
the string.
63c63
< # define SSH_PRNG_COMMAND_FILE SSHDIR "/ssh_prng_cmds"
---
> # define SSH_PRNG_COMMAND_FILE SSHDIR"/ssh_prng_cmds"
Regards
Patrick