Sorry for the late response.

[EMAIL PROTECTED] wrote:
> Greetings,
>
> For anyone interested, I located the problem within the configure file.
>
> The command
> ./configure.modified --prefix=/ --sysconfdir=/ --with-config-file=aide.conf
>  should build aide to have all its file in ~/, but it does not.
>  From memory, the above example was producing the error: file://aide.db 
> not found or was looking for it in /etc.
>   

That error is correct. You set the sysconfigdir to / so aide.db is 
expected in /aide.db. If you want all files in ~/ you should use 
--prefix=/home/mydir and --sysconfigdir=/home/mydir/myetcdir

Sincerely,

Richard van den Berg

_______________________________________________
Aide mailing list
Aide@cs.tut.fi
https://mailman.cs.tut.fi/mailman/listinfo/aide

Reply via email to