After last updated libcurl3 on libcurl4, some apps are removed.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
curl (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bionic |
Opinion
|
Undecided
|
Unassigned |
Bug Description
Hi!
After last updated libcurl3 on libcurl4, system (Kubuntu 18.04 bionic) deleted such applications as:
virtualbox-5.2
opera-stable
slack-desktop
mongodb
I really need these applications, I installed them with broken dependencies, but they are deleted after each update. Is it possible to make the dependence of the libcurl3 in libcurl4, and not remove it altogether from system?
description: | updated |

Launchpad Janitor (janitor) wrote : | #1 |
Changed in curl (Ubuntu): | |
status: | New → Confirmed |

Scott Stensland (scottstensland) wrote : | #2 |
uname -m && uname -r && cat /etc/*release
x86_64
4.15.0-10-generic
DISTRIB_ID=Ubuntu
DISTRIB_
DISTRIB_
dpkg -l|grep libcurl
ii libcurl3-
ii libcurl4:amd64 7.58.0-2ubuntu2 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii libcurl4-
Here is attempt to install opera browser
sudo dpkg -i opera-stable_
Selecting previously unselected package opera-stable.
(Reading database ... 228694 files and directories currently installed.)
Preparing to unpack opera-stable_
Unpacking opera-stable (51.0.2830.55) ...
dpkg: dependency problems prevent configuration of opera-stable:
opera-stable depends on libcurl3 (>= 7.16.2); however:
Package libcurl3 is not installed.
dpkg: error processing package opera-stable (--install):
dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.13.3-11ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-1) ...
Processing triggers for shared-mime-info (1.9-2) ...
Errors were encountered while processing:
opera-stable
here is install libcurl3 ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libcurl3 : Conflicts: libcurl4 but 7.58.0-2ubuntu2 is to be installed
libcurl4 : Conflicts: libcurl3 but 7.58.0-2ubuntu2 is to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
opera-stable

Brian Murray (brian-murray) wrote : | #3 |
None of the packages which you are having an issue with are ones from the official Ubuntu archive, subsequently there is nothing we (the developers of Ubuntu) can do about this. You'll need to take up the issue with the people who develop these packages.
Changed in curl (Ubuntu): | |
status: | Confirmed → Invalid |

Marcos Jacoby (marcosjacoby) wrote : | #4 |
1007/5000
Truth?
I mean that a library like libcurl4 that is not available separately as it does with libcurl3 and that is threaded down the user forcing the removal of lbcurl3 and all related applications being that you are the developers and not your problem?
Are you Microsoft employees by any chance?
Because it's looking alike.
The same arrogant attitude of fucking the customer that I do what I want and he'll have to swallow me.
The problem is in curl that forces this break and jeopardizes the whole system.
I even understand using a new library with new functions, leaner and so on, but do you need to screw with the whole system or with other applications?
I'm going to have a chat with the Debian people to do the same thing and make Ubuntu impractical and give the same excuse.
Then we will see if you are developers or are like Bill Gates, thief of ideas of others, putting their own name and blaming the mistakes on others.

Igor Mokrushin (mcmcc) wrote : | #5 |
When trying to solve the dependence with libcurl3 there is a problem with the removal of official Ubuntu packages...
igor@mcmcc-
[sudo] password for igor:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libboost-
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libcurl4-
The following packages will be REMOVED:
cmake cmake-curses-gui cmake-qt-gui curl djvulibre-bin kde-config-whoopsie kicad libafflib0v5 libcurl4 libcurl4-
pdf2djvu sleuthkit transmission-
The following NEW packages will be installed:
libcurl3 libcurl4-gnutls-dev
The following packages will be upgraded:
opera-stable slack-desktop virtualbox-5.2
3 upgraded, 2 newly installed, 16 to remove and 68 not upgraded.
Need to get 182 MB of archives.
After this operation, 79.4 MB disk space will be freed.
Do you want to continue? [Y/n]
How to be? Are you offering to stay without them?

Marcos Jacoby (marcosjacoby) wrote : | #6 |
The libcurl4 package was not showing up for me in Ubuntu Package Search and a few minutes ago it appeared!
What I can suggest is a workaround that applies to users of Ubuntu Bionic Beaver that is still in beta.
Download the files libcurl3_
Unpack the contents of each one at a time into a folder and modify the control file in the DEBIAN folder by removing the constraint in the conflict and replace fields.
Repackage the files and install them with dpkg with the --force-all option as they modify some common files.
Take a hold on these packages with apt-mark and dpkg selections.
I gave the following commands to hold:
sudo apt-mark hold libcurl3 libcurl4
echo "libcurl3 hold" | sudo dpkg --set-selections
echo "libcurl4 hold" | sudo dpkg --set-selections
Recalling that this is a workaround only applicable to version 18.04 since these versions of libcurl3 and 4 only exist in it and version 18.04 is still in development.
Remembering that this workaround is to allow the installation and operation not only of the applications mentioned, but also curl and uget but that side effects not yet observed can manifest themselves.
Use at your own risk!

Igor Mokrushin (mcmcc) wrote : | #7 |
I manually edited file /var/lib/
This workaround makes it possible updates all the packages except those for which the changes have been made with the libcurl3 dependencies. It's better than marking packages as hold...

Bernhard M (bmaehr) wrote : | #8 |
I have the same problem with Kopano packeges and php 7.0.
In fact I even don't know why there is a conflict and a problem to solve this. libсurl3 should install /usr/lib/

Nikolai Försterling (thefoster) wrote : | #9 |
I don't understand the conflict between libcurl3 and libcurl4 too, why can't they coexist?
Still wondering how to handle that while keeping opera.

Maarten Fonville (maarten-fonville) wrote : | #10 |
The reason they conflict, is that both bundle libcurl.so.3 and libcurl.so.4, which are in fact just symlinks to the actual library.
The best would be to release a new version of libcurl3 that does NOT have a libcurl.so.4 symlink, ONLY the libcurl.so.3 one.
And then provide a version of libcurl4 that ONLY has libcurl.so.4, and states that it only conflicts with the libcurl3 versions without the change above.
@Brian Murray would it be possible to provide such a solution, to allow graceful upgrades? otherwise I'd expect a lot of similar reports when users upgrade to Bionic, with popular applications like Spotify depending on libcurl3, and that Debian still uses the libcurl3 in their repositories, only their 'experimental' has switched to the libcurl4 naming.

Igor Mokrushin (mcmcc) wrote : | #11 |
The problem is that, in libcurl3 used libcurl.so.4, and not libcurl.so.3...

Igor Mokrushin (mcmcc) wrote : | #12 |
igor@mcmcc-
or
igor@mcmcc-

Maarten Fonville (maarten-fonville) wrote : | #13 |
Yes, but, it are symlinks that could trivially be changed:
ls -al /usr/lib/
lrwxrwxrwx 1 root root 12 jan 25 10:19 /usr/lib/
lrwxrwxrwx 1 root root 16 jan 25 10:19 /usr/lib/
-rw-r--r-- 1 root root 518600 jan 25 10:19 /usr/lib/
cat /var/lib/
/.
/usr
/usr/lib
/usr/lib/
/usr/lib/
/usr/share
/usr/share/doc
/usr/share/
/usr/share/
/usr/share/
/usr/share/
/usr/share/lintian
/usr/share/
/usr/share/
/usr/lib/
/usr/lib/

Igor Mokrushin (mcmcc) wrote : | #14 |
My all problematic applications use libcurl.so.4 from libcurl3 and none of which does not use libcurl.so.3, I do not understand how symlink to unused library will solve this problem?

Maarten Fonville (maarten-fonville) wrote : | #15 |
If they were compiled against libcurl.so.4 I assume they would be compiled against abi-4 of libcurl, right?
AFAIK the supplying of libcurl.so.4 by libcurl3 was a trick by Debian by keeping the same exposed symbols, which kept abi-3 and abi-4 the same.
So I'd assume even though those packages specifying a dependency on libcurl3, in fact they did depend on libcurl.so.4 which should no problem to be provided by the new libcurl4.
I see btw same ldd result on Spotify:
ldd /usr/bin/spotify | grep libcurl
libcurl.so.4 => /usr/lib/

Maarten Fonville (maarten-fonville) wrote : | #16 |
Ok, Igor you are right about them being linked to libcurl.so.4 while assuming abi-3; this is a very unpleasant situation that indeed cannot even be resolved with adjusting the symlinks :-/

Rocko (rockorequin) wrote : | #17 |
@Brian Murray: I think that it is incorrect to mark this bug as invalid - at the very least it should be kept as confirmed against the 18.04 release notes so they can include a warning against upgrading to Ubuntu 18.04 because it may not be compatible with a number of popular third-party applications.
Changed in curl (Ubuntu): | |
status: | Invalid → Confirmed |

Rocko (rockorequin) wrote : | #18 |
FWIW, I got opera-stable and viber to install with libcurl4 by extracting their debs, manually editing their control file to say libcurl3|libcurl4, recreating the deb using the "ar -r" command, and then using dpkg -i to reinstall. They run fine but of course I haven't been able to test all their functionality.

Yuan (rmafort) wrote : | #19 |
@Rocko method worked for slack-desktop 3.1 too. Installed without issues after dependency edited on control and remade .deb

Maarten Fonville (maarten-fonville) wrote : | #20 |
For spotify this trick doesn't work, it complains about the changed CURLOPT_

Rocko (rockorequin) wrote : | #21 |
@Maarten: Maybe spotify will install and work from its flatpak? It's the second flatpak app listed here: https:/

Maarten Fonville (maarten-fonville) wrote : | #22 |
Thanks for the hint, I use their snap-package as workaround, as hinted by their developer:
https:/

Daniele Besana (WP-OK) (daniele-wpok) wrote : | #23 |
I installed Slack ignoring the dependency and works:
dpkg --ignore-depends libcurl3 -i slack-desktop-
but now every apt operation tell me there's the broken dependency.

Manel R. Doménech (manelio) wrote : | #24 |
This is a very big problem.
A lot of packages from external repos are still using libcurl3.
In my opinion libcurl3 and libcurl4 should be able to coexist.
I tried the workaround proposed by @marcosjacoby, but I get errors like:
/usr/lib/
or
curl: /usr/lib/
It depends on the last libcurl version I installed.

Tim De Pauw (timdepauw) wrote : | #25 |
Confirming that this seems to fix slack-desktop for now:
$ wget https:/
$ dpkg-deb -R slack-desktop-
$ vim slack/DEBIAN/
$ dpkg-deb -b slack slack.deb
$ sudo dpkg -i slack.deb
which also means that the Slack team should be able to put out a new version pretty quickly.
Still, if there's a way for libcurl3 and libcurl4 to coexist, that'll also solve a bunch of issues.

Kirill Romanov (djaler1) wrote : Re: [Bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed. | #26 |
This method doesn't work with Insomnia, for example
ср, 28 мар. 2018 г., 16:20 Tim De Pauw <email address hidden>:
> Confirming that this seems to fix slack-desktop for now:
>
> $ wget
> https:/
> $ dpkg-deb -R slack-desktop-
> $ vim slack/DEBIAN/
> $ dpkg-deb -b slack slack.deb
> $ sudo dpkg -i slack.deb
>
> which also means that the Slack team should be able to put out a new
> version pretty quickly.
>
> Still, if there's a way for libcurl3 and libcurl4 to coexist, that'll
> also solve a bunch of issues.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https:/
>
> Title:
> After last updated libcurl3 on libcurl4, some apps are removed.
>
> Status in curl package in Ubuntu:
> Confirmed
>
> Bug description:
> Hi!
>
> After last updated libcurl3 on libcurl4, system (Kubuntu 18.04 bionic)
> deleted such applications as:
> virtualbox-5.2
> opera-stable
> slack-desktop
>
> I really need these applications, I installed them with broken
> dependencies, but they are deleted after each update. Is it possible
> to make the dependence of the libcurl3 in libcurl4, and not remove it
> altogether from system?
>
> To manage notifications about this bug go to:
> https:/
>

Dylan Borg (borgdylan) wrote : | #27 |
This is causing havoc! People installing .NET Core which depends on libcurl3 cannot install cmake that is depending on libcurl4. The nomenclature of these packages implies that they should be installable side by side.

Manel R. Doménech (manelio) wrote : | #28 |
I agree with @borgdylan. I'm thinking of leaving Ubuntu just for this reason. Too much time without this problem being fixed.

Zac Collier (zacacollier) wrote : | #29 |
@djaler1 I was able to use the method detailed by @timdepauw to get both Slack and Insomnia working - for Insomnia I just grabbed the raw deb from here

Kirill Romanov (djaler1) wrote : | #30 |
Insomnia now can work without libcurl as dependency. It now statically
linked
ср, 25 апр. 2018 г., 19:40 Zac Collier <email address hidden>:
> @djaler1 I was able to use the method detailed by @timdepauw to get both
> Slack and Insomnia working - for Insomnia I just grabbed the raw deb
> from here
>
> https:/
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https:/
>
> Title:
> After last updated libcurl3 on libcurl4, some apps are removed.
>
> Status in curl package in Ubuntu:
> Confirmed
>
> Bug description:
> Hi!
>
> After last updated libcurl3 on libcurl4, system (Kubuntu 18.04 bionic)
> deleted such applications as:
> virtualbox-5.2
> opera-stable
> slack-desktop
>
> I really need these applications, I installed them with broken
> dependencies, but they are deleted after each update. Is it possible
> to make the dependence of the libcurl3 in libcurl4, and not remove it
> altogether from system?
>
> To manage notifications about this bug go to:
> https:/
>

Corey Seliger (seliger) wrote : | #31 |
This also creates a conflict with r-core-base. I can have curl installed or R installed, but not both at the same time. Ubuntu 18.04.

Toomas (toomaskaevand) wrote : | #32 |
I have the same problem with Slack 3.1.1, R (r-core-base) and curl. Either I have installed curl and r-core-base or Slack (also there were problems with Spotify). If I install Slack which depends on libcurl3 then I have to remove curl and r-core-base. Very annoying.

Justin Nichols (jnichols21) wrote : | #33 |
I do not understand how this did not hold up the release of Ubuntu 18.04. Many apps now conflict because of this issue.

Evgeny Brazgin (xapienz) wrote : | #34 |
Another solution for this problem is downloading sources for libcurl4 package (apt-get source libcurl4), modifying "control" file by adding "Provides: libcurl3 (= ${binary:Version})" to libcurl4 section and rebuilding the package. It may also be necessary to add the new version to "changelog", in my case apt couldn't install the new deb right.
After that, everything mostly works well, except some apps (like virtualbox-5.2), which complain like "version `CURL_OPENSSL_3' not found", but for virtualbox-5.2 it is solved by installing the package virtualbox.

Dave English (sandersw) wrote : | #35 |
My workaround for slack-desktop was to install using snap:
sudo snap install slack --classic

MasterCATZ (mastercatz) wrote : | #36 |
slimjet is another victim
root@aio:
Selecting previously unselected package slimjet.
(Reading database ... 682186 files and directories currently installed.)
Preparing to unpack slimjet_amd64.deb ...
Unpacking slimjet (18.0.5.0) ...
dpkg: dependency problems prevent configuration of slimjet:
slimjet depends on libcurl3; however:
Package libcurl3 is not installed.
dpkg: error processing package slimjet (--install):
dependency problems - leaving unconfigured
Processing triggers for menu (2.1.47ubuntu2) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1) ...
Processing triggers for bamfdaemon (0.5.3+
Rebuilding /usr/share/
Processing triggers for desktop-file-utils (0.23-1ubuntu3) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for man-db (2.8.3-2) ...
Errors were encountered while processing:
slimjet
root@aio:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
slimjet
0 to upgrade, 0 to newly install, 1 to remove and 20 not to upgrade.
1 not fully installed or removed.
After this operation, 260 MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.
root@aio:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libcurl3 : Conflicts: libcurl4 but 7.58.0-2ubuntu3 is to be installed
libcurl4 : Conflicts: libcurl3 but 7.58.0-2ubuntu2 is to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
root@aio:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
slimjet
0 to upgrade, 0 to newly install, 1 to remove and 20 not to upgrade.
1 not fully installed or removed.
After this operation, 260 MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.
root@aio:
Linux aio 4.15.10-
root@aio:

noabody (noabody) wrote : | #37 |
I'm re-posting this comment I made on the ngemu forums as it is related.
These strings are present in compiled epsxe_x64 (hex-edit).
```
libcurl.
```
It lists the expected soname (libcurl.so.4) along with the symbol version (CURL_OPENSSL_3).
Installed libcurl4_
```
readelf -Ws /usr/lib/
397: 0000000000024980 172 FUNC GLOBAL DEFAULT 13 curl_version_
405: 0000000000024800 372 FUNC GLOBAL DEFAULT 13 curl_version@
```
Conflicting libcurl3 package libcurl3_
```
readelf -Ws libcurl.so.4 | grep curl_version
389: 0000000000024700 172 FUNC GLOBAL DEFAULT 13 curl_version_
397: 0000000000024580 372 FUNC GLOBAL DEFAULT 13 curl_version@
```
A work-around would be to extract libcurl.so.4.5.0 (from libcurl3_
```
LD_LIBRARY_
```
I toyed with other solutions but didn't want to mess up system libraries when ldconfig eventually caches the symbols.
Could also use ldd to get same info as hex-editor.
```
ldd epsxe_x64 | grep -i curl
./epsxe_x64: /usr/lib/
libcurl.so.4 => /usr/lib/
```

Adriano Varoli Piazza (adrianovaroli) wrote : | #38 |
>None of the packages which you are having an issue with are ones from the official Ubuntu archive, subsequently there is nothing we (the developers of Ubuntu) can do about this. You'll need to take up the issue with the people who develop these packages.
Maybe considering whether to break Slack and Virtualbox is a nice idea when updating libraries for an LTS. Just a thought.

Dylan Borg (borgdylan) wrote : | #39 |
Can't canonical turn libcurl3 into a transitional package for libcurl4? When I did so manually I got stuff to work fine. Most 3rd party binaries use dot target libcurl3 as there was no libcurl4 package when in fact they'd work fine against libcurl4 since the ABI did nto change between curl 3 and 4, only the headers got changed. Please have this fixed. An LTS should be reliable in every aspect including the fact that it should not break installs.

Antonio Pérez (skarcha) wrote : | #40 |
What a shame! In this situations I always remember Linus Torvalds words: never break user experience.
https:/
https:/
description: | updated |
26 comments hidden
Loading more comments
|
view all 106 comments |

Evgeniy (ev-ev) wrote : | #67 |
+1 to #66

Jochem Blok (jochem.blok) wrote : | #68 |
- logo2015.png Edit (7.1 KiB, application/octet-stream; name="logo2015.png")
- linkedin-icon.png Edit (1.3 KiB, application/octet-stream; name="linkedin-icon.png")
- facebook-icon.png Edit (1.2 KiB, application/octet-stream; name="facebook-icon.png")
- twitter-icon.png Edit (1.3 KiB, application/octet-stream; name="twitter-icon.png")
Geachte heer/mevrouw,
Bedankt voor uw e-mail!
Op maandag ben ik niet aan het werk. Mijn werkdagen zijn dinsdag tot en met vrijdag. Ik zal uw mail dan in behandeling nemen.
Met vriendelijke groet,
Jochem Blok
Programmeur
E: <email address hidden>
T: +31 (0) 164 210 240
Faster Forward | Stationsstraat 14
4611 CC Bergen op Zoom | www.fasterforwa
Op deze e-mail is een disclaimer van toepassing, ga naar www.fasterforwa
A disclaimer is applicable to this email, please refer to www.fasterforwa
Van: Evgeniy (<email address hidden>)Datum: 09-07-2018 01:45Aan: <email address hidden> (<email address hidden>)Onderwerp: [bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.
+1 to #66
--
You received this bug notification because you are subscribed to
the bug
report.
https:/
Title:
After last updated libcurl3 on libcurl4, some apps are
removed.
Status in curl package in Ubuntu:
Confirmed
Bug description:
Hi!
After last updated libcurl3 on libcurl4, system (Kubuntu 18.04
bionic) deleted such applications as:
virtualbox-5.2
opera-stable
slack-desktop
mongodb
I really need these applications, I installed them with
broken
dependencies, but they are deleted after each update. Is it
possible
to make the dependence of the libcurl3 in libcurl4, and not remove
it
altogether from system?
To manage notifications about this bug go to:
https:/

und3ath (peto-z) wrote : | #69 |
Mysql Workbench is also affected and removed after updating to curl4 from curl3
1 comments hidden
Loading more comments
|
view all 106 comments |

Mark Daku (markdaku) wrote : | #71 |
Can this not be done?
Create new meta package libcurl
libcurl depends on libcurl3 >= newversion with fix
libcurl depends on libcurl4 >= newversion with fix
libcurl3 removes the hack of having libcurl.so.4
libcurl4 contains a proper libcurl.so.4
They should be able to co-exist at this point. Well actually they need to co-exist because there is zero chance everyone will upgrade all at once and pass testing etc.
-----------------
OR Just plain Nuke libcurl4 all together and do a version jump up to libcurl5. And merge all libcurl4 code into the libcurl3 package.

Mark Daku (markdaku) wrote : | #72 |
Or can this be done.
Change libcurl3 into a meta package that depends on libcurl3-4.
Change libcurl4 into a meta package that depends on libcurl3-4.
libcurl3-4 is unified package of 3 and 4 code.
Note: Someone will have to work with upstream in order to bump libcurl to version5. So that libcurl3 code can be depricated. This version 5 code in reality is libcurl 4 code only. But the lib would be a new version.
Again:
Both lib3 and lib4 must be able to co-exist on a system. If they don't way to much stuff breaks.

Evgeny Brazgin (xapienz) wrote : | #73 |
Hi Mark,
The problem is a little more complex.
For example, let's take package virtualbox-5.2 from official virtualbox repo (https:/
1. Deb package depends on libcurl3.
2. Its binary is linked to library with name 'libcurl.so.4'.
3. Its binary requires existence of versioned symbols with names like 'curl_version_
2 and 3 together don't allow simply solve the problem, because there are apps, which read library of version 4 and use API of version 3.

Mazy (mazy) wrote : | #74 |
same with mongodborg - depends on libcurl3

Donjan Rodic (bryonak) wrote : | #75 |
Upgraded from 16.04 to 18.04.1 expecting stability. Now I can't have cmake and google earth installed simultaneously without tedious manual package patching at every update?!
$ sudo apt install cmake libcurl3
[...]
libcurl3 : Conflicts: libcurl4 but 7.58.0-2ubuntu3.2 is to be installed
libcurl4 : Conflicts: libcurl3 but 7.58.0-2ubuntu2 is to be installed

William Jojo (w-jojo) wrote : | #76 |
Sharing some other details and help in case it can benefit anyone.
# Workaround for the dependency
https:/
# Official xmltooling dependency bug that breaks libapache2-
https:/
Bill

Juan David Alvarez Cano (judalvarezca) wrote : | #77 |
mssql-server is another fallen one... depends on libcurl3, and force me to uninstall KiCAD, libcurl4, libcurl4-
How can a mess like this one make it to a LTS release...
And also #3 answer is just awful, how can you just wash your hands like that.

John McLane (z3r0cool) wrote : | #78 |
Can anyone from maintainers work on this bug, Please ? As said in comment #3, is there anyone who can at least point me on where to solve this issue. I know things get frustrating when maintainers get comments like #4. Now would you guys please let go and solve this bug. It will help folks like me. Thanks

John McLane (z3r0cool) wrote : | #79 |
As said in comment #3 I opened an issue #2944 on github. Here is the link https:/

Jeremy Akers (irwinr12) wrote : | #80 |
So it's September 2018. 18.04 was released in April 2018. And we still can't have "curl" and "VirtualBox" installed simultaneously? You have got to be freaking kidding me.
All because someone at Canonical decided this was "not their problem" to ensure that libcurl3 and libcurl4 could be installed side by side? Apparently every app in the literal Linux universe needs to update to libcurl4 the instant Ubuntu decides to upgrade otherwise it can't be installed on the latest version of Ubuntu?

Gerben Wijnja (gerben-7) wrote : | #81 |
And here's another one... I'm in Ubuntu 18.04, and Apache 2.4 and cURL can not be installed at the same time.
apache2-bin depends on libcurl3
curl depends on libcurl4
:-(

Nick (nforced) wrote : | #82 |
Any solution to the problem will be highly appreciated at this point ~(;

untoreh (untoreh) wrote : | #83 |
use a ppa https:/
pin curl to such ppa

David Dombrowsky (davek) wrote : | #84 |
Here's what I did to "solve" it on 18.04
{{{
git clone https:/
cd curl
git checkout curl-7_58_0
autoreconf -i
sudo mkdir /opt/curl
./configure --prefix=/opt/curl
make
sudo make install
ln -s /opt/curl/bin/curl* /usr/local/bin/
}}}
Of course, that doesn't really fix anything, but it gets a compatible version of curl on to this system.

John McLane (z3r0cool) wrote : | #85 |
Seriously is there anyone working on this bug?? Please help us by solving this bug. This is driving crazy to lots of people

cljk (marcel-pokrandt) wrote : | #86 |
I´m having a problem with this issue too. I´m using a DEV-System on Ubuntu 18.04 with multiple installed PHP-versions (by ondrej) connected to Apache2 with FPM-modules. I cannot install "php-curl (7.1)" (by ondrej) because it depends on "libcurl4" ... and installing libcurl4 would result in deinstalling apache2 (and several other packages) which is dependent on libcurl3.
So my problem is not on pure Ubuntu - but I personally would need both lib versions at same time.

Duane Ellis (duanesd) wrote : | #87 |
for an Explanation of the problem, and a work around see:
https:/
the problem started with libcurl3 having an incorrect symlink named: 'libcurl.so.4'

heytimc (heytimc) wrote : | #88 |
Thanks for the solution :)
Tim
On Friday, 19 October 2018, 02:06:26 GMT+1, Duane Ellis <email address hidden> wrote:
for an Explanation of the problem, and a work around see:
https:/
the problem started with libcurl3 having an incorrect symlink named:
'libcurl.so.4'
** Bug watch added: github.
https:/
--
You received this bug notification because you are subscribed to the bug
report.
https:/
Title:
After last updated libcurl3 on libcurl4, some apps are removed.
Status in curl package in Ubuntu:
Confirmed
Bug description:
Hi!
After last updated libcurl3 on libcurl4, system (Kubuntu 18.04 bionic) deleted such applications as:
virtualbox-5.2
opera-stable
slack-desktop
mongodb
I really need these applications, I installed them with broken
dependencies, but they are deleted after each update. Is it possible
to make the dependence of the libcurl3 in libcurl4, and not remove it
altogether from system?
To manage notifications about this bug go to:
https:/

John A Ramirez (mrcantaloupe) wrote : | #89 |
I recently encountered this problem in 18.04 trying to play a game I recently purchased, Prime Mover. Upon startup it immediately aborts with the error
./PrimeMover: /usr/lib/
I realize it's not as vital as document databases or web browsers or version controllers, but I'm a bit shocked that the problem is this widespread.
Is there any news on this? Who maintains libcurl? This problem was reported eight months ago, and still no one is assigned to it?

David Dombrowsky (davek) wrote : | #90 |
So basically the state of this bug is we still need 2 systems:
* 1 with libcurl3 and everything that depends on it, like virtualbox and slack
* another with libcurl4 and everything that depends on it, like kicad
Is there no work-around?

Petr Sedlacek (piit79) wrote : | #91 |
@davek I'm not saying this bug isn't bad but virtualbox-5.2 and slack-desktop have been fixed a long time ago. virtualbox-5.2 depends on libcurl4 and slack-desktop even better on "libcurl3 | libcurl4".

David Dombrowsky (davek) wrote : | #92 |
AH HA!
@petr-sedlacek I thought the problem was: the oracle provided version of virtualbox depends on libcurl3, and the canonical provided version is 5.0 doesn't have 64-bit support (or at least, it doesn't work yet).
Whelll....
Turns out I was downloading the wrong version from Oracle. There is a "xenial" version of 5.2_5.2.22-126460, and a "bionic" version. That's right, two different versions of the same version. EXCELLENT! Install the copy of virtualbox for bionic and all is right with the world.
I apologize for my annoyance :)
tags: | added: indeed |

László Zsolt Nagy (nagylzs) wrote : | #93 |
I have installed Ubuntu 18.04 because I thought it must already be stable. Then I had to find out that it is impossible to run node js 11 and mongodb 4 on the same system, just because node js 11 depends on libcurl4 and mongodb-org 4 depends on libcurl3, and they cannot coexist. Come on, this bug has been here for more than 6 months now! I don't have a choice but to select a different distribution. :-(

Claire Lynn (lemmaprism) wrote : | #94 |
I am also affected by this problem.
Made a workaround by downloading curl3 and passing it manually to anything that needs it. (Replace the original with a shell script that calls this.)
`LD_LIBRARY_

Nick (nforced) wrote : | #95 |
Btw I made an alias to update my laptop taking care of some of the annoying stuff regarding this issue. Modify to fit your needs (:
alias distup='apt -y --fix-broken install && apt update && apt upgrade && apt -y autoremove && dpkg --ignore-depends libcurl3 -i ~/viber.deb'

John McLane (z3r0cool) wrote : | #96 |
Hellooooo Anyone from maintainers is this bug ever going to be fixed ? If not then atleast close this bug. It freaks me out to come here every week and only confirmed tag. Please do something about this.

Alex Fedorov (sannek8552) wrote : | #97 |
Just solved this issue on Debian 9.
After upgrade from previous version I had old sources.list. That was my issue.
Just set correct version of sources.list and ran sudo apt-get update && sudo apt-get upgrade
And after that I found that curl library now require libcurl3 instead of libcurl4. Maybe this can help someone...

James Howe (jameshowe) wrote : | #98 |
> None of the packages which you are having an issue with are ones from the official Ubuntu archive
What about these? Why is libcurl3 even in Bionic as a conflicting package if nothing was supposed to use it?
$ apt-cache rdepends libcurl3
libcurl3
Reverse Depends:
libcurl-
|flashplugin-
libxmltooling7
ruby-ethon

Christi Thomas (1rf2rookie) wrote : | #99 |
I tried installing 3 different libcurl3_7.52.1-5 flavours like gnut_ls, nss..etc and it still says libcurl3 not installed.what should i do?

Adrianvg (adrianvg) wrote : | #100 |
Dev issued me a ticket as he needed php7.0-curl on a server (using Shibd for user authentication) running Ubuntu 18.04 LTS, so I obliged.
Dependency libcurl4 was needed too, but had to stop there as the package shibboleth-
Some googling got me to https:/
My understanding is that Shibboleth is pretty widely used worldwide in university authentication solutions (we're a major Swedish Uni BTW) - how could this have slipped through?
Is this a lost cause, do we wait for the next LTS release and hope for the best or what?

Petr Sedlacek (piit79) wrote : | #101 |
@adrianvg Despite the very poor planning and execution of the libcurl3/libcurl4 transition, the best solution is to get all the relevant packages updated to use libcurl4. I very much doubt the next LTS release will resolve this.

Adrianvg (adrianvg) wrote : | #102 |
Thanks Petr. I'll snoop around and see if I can find the future roadmap for Shibboleth wrt libcurl3/4. I have this gut-feeling not everything is a-okay over there. We can't be the only ones getting hit ny this...

Norman Wilson (norma7) wrote : | #103 |
The specific package on which Shibboleth depends, and that in turn demands libcurl3,
is libxmltooling7, in case that helps.
And no, Adrianv, you're not the only one being hit by this!

Andriy Podanenko (podarokua) wrote : | #104 |
I've removed all apt sources.list and added back from current version of Ubuntu which helped me to package by package upgrade it to current Ubuntu version of the package
I had same issues and they were in a system because some packages were from the previous version ( 16 ) which must be upgraded after OS upgrade to 18
so rm -rf /etc/apt/
apt-get update
apt-get upgrade
add all repositories back but for current version of Ubuntu and you'll succeed

Dimitri John Ledkov (xnox) wrote : | #105 |
this is related to libssl1.0 ("libcurl3") -> libssl1.1 ("libcurl4") transition.
The two conflict on disk.
After bionic release, we have upgraded to libssl1.1. Which means switch to libcurl4 for everything.
There were two packages, in bionic, that did not support libssl1.1 and thus had to use the old libssl1.0 based "libcurl3" which conflicts with libcurl4.
Post-bionic those two packages were ported to libssl1.1 and libcurl3 was removed from the archive.
If you must use the two apps that need libcurl3 on bionic, ensure that you install them in a chroot/container, such that it doesn't conflict and try to remove most of the system.
I'm not sure what i can do, to make any of this better on bionic or xenial.
Upgrade to focal? Everything is fixed there for this.
Changed in curl (Ubuntu): | |
status: | Confirmed → Fix Released |
Changed in curl (Ubuntu Bionic): | |
status: | New → Opinion |

Evgeny Brazgin (xapienz) wrote : | #106 |
@xnox,
I think for bionic it may be possible to port changes from https:/
For focal - maybe it is already fixed, but I see that around 900 people are still using my PPA in focal, so maybe there are some apps which still require it.
Status changed to 'Confirmed' because the bug affects multiple users.