I'm trying to get Tor to run on my DSL 4.4 installation. I loaded the tor.dsl with mydsl-load, tried running "tor", and realized that the binary wasn't in my $PATH.
So I navigated to /opt/tor, and ran the binary there. It began to start and then failed, returning the following error-
/opt/tor/bin/tor: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
No problem, I thought, and downloaded and loaded openssl-0.9.7j-includes.dsl and ssl-link-fix.dsl. After these I still got the same error.
How can I get this working?