<div dir="ltr"><div><div><div><div><div><div><div>Hello, i'm trying to istall bird 2.0.1 from github source code, but i found some problems.<br><br></div>command ./configure exited correctly with no problem.<br></div>command make exited with a lot of warinings but without error.<br></div>command make install exited with this:<br><br>/usr/bin/install -c -d //usr/local/sbin //usr/local/etc //usr/local/var/run<br>/usr/bin/install -c ../bird //usr/local/sbin/bird<br>/usr/bin/install -c ../birdcl //usr/local/sbin/birdcl<br>if test -n "birdc" ; then                                \<br>    /usr/bin/install -c ../birdc //usr/local/sbin/birdc ;    \<br>fi<br>if ! test -f //usr/local/etc/bird.conf ; then                        \<br>    /usr/bin/install -c -m 644 ../doc/bird.conf.example //usr/local/etc/bird.conf ;\<br>else                                            \<br>    echo "Not overwriting old bird.conf" ;                    \<br>fi<br>Not overwriting old bird.conf<br><br></div>and i can't understood how to correct this error and compleate the installation<br><br></div>before intalling the latest version of bird I removed bird 1.6.3 that was working with no problems.<br><br></div>Thanks,<br></div>Mattia<br></div>