moparisthebest / static-curl

fully static builds of curl, runs anywhere
https://code.moparisthebest.com/moparisthebest/static-curl
MIT License
497 stars 30 forks source link

curl: (6) Could not resolve host: www.baidu.com #10

Open einsqing opened 1 year ago

einsqing commented 1 year ago

./curl-aarch64 https://www.baidu.com/
curl: (6) Could not resolve host: www.baidu.com

einsqing commented 1 year ago

curl https://www.baidu.com/ test ok

zzhzero commented 12 months ago

I had the same problem so I changed a project

https://github.com/dtschan/curl-static

zaphod77 commented 10 months ago

same problem with curl-i486

and yes, i have a real need for this static CURL, because my system openssl is too old, and can't be upgraded

loveYcr7 commented 6 months ago

./curl-aarch64 https://www.baidu.com/ curl: (6) Could not resolve host: www.baidu.comcurl:(6) 无法解析主机:www.baidu.com

how to solve it ?

loveYcr7 commented 6 months ago

./curl-aarch64 https://www.baidu.com/ curl: (6) Could not resolve host: www.baidu.comcurl:(6) 无法解析主机:www.baidu.com I use arrch64 and arm version in the Android 12 shell environment and can't resolve the domain name, is there a solution?