problem installing bird 2.0.1
Hello, i'm trying to istall bird 2.0.1 from github source code, but i found some problems. command ./configure exited correctly with no problem. command make exited with a lot of warinings but without error. command make install exited with this: /usr/bin/install -c -d //usr/local/sbin //usr/local/etc //usr/local/var/run /usr/bin/install -c ../bird //usr/local/sbin/bird /usr/bin/install -c ../birdcl //usr/local/sbin/birdcl if test -n "birdc" ; then \ /usr/bin/install -c ../birdc //usr/local/sbin/birdc ; \ fi 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 and i can't understood how to correct this error and compleate the installation before intalling the latest version of bird I removed bird 1.6.3 that was working with no problems. Thanks, Mattia
Mattia Milani <mattia.milani@studenti.unitn.it> writes:
Hello, i'm trying to istall bird 2.0.1 from github source code, but i found some problems.
command ./configure exited correctly with no problem. command make exited with a lot of warinings but without error. command make install exited with this:
/usr/bin/install -c -d //usr/local/sbin //usr/local/etc //usr/local/var/run /usr/bin/install -c ../bird //usr/local/sbin/bird /usr/bin/install -c ../birdcl //usr/local/sbin/birdcl if test -n "birdc" ; then \ /usr/bin/install -c ../birdc //usr/local/sbin/birdc ; \ fi 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
and i can't understood how to correct this error and compleate the installation
Are you sure it didn't work? This just looks like it installed the binary, but not the example config? -Toke
participants (2)
-
Mattia Milani -
Toke Høiland-Jørgensen