<div dir="ltr">I am trying to install frrouting on a docker container (ubuntu-based) and I am still fighting againt dependency hell.<div><br></div><div>I have already installed :</div><div>readline autoconf libtool libjson-c-dev tar build-essential libxml2 libxml-libxml-perl dialog pkg-config libglib2.0-dev </div><div>But I am stuck with "libcares", which I cannot find as a package:</div><div>------------------</div><div><div>configure: error: Package requirements (libcares) were not met:</div><div><br></div><div>No package 'libcares' found</div><div><br></div><div>Consider adjusting the PKG_CONFIG_PATH environment variable if you</div><div>installed software in a non-standard prefix.</div><div><br></div><div>Alternatively, you may set the environment variables CARES_CFLAGS</div><div>and CARES_LIBS to avoid the need to call pkg-config.</div><div>See the pkg-config man page for more details.</div></div><div><br></div><div>------------------</div><div>Any hint?</div></div>