可能是原先系统 libcurl 版本较低的问题, 通过覆盖 libcurl.so 可以解决这个问题,

# cp /usr/local/lib/libcurl.so /usr/lib64/

覆盖后, 再执行就不会报错了。