Hello Stereolabs,
I try to install hub client on a zedbox jetson orin NX 16gb with 22.04.5 and jetpack 6.0 (default packages)
installation of hub seems to succeed but it doesn’t start, the log of edge_hub_client says:
systemd[1]: Starting EDGE HUB CLIENT…
sh[21203]: PING google.com(ams15s44-in-x0e.1e100.net (2a00:1450:400e:80f::200e)) 56 data bytes
sh[21203]: 64 bytes from ams15s44-in-x0e.1e100.net (2a00:1450:400e:80f::200e): icmp_seq=1 ttl=60 time=8.12 ms
sh[21203]: — google.com ping statistics —
sh[21203]: 1 packets transmitted, 1 received, 0% packet loss, time 0ms
sh[21203]: rtt min/avg/max/mdev = 8.124/8.124/8.124/0.000 ms
systemd[1]: Started EDGE HUB CLIENT.
edge_hub_client[21204]: /usr/local/sl_hub/bin/edge_hub_client: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
systemd[1]: edge_hub_client.service: Main process exited, code=exited, status=127/n/a
Oct 28 13:16:53 systemd[1]: edge_hub_client.service: Failed with result ‘exit-code’.
it seems the hub client is linking with the old ssl.so which is not available on 22.04 anymore. Is there an update coming to link with the default 3.0 package? or do I need to install the old libssl.so1.1?