RE: [NOT BUG] git-2.30.0-rc1 - Transitive OpenLDAP requirement in libcurl

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Randall S. Becker wrote:
> Well, looks like this probably an operator issue. I tried the build in
> a clean environment (our official Jenkins build environment) and
> 2.30.0-rc1 builds and is currently in testing on both NonStop
> platforms. Something is likely messed up in my clone. There's nothing
> in the environment that is weird. So it's obviously something I did,
> but I don't really know what (maybe git reset --hard master && git
> clean -dxf is not a sufficient reset).

I was going to say that I don't see how you could link to the libcurl
you have in /usr/local/lib.

>From what I know of libraries not even this would link:

  #include <curl/curl.h>

  int main(void)
  {
          curl_easy_init();
          return 0;
  }

I would double check which libcurl library is actually being used the
build environmen that works.

Cheers.

-- 
Felipe Contreras



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux