Skip to main content


Let's kick this fine Monday morning off with a #curl issue filed against curl 7.37.0, released in May 2014...

https://github.com/curl/curl/issues/13370

#curl
in reply to daniel:// stenberg://

sticking to an ancient stable distro is probably fine as long as everything works. But when you report issues on software from back when dinosaurs still walked the earth, you will end up wishing you used modern software...
in reply to daniel:// stenberg://

I feel if you're developing against such old distros, you should be vendoring newer versions of some important libraries anyway...
in reply to daniel:// stenberg://

Then you give in and attempt to compile your stuff on that 8 years old distro and none of the build requirements are met... That's why LTS distros have paid support, because upstream's good will has limits.
in reply to Aris Adamantiadis :verified:💲Paid

@aris yeah that is common. But I've built curl with plenty of deps on numerous 10+ year old Linux distros so many times I know it is pretty straight forward and often even quite frictionless. It does however take a little time and energy.
in reply to daniel:// stenberg://

distributions from the era when supply chain attacks were not so common are the new pre-nuclear-testing steel. :D
in reply to daniel:// stenberg://

to some degree, if you choose to use something this old, this is why you pay your enterprise Linux vendor $$ for support
in reply to daniel:// stenberg://

I sometimes wander how these things happen. Did they need to setup a CentOS machine, realized v7 is the only supported version (https://endoflife.date/centos) and missed everything else that went on in the world in the last 4+ years?
in reply to Paolo Barbolini

@paolobarbolini because it seems to happen so often I think it is rather just users stubbornly sticking to something "that works", being afraid of rocking the boat. Instead they paint themselves into corners like this.