QUOTE(sargon @ Jul 24 2004, 12:52 PM)
If you use any ssh other than the one included with Cacko's ROM (i.e., install a package on top of what is included in the ROM), you will break things.
The OPIE mail package (which is no longer available) appears to be the problem. After uninstalling it, ssh works.
Pim/Pi contains openssl-0.9.7 library. It overwite the /usr/lib/libcrypto.so* files that come with Cacko Rom. The one in opensll-0.9.7 library breaks scp and sftp in Cacko Rom.
Fortunately, the crypto library is in the rom. To fix this, just do the followings:
- su
- mv /usr/lib/libcrypto.so.0.9.7 /usr/lib/libcrypto.0.9.7.bak
- ln -s /usr/lib.rom/libcrypto.so.0.9.7 /usr/lib/
- exit
Everthing should works fine now. You can also remove the backup file with
rm /usr/lib/libcrypto.so.0.9.7.bak