c-ares is a C library for asynchronous DNS requests.
![[Note]](../images/note.png)
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://c-ares.haxx.se/download/c-ares-1.22.1.tar.gz
Download MD5 sum: 63766915f9f54e012170aeeef08047f6
Download size: 1.6 MB
Estimated disk space required: 13 MB
Estimated build time: less than 0.1 SBU
Install c-ares by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr .. && make
This package does not include a test suite.
Now, as the root user:
make install