I am installing OpenSSH-4.5p1 on fresh LFS(6.3) system and following BLFS-6.2.0 
book.

I installed required OpenSSL-0.9.8d without problem.

Here is my installation for OpenSSH-4.5p1 
----------------------------------------------------------------------
1.
#install -v -m700 -d /var/lib/sshd &&
chown -v root:sys /var/lib/sshd &&
groupadd -g 50 sshd &&
useradd -c 'sshd PrivSep' -d /var/lib/sshd -g sshd \
-s /bin/false -u 50 sshd

2.
#sed -i "s:-lcrypto:/usr/lib/libcrypto.a -ldl:g" configure

3.
#sed -i "s/lkrb5 -ldes/lkrb5/" configure && 
./configure --prefix=/usr --sysconfdir=/etc/ssh \
--libexecdir=/usr/lib/openssh --with-md5-passwords \
--with-privsep-path=/var/lib/sshd &&
make

//no problem at this point

4.
#make install &&
install -v -m755 -d /usr/share/doc/openssh-4.5p1 &&
install -v -m644 INSTALL LICENCE OVERVIEW README* WARNING.RNG \
/usr/share/doc/openssh-4.5p1

//it shows following message
---------------------------------------------------------------------------------
......
/usr/bin/install -c -m 644 sftp.1.out /usr/share/man/man1/sftp.1
/usr/bin/install -c -m 644 sftp-server.8.out /usr/share/man/man8/sftp-server.8
/usr/bin/install -c -m 644 ssh-keysign.8.out /usr/share/man/man8/ssh-keysign.8
rm -f /usr/bin/slogin
ln -s ./ssh /usr/bin/slogin
rm -f /usr/share/man/man1/slogin.1
ln -s ./ssh.1 /usr/share/man/man1/slogin.1
if [ ! -d /etc/ssh ]; then \
                ./mkinstalldirs /etc/ssh; \
        fi
/etc/ssh/ssh_config already exists, install will not overwrite
/etc/ssh/sshd_config already exists, install will not overwrite
/etc/ssh/ssh_prng_cmds already exists, install will not overwrite
/etc/ssh/moduli already exists, install will not overwrite
PRNG initialisation failed -- exiting.
ssh-rand-helper child produced insufficient data
PRNG initialisation failed -- exiting.
ssh-rand-helper child produced insufficient data
PRNG initialisation failed -- exiting.
ssh-rand-helper child produced insufficient data
make: *** [host-key] Error 255
-------------------------------------------------------------------------------------


      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to