I have some problems with install/run openssh2.9p2 on a Solaris 8. When i
do a make install, the installation stay here:

if [ -f ssh_prng_cmds -a ! -z "no" ]; then \
        //bin/perl ./fixprogs ssh_prng_cmds ; \
        if [ ! -f /usr/local/etc/ssh_prng_cmds ] ; then \
                ./install-sh -c -m 644 ssh_prng_cmds.out
/usr/local/etc/ssh_prng_cmd
s; \
        else \
                echo "/usr/local/etc/ssh_prng_cmds already exists, install
will not
overwrite"; \
        fi ; \
fi

if I check the process, there is one process runnning, there's something
strange.:

root  1256  1232  0 11:43:25 pts/5    0:00 netstat -p -f inet

this process dont let me continue the installation.. If i kill this
process, i can continue the installation..

And when i run SSH, the first thing that it run is a netstat -p -f inet

How can i fix that problem?

Reply via email to