View Single Post
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#8
Originally Posted by shawwawa View Post
Hi karam,

I got the returned msg as below, could you please take a look and give me your idea ?! Thanks,

Code:
Nokia-N900:~# apt-get install libssl0.9.7 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libssl0.9.7 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libssl0.9.7 has no installation candidate
Oh you made me notice that libssl0.9.7 is not existed anyway
the one in my n900 is from debian packages anyway
it can be solved by

apt-get install libssl0.9.8
ln -s /usr/lib/libssl.so.0.9.8 /usr/lib/libssl.so.0.9.7
ln -s /usr/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.0.9.7

I have edited the first post also
 

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