Hello Nozaki-san,
Though I just took a look at your message without reproduction the phenomena you mentioned,
I guess that the installation of executable modules are succeed and the message says that he/she doesn’t overwrite the bird.conf already exists under /usr/local/etc.
How?
From: Bird-users [mailto:bird-users-bounces@network.cz] On Behalf Of Toru Nozaki (tonozaki)
Sent: Thursday, April 4, 2019 2:15 PM
To: bird-users@network.cz
Subject: Error msg on "make install"
Hi experts,
I’m trying to build Bird v2.0.4 on my environment.
Ubunts 16.4 LTS
$ uname -a
Linux Y01-JUMP-01 4.4.0-87-generic #110-Ubuntu SMP Tue Jul 18 12:55:35 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
In case of “#make install” , following error messages are displayed and can’t build.
-------------------------------
#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
-------------------------------
Does anyone help to solve this?
/regards,
Toru Nozaki