Hi! I've compiled OpenSSH and OpenSSH on an IRIX machine with sucess. When I try to run ssh-keygen, the key is correctly generated on this machine (O2, IRIX 6.3) My problem is that my target machine is not the machine where I have compiled SSH. So, I've just run 'make install' on my final machine (Indy, IRIX 6.5) to install the software, but now, when I try to generated the key with ssh-keygen, I got an error: ssh-kengen: no RSA support in libssl and libcrypto! What is the problem? It is the same executable and the same libs!
