Sysinternals / SysmonForLinux

MIT License
1.68k stars 180 forks source link

Sysmon Install Error: Missing libcrypto.so.1.1 on Ubuntu 22.04 #145

Closed Bearloggs closed 10 months ago

Bearloggs commented 10 months ago

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).

To Reproduce

  1. Set up an Ubuntu 22.04 server.
  2. Install APT package using Microsoft feed (https://github.com/Sysinternals/SysmonForLinux/blob/main/INSTALL.md#ubuntu-2004-2204-2304)
  3. Attempt to install Sysmon using the command sudo sysmon -i.
  4. 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?