getdns icon indicating copy to clipboard operation
getdns copied to clipboard

A modern asynchronous DNS API https://getdnsapi.net/

Results 63 getdns issues
Sort by recently updated
recently updated
newest added

Using instructions here: https://github.com/getdnsapi/getdns#building Using cmake version 3.25.0: ``` cmake . ``` Aforementioned command results in: ``` CMake Warning: Ignoring extra path from command line: "." CMake Error: The source...

I installed this from vcpkg. Had no luck trying to find an example CMakeLists.txt file. I went and looked at `stubby`'s source code to find a find_package directive which does...

Hi, I am using the synchonous mode. I have been using getdns for over a year on Linux but know I am porting my code to Windows and I am...

Hi, Commit 777e0b245c510e273e5ba917939a21778cb060f2 introduced `cmake_path` which has been added to Cmake in 3.20 only (https://cmake.org/cmake/help/git-master/command/cmake_path.html) This should only make the error message more explicit. Best regards,

Statically linking getdns and unbound gives the following errors: /usr/bin/ld: val_secalgo.o (symbol from plugin): in function `nsec3_hash_algo_si ze_supported': (.text+0x0): multiple definition of `secalgo_hash_create_sha384'; ../../getdns/l ibgetdns.a(val_secalgo.c.o):/home/philip/src/getdns/src/tls/val_secalgo.c:174: f irst defined here /usr/bin/ld:...

As specified in https://datatracker.ietf.org/doc/draft-homburg-add-codcp/ As part of the Connect by Name project, see: https://nlnetlabs.nl/projects/connectbyname/about/

OpenSSL may be a little too big for embedded devices.

getdns fails to build on my Ubuntu 20.04 LTS dev system following commit 777e0b245c510e273e5ba917939a21778cb060f2 : ``` Unknown CMake command "cmake_path" ``` This is because cmake_path used in this commit was...

As per title: `getdns.pc.in` and `getdns_ext_event.pc.in` have ``` prefix=@prefix@ exec_prefix=${prefix} libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ ``` and so can’t handle absolute paths in `CMAKE_INSTALL_{INCLUDE,LIB}DIR`. This leads to broken .pc files on NixOS in...

As reported in #457, I have noticed that the build fails when using build on arm64 Alpine Linux. * Alpine Linux 3.16.2 aarch64 * getdns 1.7.2 * gnutls 3.16.16 ```...