Other Help Topics :: ssh, openssl, libssl, lcrypto



1. Ah I see... the 0.9.6 included in DSL doesn't have crypto for libssl.  If you're sure the sarge apt ones have it, just download the .deb's for libssl0.9.6 and libcrypto0.9.6 and extract them (dpkg -X).  Take out only those 2 libraries, and replace the old libssl (libcrypto should reside in the same dir).  Or you could try recompiling them...

2. myDSL is _only_ meant to be installed by the 'dsl' user (the 1001 uid)

1. Oh dear, oh dear, so much dependencies for these libs.... Just a bit too much for now, but thanks for the advice.

2. I was already afraid of that...

And for those interested: the solution stared me in the face from the beginning...

Code Sample
#apt-get install mypasswordsafe


was all I had to do...


original here.