Hello, I've cross compiled openssh, openssl, and zlib But on trying to run stfp-server (openssh) I get: /libexec/sftp-server: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory Checking openssl installed files, I see that it created /lib/libcrypto.a but not libcrypto.so This is the configure I used: ./Configure shared dist --prefix=/home/ubuntu/openssh/openssl Trying to add "shared" option did not help. Is there any idea ? Thank you! Ran