Has anybody seen this before? It's an older CentOS6 machine. Calling
I'm guessing it's a path issue because libnghttp2.so is inside /usr/local/lib but I've never seen this before.
Code:
./build curl
Code:
checking run-time libs availability... failed
configure: error: one or more libs available at link-time are not available run-time. Libs used at link-time: -lnghttp2 -lssl -lcrypto -lssl -lcrypto -lz -lrt
*** There was an error while trying to configure cURL.
I'm guessing it's a path issue because libnghttp2.so is inside /usr/local/lib but I've never seen this before.