[swift-corelibs-dev] libcurl.so.4: no version information available (HTTP/2)

2017-02-09 Thread Simon Karberg via swift-corelibs-dev
Hi. I have manually compiled Curl 7.51.0 on a Ubuntu 16.04 with HTTP/2 support. I get. .build/release/Executable: /usr/local/lib/libcurl.so.4: no version information available (required by /root/swift-3.0.2-RELEASE-ubuntu16.04/usr/lib/swift/linux/libFoundation.so) When compiling Swift, it still

Re: [swift-corelibs-dev] libcurl.so.4: no version information available(HTTP/2)

2017-02-09 Thread Pushkar N Kulkarni via swift-corelibs-dev
Hi Simon, I think that's a warning message from the dynamic linker related to symbol versioning. I'm no expert, but I think the fact that you have a higher libcurl version installed is causing this. In other words, the libcurl version against which libFoundation.so is built (the default on 16.04 is