Closed DeamonMV closed 5 years ago
Please install pkg-config
.
Thank you for quick reply)
Done
dpkg -l |grep pkg-config
ii pkg-config 0.29.1-0ubuntu2 amd64 manage compile and link flags for libraries
but problem still here
just in case
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS"
NAME="Ubuntu"
VERSION="18.04.2 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.2 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
The CFLAGS
for libsystemd
should be generated in Makefile
by pkg-config
, but your gcc
call does not contain them. What's the output of this command?
pkg-config --cflags --libs libsystemd
$ pkg-config --cflags --libs libsystemd
-lsystemd
That's expected and correct. So no idea what fails... The output (-lsystemd
) should appear in gcc
call just after -Werror
.
i'll try to reboot tomorrow, and let you know if something changed.
reboot. didn't helped. but main question i'm closed - i'm configured rsyslog instead of udp514-journal
Hello.
Tried to compile udp514-journal on ubuntu 18.04 and got a problems
first was this one
I installed
libsystemd-dev
and then got another one:Can you please describe more about compile and which applications need to install