Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Bearloggs opened this issue Oct 3, 2023 · 0 comments · Fixed by #146
Closed

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

Bearloggs opened this issue Oct 3, 2023 · 0 comments · Fixed by #146
Assignees
Labels
bug Something isn't working

Comments

@Bearloggs
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants