具体错误:
curl -L --max-redirs 0 -f -otarget/sqlite-3.32.3-amal.zip https://www.sqlite.org/sqlite-amalgamation-3_32_3.zip curl: symbol lookup error: curl: undefined symbol: curl_mime_free
原因是版本太新。
换用curl-7.55.1.tar.gz
具体错误:
curl -L --max-redirs 0 -f -otarget/sqlite-3.32.3-amal.zip https://www.sqlite.org/sqlite-amalgamation-3_32_3.zip curl: symbol lookup error: curl: undefined symbol: curl_mime_free
原因是版本太新。
换用curl-7.55.1.tar.gz