0

I have a web service on 64bit AWS/ubuntu 10.04 machine. Current php ver PHP Version 5.3.2-1ubuntu4.15. Current curl ver: 7.19.7

This Curl version has a memory leak and I need to upgrade to V 7.25.0

apt-get says my version is the latest, On curl download page the last version for Ubuntu is the one I have. There doesnt seem to be an upgraded version available.

How can I upgrade ? I spent hours on Google and couldn't find any information.

1

1 Answer 1

0

When Ubuntu 10.04 was released, curl 7.19.7 was a stable and current release. Ubuntu will not upgrade to later versions with new functionality, but they will backport security fixes.

If the memory leak bug in 7.19.7 was of significance, it is likely that the bugfix has been backported by Ubuntu into the curl-version you currently have on your system.

3
  • Thanks. The memory leak is there so it is not the case Commented May 23, 2012 at 11:56
  • You could try to grab the curl-package from one of the later Ubuntu distributions, but you might end up in a dependency hell. packages.ubuntu.com/search?keywords=curl Commented May 23, 2012 at 11:58
  • found it here serverfault.com/questions/230529/… Commented May 24, 2012 at 9:04

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.