Problem over jessie update to certbot-auto

Hi have tried to go over certbot-auto but have problem, any idea to solve ?

root@deb64-fw:/boot# /usr/local/bin/certbot-auto certonly
Bootstrapping dependencies for Debian-based OSes… (you can skip this with --no-bootstrap)

Reading package lists… Done
Reading package lists… Done
Building dependency tree
Reading state information… Done
openssl is already the newest version.
gcc is already the newest version.
gcc set to manually installed.
python is already the newest version.
ca-certificates is already the newest version.
ca-certificates set to manually installed.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libssl-dev : Depends: libssl1.0.0 (= 1.0.1t-1+deb8u8) but 1.0.2l-1~bpo8+1 is to be installed
python-dev : Depends: libpython-dev (= 2.7.9-1) but it is not going to be installed
Depends: python2.7-dev (>= 2.7.9-1~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Hi there, i have solved …
libssl1.0.0=1.0.2l-1~bpo8+1 came from jessie-backport.
So have installed libssl-dev from that source (apt-get -t jessie-backports install libssl-dev)
All perfect now.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.