On Mon, 23 Mar 2026, Carsten Schiefner via mailop wrote:

Thanks, Ale -

On 23.03.2026 13:16, Alessandro Vesely via mailop wrote:
 On Sun 22/Mar/2026 22:49:30 +0100 Carsten Schiefner via mailop wrote:
 On 22.03.2026 20:31, David Prall via mailop wrote:
 https://www.google.com/search?q=abuserdap

 Wasn't the first hit, but it did find this
 https://mail.gnu.org/archive/html/ipqbdb-users/2019-11/msg00001.html

 - that's a starter. :-)


 I got better results with https://www.google.com/search?q="abuserdap";
 (mind the quotes)

 Anyway, the download page is
 https://download.savannah.nongnu.org/releases/ipqbdb/

 The abuserdap utility is rather standalone, as it links with just libcurl.

let's see...

It's been ages ago that I have run a compiler last time. :-)

You can unpack the .tar.gz, then edit abuserdap.c to

1) comment out #include <config.h>
2) add #define PACKAGE_VERSION "2.01"

then

$ gcc -I . -W -Wall -g -O0 -o abuserdap abuserdap.c report_error.c -lcurl

and you get a standalone ./abuserdap that you can copy/move and use wherever you want :)

Cheers,
Bernardo

_______________________________________________
mailop mailing list
[email protected]
https://list.mailop.org/listinfo/mailop

Reply via email to