lighthttpd won't install - Depends: libssl1.1 (>= 1.1.0) but it is not going to be installed












1















I've been trying to install lighty on my PC running Ubuntu 18.04. The error I keep getting is that it has unmet dependencies, namely libssl1.1. However, libssl1.1 is already installed.



   $ sudo apt-get install lighttpd
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
lighttpd : Depends: libssl1.1 (>= 1.1.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


The output of apt-cache policy libssl1.1 is



libssl1.1:
Installed: 1.1.1a-2+ubuntu18.04.1+deb.sury.org+1
Candidate: 1.1.1a-2+ubuntu18.04.1+deb.sury.org+1
Version table:
*** 1.1.1a-2+ubuntu18.04.1+deb.sury.org+1 500
500 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status
1.1.0g-2ubuntu4.3 500
500 http://zw.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
1.1.0g-2ubuntu4 500
500 http://zw.archive.ubuntu.com/ubuntu bionic/main amd64 Packages


I'm not sure if there's anything I might be missing here.










share|improve this question

























  • I know there are problems with recent versions of libssl1.1. You could try sudo apt install libssl1.1 to see why exactly it is not going to be installed.

    – Jos
    Feb 13 at 13:35











  • It's saying libssl1.1 is already installed ----- libssl1.1 is already the newest version (1.1.1a-2+ubuntu18.04.1+deb.sury.org+1).

    – Meru-kun
    Feb 13 at 13:43













  • Please add output of apt-cache policy libssl1.1 to the question. It seems that you are using PPA.

    – N0rbert
    Feb 14 at 20:14











  • Hi @N0rbert. I've added the output of apt-cache policy libssl1.1

    – Meru-kun
    Feb 15 at 8:00
















1















I've been trying to install lighty on my PC running Ubuntu 18.04. The error I keep getting is that it has unmet dependencies, namely libssl1.1. However, libssl1.1 is already installed.



   $ sudo apt-get install lighttpd
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
lighttpd : Depends: libssl1.1 (>= 1.1.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


The output of apt-cache policy libssl1.1 is



libssl1.1:
Installed: 1.1.1a-2+ubuntu18.04.1+deb.sury.org+1
Candidate: 1.1.1a-2+ubuntu18.04.1+deb.sury.org+1
Version table:
*** 1.1.1a-2+ubuntu18.04.1+deb.sury.org+1 500
500 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status
1.1.0g-2ubuntu4.3 500
500 http://zw.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
1.1.0g-2ubuntu4 500
500 http://zw.archive.ubuntu.com/ubuntu bionic/main amd64 Packages


I'm not sure if there's anything I might be missing here.










share|improve this question

























  • I know there are problems with recent versions of libssl1.1. You could try sudo apt install libssl1.1 to see why exactly it is not going to be installed.

    – Jos
    Feb 13 at 13:35











  • It's saying libssl1.1 is already installed ----- libssl1.1 is already the newest version (1.1.1a-2+ubuntu18.04.1+deb.sury.org+1).

    – Meru-kun
    Feb 13 at 13:43













  • Please add output of apt-cache policy libssl1.1 to the question. It seems that you are using PPA.

    – N0rbert
    Feb 14 at 20:14











  • Hi @N0rbert. I've added the output of apt-cache policy libssl1.1

    – Meru-kun
    Feb 15 at 8:00














1












1








1








I've been trying to install lighty on my PC running Ubuntu 18.04. The error I keep getting is that it has unmet dependencies, namely libssl1.1. However, libssl1.1 is already installed.



   $ sudo apt-get install lighttpd
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
lighttpd : Depends: libssl1.1 (>= 1.1.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


The output of apt-cache policy libssl1.1 is



libssl1.1:
Installed: 1.1.1a-2+ubuntu18.04.1+deb.sury.org+1
Candidate: 1.1.1a-2+ubuntu18.04.1+deb.sury.org+1
Version table:
*** 1.1.1a-2+ubuntu18.04.1+deb.sury.org+1 500
500 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status
1.1.0g-2ubuntu4.3 500
500 http://zw.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
1.1.0g-2ubuntu4 500
500 http://zw.archive.ubuntu.com/ubuntu bionic/main amd64 Packages


I'm not sure if there's anything I might be missing here.










share|improve this question
















I've been trying to install lighty on my PC running Ubuntu 18.04. The error I keep getting is that it has unmet dependencies, namely libssl1.1. However, libssl1.1 is already installed.



   $ sudo apt-get install lighttpd
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
lighttpd : Depends: libssl1.1 (>= 1.1.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


The output of apt-cache policy libssl1.1 is



libssl1.1:
Installed: 1.1.1a-2+ubuntu18.04.1+deb.sury.org+1
Candidate: 1.1.1a-2+ubuntu18.04.1+deb.sury.org+1
Version table:
*** 1.1.1a-2+ubuntu18.04.1+deb.sury.org+1 500
500 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status
1.1.0g-2ubuntu4.3 500
500 http://zw.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
1.1.0g-2ubuntu4 500
500 http://zw.archive.ubuntu.com/ubuntu bionic/main amd64 Packages


I'm not sure if there's anything I might be missing here.







apt package-management dependencies






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 15 at 8:00







Meru-kun

















asked Feb 13 at 13:25









Meru-kunMeru-kun

1104




1104













  • I know there are problems with recent versions of libssl1.1. You could try sudo apt install libssl1.1 to see why exactly it is not going to be installed.

    – Jos
    Feb 13 at 13:35











  • It's saying libssl1.1 is already installed ----- libssl1.1 is already the newest version (1.1.1a-2+ubuntu18.04.1+deb.sury.org+1).

    – Meru-kun
    Feb 13 at 13:43













  • Please add output of apt-cache policy libssl1.1 to the question. It seems that you are using PPA.

    – N0rbert
    Feb 14 at 20:14











  • Hi @N0rbert. I've added the output of apt-cache policy libssl1.1

    – Meru-kun
    Feb 15 at 8:00



















  • I know there are problems with recent versions of libssl1.1. You could try sudo apt install libssl1.1 to see why exactly it is not going to be installed.

    – Jos
    Feb 13 at 13:35











  • It's saying libssl1.1 is already installed ----- libssl1.1 is already the newest version (1.1.1a-2+ubuntu18.04.1+deb.sury.org+1).

    – Meru-kun
    Feb 13 at 13:43













  • Please add output of apt-cache policy libssl1.1 to the question. It seems that you are using PPA.

    – N0rbert
    Feb 14 at 20:14











  • Hi @N0rbert. I've added the output of apt-cache policy libssl1.1

    – Meru-kun
    Feb 15 at 8:00

















I know there are problems with recent versions of libssl1.1. You could try sudo apt install libssl1.1 to see why exactly it is not going to be installed.

– Jos
Feb 13 at 13:35





I know there are problems with recent versions of libssl1.1. You could try sudo apt install libssl1.1 to see why exactly it is not going to be installed.

– Jos
Feb 13 at 13:35













It's saying libssl1.1 is already installed ----- libssl1.1 is already the newest version (1.1.1a-2+ubuntu18.04.1+deb.sury.org+1).

– Meru-kun
Feb 13 at 13:43







It's saying libssl1.1 is already installed ----- libssl1.1 is already the newest version (1.1.1a-2+ubuntu18.04.1+deb.sury.org+1).

– Meru-kun
Feb 13 at 13:43















Please add output of apt-cache policy libssl1.1 to the question. It seems that you are using PPA.

– N0rbert
Feb 14 at 20:14





Please add output of apt-cache policy libssl1.1 to the question. It seems that you are using PPA.

– N0rbert
Feb 14 at 20:14













Hi @N0rbert. I've added the output of apt-cache policy libssl1.1

– Meru-kun
Feb 15 at 8:00





Hi @N0rbert. I've added the output of apt-cache policy libssl1.1

– Meru-kun
Feb 15 at 8:00










2 Answers
2






active

oldest

votes


















0














I see two options:





  • Try to install libssl manually (the exact version from official repository):



    sudo apt install libssl1.1=1.1.0g-2ubuntu4.3



  • Remove ppa:ondrej/php from the system:



    sudo apt install ppa-purge
    sudo ppa-purge ppa:ondrej/php


    and then install lighttpd



    sudo apt install lighttpd







share|improve this answer































    0














    I had the same issue. I downloaded the lighttpd .deb package and ran dpkg which gave some more insight:



    libssl1.1:armhf (1.1.1a-2~20190131152537.8+stretch) breaks lighttpd (<< 1.4.49-2) and is installed.


    So it looks like the libssl 1.1.1a package from deb.sury.org is too new for the lighttpd 1.4.45 that comes from debian. I removed that package source and downgraded libssl after which I could install lighttpd.
    Alternatively you could try to get lighttpd 1.4.49 or later.






    share|improve this answer























      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "89"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1117937%2flighthttpd-wont-install-depends-libssl1-1-1-1-0-but-it-is-not-going-to%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0














      I see two options:





      • Try to install libssl manually (the exact version from official repository):



        sudo apt install libssl1.1=1.1.0g-2ubuntu4.3



      • Remove ppa:ondrej/php from the system:



        sudo apt install ppa-purge
        sudo ppa-purge ppa:ondrej/php


        and then install lighttpd



        sudo apt install lighttpd







      share|improve this answer




























        0














        I see two options:





        • Try to install libssl manually (the exact version from official repository):



          sudo apt install libssl1.1=1.1.0g-2ubuntu4.3



        • Remove ppa:ondrej/php from the system:



          sudo apt install ppa-purge
          sudo ppa-purge ppa:ondrej/php


          and then install lighttpd



          sudo apt install lighttpd







        share|improve this answer


























          0












          0








          0







          I see two options:





          • Try to install libssl manually (the exact version from official repository):



            sudo apt install libssl1.1=1.1.0g-2ubuntu4.3



          • Remove ppa:ondrej/php from the system:



            sudo apt install ppa-purge
            sudo ppa-purge ppa:ondrej/php


            and then install lighttpd



            sudo apt install lighttpd







          share|improve this answer













          I see two options:





          • Try to install libssl manually (the exact version from official repository):



            sudo apt install libssl1.1=1.1.0g-2ubuntu4.3



          • Remove ppa:ondrej/php from the system:



            sudo apt install ppa-purge
            sudo ppa-purge ppa:ondrej/php


            and then install lighttpd



            sudo apt install lighttpd








          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Feb 16 at 8:07









          N0rbertN0rbert

          24.3k851115




          24.3k851115

























              0














              I had the same issue. I downloaded the lighttpd .deb package and ran dpkg which gave some more insight:



              libssl1.1:armhf (1.1.1a-2~20190131152537.8+stretch) breaks lighttpd (<< 1.4.49-2) and is installed.


              So it looks like the libssl 1.1.1a package from deb.sury.org is too new for the lighttpd 1.4.45 that comes from debian. I removed that package source and downgraded libssl after which I could install lighttpd.
              Alternatively you could try to get lighttpd 1.4.49 or later.






              share|improve this answer




























                0














                I had the same issue. I downloaded the lighttpd .deb package and ran dpkg which gave some more insight:



                libssl1.1:armhf (1.1.1a-2~20190131152537.8+stretch) breaks lighttpd (<< 1.4.49-2) and is installed.


                So it looks like the libssl 1.1.1a package from deb.sury.org is too new for the lighttpd 1.4.45 that comes from debian. I removed that package source and downgraded libssl after which I could install lighttpd.
                Alternatively you could try to get lighttpd 1.4.49 or later.






                share|improve this answer


























                  0












                  0








                  0







                  I had the same issue. I downloaded the lighttpd .deb package and ran dpkg which gave some more insight:



                  libssl1.1:armhf (1.1.1a-2~20190131152537.8+stretch) breaks lighttpd (<< 1.4.49-2) and is installed.


                  So it looks like the libssl 1.1.1a package from deb.sury.org is too new for the lighttpd 1.4.45 that comes from debian. I removed that package source and downgraded libssl after which I could install lighttpd.
                  Alternatively you could try to get lighttpd 1.4.49 or later.






                  share|improve this answer













                  I had the same issue. I downloaded the lighttpd .deb package and ran dpkg which gave some more insight:



                  libssl1.1:armhf (1.1.1a-2~20190131152537.8+stretch) breaks lighttpd (<< 1.4.49-2) and is installed.


                  So it looks like the libssl 1.1.1a package from deb.sury.org is too new for the lighttpd 1.4.45 that comes from debian. I removed that package source and downgraded libssl after which I could install lighttpd.
                  Alternatively you could try to get lighttpd 1.4.49 or later.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Feb 16 at 8:04









                  Uwe BrandtUwe Brandt

                  11




                  11






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Ask Ubuntu!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1117937%2flighthttpd-wont-install-depends-libssl1-1-1-1-0-but-it-is-not-going-to%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

                      is 'sed' thread safe

                      How to make a Squid Proxy server?