Please ignore previous message. Forgot to read [0]. Was trying to start the daemon with systemd[1]. (Will of course not work) /Christoffer [0]: https://bird.network.cz/?get_doc&v=20&f=bird-1.html#ss1.2 [1]: `systemctl start bird` On 16/11/2018 16:54, Christoffer Hansen wrote:
Have installed 2 VM's very recently with Debian 9 and backported kernel release 4.18.0-0.bpo.1-amd64 from stretch-backports. Update all packages & installed necessary dependencies. Followed current guides lines & NOW runs into the following error message when trying to compile code from int-new branch as of commit f2d8e6801e88a84b1e57da72d078d7569598a5f5.
---------------------------------------------------------------- $ make install /usr/bin/install -c -d //usr/local/sbin //usr/local/etc //usr/local/var/run for BIN in bird birdcl birdc ; do \ /usr/bin/install -c ./$BIN //usr/local/sbin/$BIN ; \ done if ! test -f //usr/local/etc/bird.conf ; then \ /usr/bin/install -c -m 644 ./doc/bird.conf.example //usr/local/etc/bird.conf ; \ else \ echo "Not overwriting old bird.conf" ; \ fi Not overwriting old bird.conf ----------------------------------------------------------------
Am I the only one running into the error message?
Because I have a hard time making heads 'n tails for the content of it. When having only just installed the Debian VM's 30 minutes beforehand. (Yes, happens on both VM's. VM's having identical configuration)