Temat: curl zaleznosci 19.07 vs 18.06
Hej
Nie jestem dobry w te klocki, prosze o porade.
Na ruterkach instaluje mbedtls (bo jest mniejszy) i do niczego wiecej poza https go nie potrzebuje.
na 18.06 instaluje curla
root@xxx:~# opkg info curl
Package: curl
Version: 7.60.0-4
Depends: libc, libcurl
Status: unknown ok not-installed
Section: net
Architecture: mips_24kc
Size: 45246
Filename: curl_7.60.0-4_mips_24kc.ipk
Description: A client-side URL transfer utility
root@xxx:~# opkg info libcurl
Package: libcurl
Version: 7.60.0-4
Depends: libc, libopenssl, ca-bundle
Status: unknown ok not-installed
Section: libs
Architecture: mips_24kc
Size: 128929
Filename: libcurl_7.60.0-4_mips_24kc.ipk
Description: A client-side URL transfer library
Package: libcurl
Version: 7.60.0-3
Depends: libc, libmbedtls
Status: install ok installed
Architecture: mips_24kc
Installed-Time: 1541366930
root@xxx:~# opkg install curl
Installing curl (7.60.0-4) to root...
Downloading http://dl.eko.one.pl/openwrt-18.06/packages/mips_24kc/base/curl_7.60.0-4_mips_24kc.ipk
Configuring curl.
root@xxx:~# curl
curl: try 'curl --help' for more informationna 19.07
root@yyy:/etc/dropbear# opkg install curl
Installing curl (7.66.0-1) to root...
Downloading http://dl.eko.one.pl/openwrt-19.07/packages/mips_24kc/base/curl_7.66.0-1_mips_24kc.ipk
Configuring curl.
root@yyy:/etc/dropbear# opkg info curl
Package: curl
Version: 7.66.0-1
Depends: libc, libcurl4
Status: install user installed
Section: net
Architecture: mips_24kc
Size: 52019
Filename: curl_7.66.0-1_mips_24kc.ipk
Description: A client-side URL transfer utility
Installed-Time: 1588178322
root@yyy:/etc/dropbear# opkg info libcurl4
Package: libcurl4
Version: 7.66.0-1
Depends: libc, libopenssl1.1, ca-bundle
Provides: libcurl
Status: unknown ok not-installed
Section: libs
Architecture: mips_24kc
Size: 136206
Filename: libcurl4_7.66.0-1_mips_24kc.ipk
Description: A client-side URL transfer library
Package: libcurl4
Version: 7.69.1-1
Depends: libc, libmbedtls12, ca-bundle
Provides: libcurl
Status: install user installed
Architecture: mips_24kc
Installed-Time: 1586808401
root@yyy:/etc/dropbear# curl
Error loading shared library libssl.so.1.1: No such file or directory (needed by /usr/bin/curl)
Error loading shared library libcrypto.so.1.1: No such file or directory (needed by /usr/bin/curl)czy to znaczy, ze curl z 18.06 jest skompilowany z supportem obu mbedtls i openssl a na 19.07 nie ?
Jak/gdzie znalezc zatem curl na 19.07 skompilowany z supportem mbedtls ?