[Issue 18649] curl on Ubuntu 18.04 depends on libcurl4, .deb installer depends on libcurl3

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Apr 4 14:06:09 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18649

--- Comment #8 from Alex Whitman <alex.whitman at durham.ac.uk> ---
I've given Martin's suggestion of using Recommends a go and it appears to work.
 The steps I took were:

- Purge existing dmd installation
- Upgrade curl, bringing in libcurl4, removing libcurl3
- Unpacked dmd_2.079.0-0_amd64.deb
- Edited the control file with the changes to the Depends section and added the
Recommends section.
- Repacked the .deb
- Installed the .deb

The installation worked but I don't have anything that uses std.net.curl to
test.

--


More information about the Digitalmars-d-bugs mailing list