Ubuntu 20.04中的curl问题

gkn4icbw  于 4个月前  发布在  其他
关注(0)|答案(2)|浏览(77)

curl:符号查找错误:curl:未定义符号:curl_url_set,版本CURL_OPENSSL_4
manish@manish-Latitude-3420:~$ sudo apt-get install curl
将安装以下新软件包:curl 0已升级,1已新安装,0将删除,0未升级manish@manish-Latitude-3420:~$
manish@manish-Latitude-3420:~$ curl -fsSL https://deb.nodesource.com/setup_18.x| sudo -E bash -
curl :符号查找错误: curl :未定义符号:curl_url_set,版本CURL_OPENSSL_4 manish@manish-Latitude-3420:~$ manish@manish-Latitude-3420:~$ curl_url_set -fsSL https://deb.nodesource.com/setup_18.x| sudo -E bash - curl_url_set:未找到命令

u59ebvdq

u59ebvdq1#

我尝试了curl &它没有帮助。仍然curl问题,我将在其他时间解决。
但这帮助了我https://askubuntu.com/a/1054720
git clone https://github.com/curl/curl.git cd curl ./buildconf(try with sudo,if....)./configure(same)enter image description here make make test # optional sudo make install
确保在创建文件/文件夹时,使用sudo命令,

bwitn5fc

bwitn5fc2#

我试着用上面的...它工作了
帮了大忙

相关问题