gohome1984 / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Look for libcurl-gnutls in addition to libcurl.so #336

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use HTTPUpload::SendRequest() on Debian systems without libcurl3
   or libcurl4-gnutls-dev.

What is the expected output? What do you see instead?
  Expect success.
  Instead fails to send with no error message.

What version of the product are you using? On what operating system?
  Mozilla trunk on Ubuntu Linux 9.04.

Debian gives the libcurl library a different name when it is built to use
gnutls instead of openssl, for licensing reasons.  Looks like most packages
are being moved to depend on the gnutls version.  Here's one example:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519070#20

So libcurl-gnutls.so.4 is much more likely to be installed on these systems
than libcurl.so.4.

Mozilla bug report is https://bugzilla.mozilla.org/show_bug.cgi?id=517493
and a simple patch is https://bugzilla.mozilla.org/attachment.cgi?id=401793

Original issue reported on code.google.com by karl.a.t...@gmail.com on 21 Sep 2009 at 6:05

GoogleCodeExporter commented 9 years ago
Committed in r435.

Original comment by ted.mielczarek on 3 Dec 2009 at 4:31