problem installing bird 2.0.1

Toke Høiland-Jørgensen toke at toke.dk
Mon Mar 5 14:44:35 CET 2018


Mattia Milani <mattia.milani at 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


More information about the Bird-users mailing list