c-ares-1.15.0

Introduction to c-ares

c-ares is a C library for asynchronous DNS requests.

This package is known to build and work properly using an LFS-9.1 platform.

Package Information

Installation of c-ares

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

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

Contents

Installed Library: libcares.so

Short Descriptions

libcares.so

A C library for asynchronous DNS requests.

Last updated on 2020-02-16 12:25:07 -0800