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