2023-04-05

22.04 yocto build error ==> fiptool: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory

wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb    sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb

댓글 없음:

댓글 쓰기

[siwg917] 공유기 mac 얻기, arp table에서 확인.

1. arp 요청함수. #include "lwip/netif.h" #include "lwip/ip4_addr.h" #include "lwip/etharp.h" #define ARP_RETRY...