Jump to content

Recommended Posts

Posted

Добрый день! На роутере  Keenetic Ultra (KN-1811)  установлен Entware. Пытаюсь установить скрипт командой через telnet (curl -Ls https://github.com..........) пишет ошибку " curl: symbol lookup error: curl: undefined symbol: curl_easy_ssls_export"

Сам пакет curl ранее был установлен. Как решить проблему?

Posted

 

12 часов назад, B03BPAT сказал:

opkg update
opkg remove curl libcurl
opkg install openssl-util
opkg install curl

Команды запустил как Вы сказали получил следующее:

curl: /opt/lib/libssl.so.3: version `OPENSSL_3.2.0' not found (required by /opt/lib/libcurl.so.4)

Posted

Попробуйте так:

opkg update

opkg upgrade

и если не взлетит, снести и поставить пакеты заново добавив: 

opkg remove curl libcurl openssl-util

opkg install curl openssl-util

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

This site uses cookies. By clicking "I accept" or continuing to browse the site, you authorize their use in accordance with the Privacy Policy.