OpenWrt使用curl报错Error relocating /usr/bin/curl: curl_easy_ssls_export: symbol not found的解决办法

今天在配置openclash发现无法加载配置文件,查看日志信息抱错如下

然后使用ssh登录到路由器中发现使用curl命令就报错

怀疑在装软件的时候导致curl的依赖出问题了,解决办法如下

opkg update
opkg install libcurl4

然后再去curl百度查看效果

然后再返回openclash重新下载配置文件

发表回复

后才能评论