ioi / isolate

Sandbox for securely executing untrusted programs
Other
1.04k stars 154 forks source link

Added a dependency to README #152

Closed yahya-abdul-majeed closed 3 months ago

yahya-abdul-majeed commented 3 months ago

If pkg-config is not installed on the system running sudo make install, it will throw the following error:

isolate-cg-keeper.c:(.text+0x65e): undefined reference to `sd_notify'

This is because of the following line in the Makefile.

SYSTEMD_LIBS := $(shell pkg-config libsystemd --libs)

gollux commented 3 months ago

I added it to the README in a slightly different way. Thanks!