关于curl: (2) Failed Initialization
生活随笔
收集整理的這篇文章主要介紹了
关于curl: (2) Failed Initialization
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
一開始是由于curl無法訪問https網上說,要又一次編譯安裝curl
我就下載..
./configure
make
make install
結果出現
curl: (2) Failed Initialization
好吧,我整個人都跪了.
滿世界找原因...
找到這個?
It means that the curl binary is picking up the system curl library. While it was linked at compile time to the correct library, at run-time it's picking up the incorrect library, which seems to be a pretty typical reason for this error happening.
所以主要在confure的時候加上--disable-shared
然后make ....
就OK了...
總結
以上是生活随笔為你收集整理的关于curl: (2) Failed Initialization的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Android Activity跳转动画
- 下一篇: Linux headtail命令