11-01-2017, 03:59 AM
(08-21-2017, 03:22 PM)williamcolls Wrote: I need to install libssl-dev, but when I try I am getting the following error:
The following packages have unmet dependencies:
libssl-dev : Depends: libssl1.0.0 (= 1.0.1t-1+deb8u6) but 1.0.2l-1~bpo8+1 is to
be installed
/etc/debian_version says 8.9 and i installed the pine64-image-debianmate-310102bps-2.img
uname -a gives the following output:
Linux dev-fs 3.10.102-2-pine64-longsleep #66 SMP PREEMPT Sat Jul 16 10:53:13 CES
T 2016 aarch64 GNU/Linux
How do I fix this?
Thanks for your time.
William.
Hello William
I had this problem with the Debian Mate image, while trying to install. The problem is that I needed to install the libcurl4-openssl-dev library as well, which caused the confilict, which is dependent on libcurl3 librararies.
The solution was eventually to remove the libcurl4 dev libraries and seperately install the libcurl3 libraries and then it just installed without the error. I also had to force the version of the libssl-dev to a higher version. I did this all via the Synaptic manager.
Hope this helps.