URbackup + AWS Lightsail(redmine)

Hi!

I am currently installing URBackup clients to all of our machines, and redmine on Lightsail is really making me confused to why it doesn’t install correctly.

I am currently adding a client to the server, then I’m using
TF=mktemp && wget “SERVER=download_client&lang=sv&clientid=Nr&authkey=authkey&os=linux” -O $TF && sh $TF; rm $TF

And I get

Installing systemd unit…
Package systemd was not found in the pkg-config search path.
Perhaps you should add the directory containing `systemd.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘systemd’ found.

I am not sure how to add the directory to the PKG_CONFIG_PATH variable, and would really appreciate some help.

Please post the complete output of the installation process

/home/bitnami# TF=mktemp && wget “SERVER=d
ownload_client&lang=sv&clientid=Nr&authkey=Authkey&os=linux” -O $TF && sh $TF; rm $TF
–2019-08-27 12:28:36-- SERVER=download_client&lang=sv&clientid
=Nr&authkey=Authkey&os=linux
Resolving SERVER.se (SERVER.se)… 213.xxx.xx.xxx
Connecting to SERVER.se (SERVER.se)|213.xxx.xx.xxx|:PORT… connected.
HTTP request sent, awaiting response… 200 ok
Length: 12270056 (12M) [application/octet-stream]
Saving to: ‘/tmp/tmp.sGCMsZhzWR’

/tmp/tmp.sGCMsZhzWR 100%[==========================>] 11.70M 6.83MB/s in 1.7s

2019-08-27 12:28:39 (6.83 MB/s) - ‘/tmp/tmp.sGCMsZhzWR’ saved [12270056/12270056]

Verifying archive integrity… All good.
Uncompressing UrBackup Client Installer for Linux 100%
Installation of UrBackup Client 2.3.4 to /usr/local … Proceed ? [Y/n]
y
Uncompressing install data…
Detected Debian (derivative) system
Detected systemd
Detected architecture x86_64-linux-glibc
Installing systemd unit…
Package systemd was not found in the pkg-config search path.
Perhaps you should add the directory containing `systemd.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘systemd’ found

Anyone that could help me or at least point me in the right direction?

Fixed it. I had to do an export pkg_config_path and add the dir for systemd.pc.

1 Like