Install frrouting inside Docker container
I am trying to install frrouting on a docker container (ubuntu-based) and I am still fighting againt dependency hell. I have already installed : readline autoconf libtool libjson-c-dev tar build-essential libxml2 libxml-libxml-perl dialog pkg-config libglib2.0-dev But I am stuck with "libcares", which I cannot find as a package: ------------------ configure: error: Package requirements (libcares) were not met: No package 'libcares' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables CARES_CFLAGS and CARES_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ------------------ Any hint?
libc-ares: sharpd@robot:~/frr/doc$ dpkg -l | grep ares ii libc-ares-dev:amd64 1.10.0-3ubuntu0.1 amd64 asynchronous name resolver - development files ii libc-ares2:amd64 1.10.0-3ubuntu0.1 amd64 asynchronous name resolver doc/Building_on_Ubuntu*.md should help you get going. donald On Tue, May 30, 2017 at 7:02 AM, AJ NOURI <ajn.bin@gmail.com> wrote:
I am trying to install frrouting on a docker container (ubuntu-based) and I am still fighting againt dependency hell.
I have already installed : readline autoconf libtool libjson-c-dev tar build-essential libxml2 libxml-libxml-perl dialog pkg-config libglib2.0-dev But I am stuck with "libcares", which I cannot find as a package: ------------------ configure: error: Package requirements (libcares) were not met:
No package 'libcares' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables CARES_CFLAGS and CARES_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
------------------ Any hint?
_______________________________________________ frog mailing list frog@lists.frrouting.org https://lists.frrouting.org/listinfo/frog
participants (2)
-
AJ NOURI -
Donald Sharp