On Mon 23/Mar/2026 23:03:53 +0100 Carsten Schiefner via mailop wrote:
On 23.03.2026 22:08, Bernardo Reino via mailop wrote:
On Mon, 23 Mar 2026, Carsten Schiefner via mailop wrote:
On 23.03.2026 13:16, Alessandro Vesely via mailop wrote:
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 :)
that has worked like a charm!
Almost...
When I hit it first time, gcc came back with:
"fatal error: curl/curl.h: No such file or directory".
So I went and did a:
$ sudo apt-get install libcurl-dev
But Raspian wasn't happy with my indecisiveness and ranted:
"Package libcurl-dev is a virtual package provided by:
libcurl4-openssl-dev 7.74.0-1.3+deb11u16
libcurl4-nss-dev 7.74.0-1.3+deb11u16
libcurl4-gnutls-dev 7.74.0-1.3+deb11u16
You should explicitly select one to install."
So I did a:
$ sudo apt-get install libcurl4-openssl-dev
, then hit gcc a second time - AAAND: done! :-)
You may want to run the following to build the man page:
pod2man --release="ipqbdb 2.01" --center=ipqbdb --section=1 --name=abuserdap
abuserdap.pod.in abuserdap.1
Best
Ale
--
_______________________________________________
mailop mailing list
[email protected]
https://list.mailop.org/listinfo/mailop