meanioni 0 Posted April 22 Share Posted April 22 Hi, just upgraded my machines to Ubuntu 22.04 and the endpoint client doesn't seem to launch. Is this a bug? Is there a new version coming out which supports this version? Quote Link to comment Share on other sites More sharing options...
Administrators Marcos 4,187 Posted April 22 Administrators Share Posted April 22 Maybe this KB is related to your issue: https://support.eset.com/en/kb3041 Quote Link to comment Share on other sites More sharing options...
derbärtigeFrytz 1 Posted April 29 Share Posted April 29 I faced the same problem today. I am working with ESET Endpoint Antivirus 9.0.5.0 and ESET Management Agent 9.0.2141.0 Both services failed to start, after I updated my Ubuntu Desktop 20.04 to 22.04. According to /var/log/syslog there was an error finding libssl.so.1.1 and libcrypto.so.1.1 I found them in /snap/gnome-3-34-1804/77/usr/lib/x86_64-linux-gnu/ Unfortunately there was no hint WHERE the services try to find this libraries. - Setting $LD_LIBRARY_PATH did not help. - Linking the libraries to /usr/lib64 did not help either. I solved this by linking them to each installation point of Endpoint Antivirus and Management Agent. # Endpoint Antivirus sudo ln -s /snap/gnome-3-34-1804/77/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 /opt/eset/eea/lib sudo ln -s /snap/gnome-3-34-1804/77/usr/lib/x86_64-linux-gnu/libssl.so.1.1 /opt/eset/eea/lib sudo systemctl start eea # Management Agent sudo ln -s /snap/gnome-3-34-1804/77/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 /opt/eset/RemoteAdministrator/Agent sudo ln -s /snap/gnome-3-34-1804/77/usr/lib/x86_64-linux-gnu/libssl.so.1.1 /opt/eset/RemoteAdministrator/Agent sudo systemctl start eraagent Hope, this will help. abyss02 1 Quote Link to comment Share on other sites More sharing options...
abyss02 0 Posted Thursday at 08:10 AM Share Posted Thursday at 08:10 AM @derbärtigeFrytz But besides of this, you are able to compile the eset_rtp.ko while running Kernel 5.15? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.