• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Install FOG 1.5.2 on ubuntu 18.04 : checking package curl failed!

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    9
    18
    4.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • xybarX
      xybar
      last edited by

      Hello,

      I tested Fog 1.5.2 on ubuntu 18.04 LTS.

      Impossible to continue installation, the setup stop after this failed.

      * Installing package: apache2.................................OK
       * Skipping package:   bc......................................(Already Installed)
       * Skipping package:   build-essential.........................(Already Installed)
       * Skipping package:   cpp.....................................(Already Installed)
       * Installing package: curl....................................OK
       * Skipping package:   g++.....................................(Already Installed)
       * Skipping package:   gawk....................................(Already Installed)
       * Skipping package:   gcc.....................................(Already Installed)
       * Skipping package:   genisoimage.............................(Already Installed)
       * Skipping package:   gettext.................................(Already Installed)
       * Skipping package:   gzip....................................(Already Installed)
       * Skipping package:   htmldoc.................................(Already Installed)
       * Skipping package:   isolinux................................(Already Installed)
       * Skipping package:   lftp....................................(Already Installed)
       * Installing package: libapache2-mod-php7.1...................OK
       * Skipping package:   libc6...................................(Already Installed)
       * Installing package: libcurl3................................OK
       * Skipping package:   liblzma-dev.............................(Already Installed)
       * Skipping package:   m4......................................(Already Installed)
       * Skipping package:   mysql-client............................(Already Installed)
       * Skipping package:   mysql-server............................(Already Installed)
       * Skipping package:   net-tools...............................(Already Installed)
       * Skipping package:   nfs-kernel-server.......................(Already Installed)
       * Skipping package:   openssh-server..........................(Already Installed)
       * Installing package: php7.1..................................OK
       * Installing package: php7.1-bcmath...........................OK
       * Skipping package:   php7.1-cli..............................(Already Installed)
       * Installing package: php7.1-curl.............................OK
       * Installing package: php7.1-fpm..............................OK
       * Installing package: php7.1-gd...............................OK
       * Skipping package:   php7.1-json.............................(Already Installed)
       * Installing package: php7.1-ldap.............................OK
       * Installing package: php7.1-mbstring.........................OK
       * Installing package: php7.1-mcrypt...........................OK
       * Installing package: php7.1-mysql............................OK
       * Skipping package:   php7.1-mysql............................(Already Installed)
       * Installing package: php-gettext.............................OK
       * Skipping package: sysv-rc-conf..............................(Does not exist)
       * Skipping package:   tar.....................................(Already Installed)
       * Skipping package:   tftpd-hpa...............................(Already Installed)
       * Skipping package:   tftp-hpa................................(Already Installed)
       * Skipping package:   unzip...................................(Already Installed)
       * Skipping package:   vsftpd..................................(Already Installed)
       * Skipping package:   wget....................................(Already Installed)
       * Skipping package:   xinetd..................................(Already Installed)
       * Skipping package:   zlib1g..................................(Already Installed)
       * Updating packages as needed.................................OK
      
       * Confirming package installation
      
       * Checking package: apache2...................................OK
       * Checking package: bc........................................OK
       * Checking package: build-essential...........................OK
       * Checking package: cpp.......................................OK
       * Checking package: curl......................................Failed!
      

      What is the problem and solution ? thanks.

      1 Reply Last reply Reply Quote 0
      • xybarX
        xybar @ggg
        last edited by xybar

        @ggg great ! it works ! just replace libcurl3 by libcurl4 on config.sh, my installation is done and it work to test. thank !

        1 Reply Last reply Reply Quote 0
        • Tom ElliottT
          Tom Elliott
          last edited by

          18.04 is a pretty release so I don’t have any information about it. That said the installer error log could be useful. It would be in the error_logs folder of your fog installer bin folder. E.g /path/to/fogprojec/install/bin/error_logs

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          M 1 Reply Last reply Reply Quote 0
          • xybarX
            xybar
            last edited by

            I looked in the error log, actually there is a conflict with libcurl3 and libcurl4.

            Some packages can not be installed. This can mean
            that you asked for the impossible, or, if you use
            the unstable distribution, that some packages have not yet
            were created or did not come out of Incoming.
            The following information should help you resolve the situation:
            
            The following packages contain unmet dependencies:
              libcurl3: Is in conflict with: libcurl4 but 7.58.0-2ubuntu3 will need to be installed
              libcurl4: Is in conflict with: libcurl3 but 7.58.0-2ubuntu2 will need to be installed
            

            to be continued.

            1 Reply Last reply Reply Quote 0
            • D
              Diggy
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • D
                Diggy
                last edited by

                I’ve run into the same problem, and see the same error as xybar (conflict with libcurl3 and libcurl4).

                Tom ElliottT 1 Reply Last reply Reply Quote 0
                • Tom ElliottT
                  Tom Elliott @Diggy
                  last edited by

                  @diggy and it’s specific to Ubuntu 18.04 correct?

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                  D 1 Reply Last reply Reply Quote 0
                  • G
                    ggg
                    last edited by

                    replace libcurl3 in …/lib/ubuntu/config.sh ( /path/to/fogprojec/install/lib/ubuntu/config.sh) with libcurl4 and it will work

                    xybarX D F 3 Replies Last reply Reply Quote 1
                    • xybarX
                      xybar @ggg
                      last edited by xybar

                      @ggg great ! it works ! just replace libcurl3 by libcurl4 on config.sh, my installation is done and it work to test. thank !

                      1 Reply Last reply Reply Quote 0
                      • D
                        Diggy @Tom Elliott
                        last edited by

                        @tom-elliott Yes, Tom, it’s specific to Ubuntu Server 18.04 LTS.

                        1 Reply Last reply Reply Quote 0
                        • D
                          Diggy @ggg
                          last edited by

                          @ggg Apologies, this was an upgrade for me from Fog version 1.5.0 to 1.5.2 after upgrading from Ununtu Server 16.04 LTS to Ununtu Server 18.04 LTS. So, for me, in addition to the fix suggested by ggg, I also had to change libcurl3 to libcurl 4 in /opt/fog/.fogsettings. Perhaps this information will be useful to Tom for future build, as well as other users.

                          1 Reply Last reply Reply Quote 0
                          • Boyan BiandovB
                            Boyan Biandov
                            last edited by

                            So even though this was a great fix – what would you oh great FOG gurus say about officially giving the green light to deploy FOG on 18.04 LTS?

                            Is it ok or should we still deploy FOG on 16.04 LTS until 18 is fully vetted?

                            Thanks
                            ~B

                            1 Reply Last reply Reply Quote 0
                            • M
                              Mike Fahey @Tom Elliott
                              last edited by

                              @tom-elliott
                              I have exact same problem. Brand new Ubuntu 18.04 install.

                              in the error log from fog install.

                              Some packages can not be installed. This can mean
                              that you asked for the impossible, or, if you use
                              the unstable distribution, that some packages have not yet
                              were created or did not come out of Incoming.
                              The following information should help you resolve the situation:

                              The following packages contain unmet dependencies:
                              libcurl3: Is in conflict with: libcurl4 but 7.58.0-2ubuntu3 will need to be installed
                              libcurl4: Is in conflict with: libcurl3 but 7.58.0-2ubuntu2 will need to be installed

                              Tom ElliottT 1 Reply Last reply Reply Quote 0
                              • Tom ElliottT
                                Tom Elliott @Mike Fahey
                                last edited by

                                @mike-fahey this is already fixed and will be available for the 1.5.3 push.

                                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                A 1 Reply Last reply Reply Quote 0
                                • A
                                  andreiv
                                  last edited by

                                  This post is deleted!
                                  1 Reply Last reply Reply Quote 0
                                  • A
                                    andythemayor @Tom Elliott
                                    last edited by

                                    @tom-elliott any ETA on push?

                                    Tom ElliottT 1 Reply Last reply Reply Quote 0
                                    • Tom ElliottT
                                      Tom Elliott @andythemayor
                                      last edited by Tom Elliott

                                      @andythemayor still waiting a bit more information on a few other bugs that were reported. If you’d like to test things as well checkout the working branch and install.

                                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                      1 Reply Last reply Reply Quote 1
                                      • F
                                        fmaster007 @ggg
                                        last edited by

                                        @ggg Hello there, I do not see that path on my end. see image attachment, please. 0_1526665741768_57d45f31-ce6d-4f17-a660-6e5b16c93538-image.png

                                        Tom ElliottT 1 Reply Last reply Reply Quote 0
                                        • Tom ElliottT
                                          Tom Elliott @fmaster007
                                          last edited by

                                          @fmaster007 the … translates to the path of your fog installer, not the path on Linux of /lib

                                          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                          1 Reply Last reply Reply Quote 0
                                          • 1 / 1
                                          • First post
                                            Last post

                                          186

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project