You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When attempting to install Sysmon on an Ubuntu 22.04 server using the command sudo sysmon -i, the installation process fails, presenting the following error message:
sysmon: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
The installation fails due to an error related to the absence of libcrypto.so.1.1.
Ubuntu 22.04 utilizes version 3.0 by default, whereas Sysmon seems to depend on version 1.1, particularly libcrypto.so.1.1, which is not present in the system (https://packages.ubuntu.com/search?keywords=libssl-dev).
Attempt to install Sysmon using the command sudo sysmon -i.
Observe the aforementioned error message.
Sysmon version
sysmonforlinux/jammy 1.3.0 amd64
Distro/kernel version
Ubuntu 22.04.3 LTS / 5.15.0-84-generic
Expected behavior
Install Sysmon directly with the debian package from the microsoft feed without the need to install manually libssl 1.1 dependencies.
Would it be possible to have a debian package available with libssl 3.0 directly from the microsoft feed for Ubuntu 22.04 and higher?
The text was updated successfully, but these errors were encountered:
Describe the bug
When attempting to install Sysmon on an Ubuntu 22.04 server using the command
sudo sysmon -i
, the installation process fails, presenting the following error message:The installation fails due to an error related to the absence of libcrypto.so.1.1.
Ubuntu 22.04 utilizes version 3.0 by default, whereas Sysmon seems to depend on version 1.1, particularly libcrypto.so.1.1, which is not present in the system (https://packages.ubuntu.com/search?keywords=libssl-dev).
To Reproduce
sudo sysmon -i
.Sysmon version
sysmonforlinux/jammy 1.3.0 amd64
Distro/kernel version
Ubuntu 22.04.3 LTS / 5.15.0-84-generic
Expected behavior
Install Sysmon directly with the debian package from the microsoft feed without the need to install manually libssl 1.1 dependencies.
Would it be possible to have a debian package available with libssl 3.0 directly from the microsoft feed for Ubuntu 22.04 and higher?
The text was updated successfully, but these errors were encountered: