I'm trying to use the sftp hack mentioned on the wiki to connect to my kindle touch, but its not working at all. An example of this below
Code:
me:~$ sshfs -o sftp_server=/mnt/us/sftp-server root@KINDLE_IP:/ /media/kindle
root@KINDLE_IPs password:
remote host has disconnected
I tried running the sftp-server program itself on the kindle, and got this error:
Code:
[root@kindle root]# /mnt/us/sftp-server
/mnt/us/sftp-server: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory
I would really like to get this working again, as I can't really do much without it

Thanks in advance.