c-ares is a C library for asynchronous DNS requests.
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): https://c-ares.haxx.se/download/c-ares-1.14.0.tar.gz
Download MD5 sum: e57b37a7c46283e83c21cde234df10c7
Download size: 1.3 MB
Estimated disk space required: 14 MB
Estimated build time: 0.3 SBU
Install c-ares by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not include a test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on $