Ubuntu 18.04 Fog broken cant upgrade.
-
Fog on Ubuntu 18.04 is broken.
I get a failure at check for curl.
This is the error in the log
The following packages have unmet dependencies:
libcurl3 : Conflicts: libcurl4 but 7.58.0-2ubuntu3.1 is to be installed
libcurl4 : Conflicts: libcurl3 but 7.58.0-2ubuntu2 is to be installed
E: Broken packages
ii apache2 2.4.33-1+ubuntu16.04.1+deb.sury.org+1 amd64 Apache HTTP Server
ii bc 1.07.1-2 amd64 GNU bc arbitrary precision calculator language
ii build-essential 12.4ubuntu1 amd64 Informational list of build-essential packages
ii cpp 4:7.3.0-3ubuntu2 amd64 GNU C preprocessor (cpp)I have already changed all curl3 references in /lib/ubuntu/config.sh
It made no difference.
Thank you.
-
What version of fog are you trying to install. This was already addressed in 1.5.3. For updating you need to modify the packages line in /opt/fog/.fogsettings
-
Trying to install the latest version from git 1.5.3 correct ?
-
packages='apache2 bc build-essential cpp curl g++ gawk gcc gettext gzip htmldoc lftp libapache2-mod-php7.1 libc6 libcurl3 m4 mysql-client mysql-server net-tools nfs-kernel-server openssh-server php7.1 php7.1-bcmath php7.1-cli php7.1-curl php7.1-fpm php7.1-gd php7.1-json php7.1-ldap php7.1-mbstring php7.1-mc$
changed to
packages='apache2 bc build-essential cpp curl g++ gawk gcc gettext gzip htmldoc lftp libapache2-mod-php7.1 libc6 libcurl4 m4 mysql-client mysql-server net-tools nfs-kernel-server openssh-server php7.1 php7.1-bcmath php7.1-cli php7.1-curl php7.1-fpm php7.1-gd php7.1-json php7.1-ldap php7.1-mbstring php7.1-mc$
That worked.
Back in business.
Thank you.
-
I’m actually running into massive problems with Ubuntu 18.04, and the libcurl3 is one of them.
The other is mysql; I installed MariaDB and that works, but the install script still tries to install mysql-client and mysql-server.
I found this topic due to libcurl3; I have libcurl4 installed (via apt-get install curl) but it’s still looking for libcurl3.
This is Fog 1.5.6
I have other Ubuntu 18.0.4 issues, but I switched to a raw install of Debian, and am still getting the same errors, above.
Will update if/when I get a solution.
== John ==
-
@JGwinner Please create a new thread with all the details of your problem.