Hello I am trying to configure FRR on CentOS 7 and I cloned the source code from github. The next step was to run ./bootstrap.sh but I can't seem to run the script. Whenever I run the script an error listed below shows up. ./bootstrap.sh: line 7: autoreconf: command not found What do I need to do? Here is the instruction below http://docs.frrouting.org/en/latest/installation.html#configuration FRR has an excellent configure script which automatically detects most host configurations. There are several additional configure options to customize the build to include or exclude specific features and dependencies. First, update the build system. Change into your FRR source directory and issue: ./bootstap.sh This will install any missing build scripts and update the Autotools configuration. Once this is done you can move on to choosing your configuration options from the list below. PS: I have also posted this on stackover flow but I haven't gotten a response yet. Sincerely, *Muhammed Ibrahim * *muhe31@gmail.com* <muhe31@gmail.com>
See doc/developer/building-frr-on-centos7.rst on the packages which need to be installed - Martin On 3 Feb 2019, at 8:12, muhammed ibrahim wrote:
Hello
I am trying to configure FRR on CentOS 7 and I cloned the source code from github. The next step was to run
./bootstrap.sh
but I can't seem to run the script. Whenever I run the script an error listed below shows up.
./bootstrap.sh: line 7: autoreconf: command not found
What do I need to do?
Here is the instruction below
http://docs.frrouting.org/en/latest/installation.html#configuration
FRR has an excellent configure script which automatically detects most host configurations. There are several additional configure options to customize the build to include or exclude specific features and dependencies.
First, update the build system. Change into your FRR source directory and issue:
./bootstap.sh
This will install any missing build scripts and update the Autotools configuration. Once this is done you can move on to choosing your configuration options from the list below.
PS: I have also posted this on stackover flow but I haven't gotten a response yet. Sincerely, *Muhammed Ibrahim * *muhe31@gmail.com* <muhe31@gmail.com>
_______________________________________________ frog mailing list frog@lists.frrouting.org https://lists.frrouting.org/listinfo/frog
participants (3)
-
Martin Winter -
muhammed ibrahim -
Tim Bray