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

[Makefile:1018: ossec-agentd] Error 1 #2023

Closed
Tavyah opened this issue Nov 18, 2021 · 2 comments
Closed

[Makefile:1018: ossec-agentd] Error 1 #2023

Tavyah opened this issue Nov 18, 2021 · 2 comments

Comments

@Tavyah
Copy link

Tavyah commented Nov 18, 2021

Trying to install an agent on my servers but i have two servers with the same error and i just can't seem to figure it out :S Could u help?

  • I've installed packages: wget git vim unzip make gcc build-essential php php-cli php-common libapache2-mod-php apache2-utils inotify-tools libpcre2-dev zlib1g-dev libz-dev libssl-dev libevent-dev libssl-dev

  • I also have: pcre2-10.32 and pcre2-10.39 within /ossec-hids/scr/external (I had some issues with this on another server)

  • I've tried 'make clean' within /src

  • I downloaded the ossec-hids from: git clone https://github.com/ossec/ossec-hids.git and I'm using version 3.6.0 C:

  • I am also using Debian 11 Bullseye for all my servers

I'm still pretty new to networking and so i'm sure I'm overlooking something C:

5- Installing the system
 - Running the Makefile
cc -I./external/compat -DMAX_AGENTS=2048 -DOSSECHIDS -DDEFAULTDIR=\"/var/ossec\" -DUSER=\"ossec\" -DREMUSER=\"ossecr\" -DGROUPGLOBAL=\"ossec\" -DMAILUSER=\"ossecm\" -DLinux -DINOTIFY_ENABLED -DHAVE_SYSTEMD -DZLIB_SYSTEM -DUSE_PCRE2_JIT -DLIBOPENSSL_ENABLED -DCLIENT -Wall -Wextra -I./ -I./headers/  client-agent/agentd.o client-agent/config.o client-agent/event-forward.o client-agent/intcheck_op.o client-agent/main.o client-agent/notify.o client-agent/receiver.o client-agent/receiver-win.o client-agent/sendmsg.o client-agent/start_agent.o os_crypto.a config.a shared.a os_net.a os_regex.a os_xml.a os_zlib.a  -lm -lpthread -lsystemd -lpcre2-8 -lssl -lcrypto -lz  ./external/compat/imsg.c ./external/compat/imsg-buffer.c -o ossec-agentd
/usr/bin/ld: cannot find -lsystemd
collect2: error: ld returned 1 exit status
make: *** [Makefile:1018: ossec-agentd] Error 1
@yilas
Copy link

yilas commented Nov 18, 2021

Hi,
Could you install the package libsystemd-dev ?

@Tavyah
Copy link
Author

Tavyah commented Nov 18, 2021

Hi! Thank you so much and also I am so sorry for wasting your time. It totally worked. I should practice my googling a bit :) Have a great day!

@Tavyah Tavyah closed this as completed Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants