View Single Post
Guest | Posts: n/a | Thanked: 0 times | Joined on
#22
BTW.
To get openssl

Code:
~ $ devel-su (rootme)
~ # develsh
~ # apt-get update
~ # apt-get install openssl (will fail.... so to fix, next steps are needed)
~ # mv /etc/apt/sources.list ./   (for backup)
~ # apt-get update
~ # dpkg -i /var/cache/apt/archives/openssl_0.9.8k-8maemo7\+dbg\+0m6_armel.deb (this should now install openssl)
~ # mv ./sources.list /etc/apt/   (for restore)
~ # apt-get update
/N
 

The Following 2 Users Say Thank You to For This Useful Post: