Re: [Aide] Is there any way to compile aide 0.17.x or master/latest on centos8/Almalinux or similar?

2022-04-18 Thread mg4gh
The make output was the following: [user@poca3 aide]$ make make  all-am make[1]: Verzeichnis „/home/user/aide“ wird betreten depbase=`echo src/aide.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I./include  -I. -I./include -I./src -I./src  -D_GNU_SOURCE -W -Wall -g -g -O2 

Re: [Aide] Is there any way to compile aide 0.17.x or master/latest on centos8/Almalinux or similar?

2022-04-18 Thread Hannes von Haugwitz
Hi, On Mon, Apr 18, 2022 at 06:58:57PM +0200, mg4gh wrote: > Remark: When trying to work with the master/latest version, then there > were references to pcre2 and even with installing > "pcre2-devel" the .configure was fine but the compile fails (but ok, > it's no stable version) The latest git

Re: [Aide] Is there any way to compile aide 0.17.x or master/latest on centos8/Almalinux or similar?

2022-04-18 Thread mg4gh
Thanks for your answer - I tried to do this - and now I was at least able to build 0.17.4 Some remarks for those who try to do the same: First I tried to get master/latest compiled, since I read that this would disable static build by default - finally I wasn't successful and started this post.

Re: [Aide] Is there any way to compile aide 0.17.x or master/latest on centos8/Almalinux or similar?

2022-04-18 Thread Hannes von Haugwitz
On Sun, Apr 17, 2022 at 10:50:12PM +, John Horne wrote: > Looking at the Aide 0.16 RPM on Rocky, the SPEC file shows that it uses '-- > disable-static'. FWIW the next release (AIDE v0.18) disables static build by default. Best regards Hannes ___