[AIDE] aide should be static link

Virolainen Pablo pablo at cs.tut.fi
Sun Dec 12 10:05:31 EET 2004


On Fri, 3 Dec 2004, Zhi Wen Wong wrote:

> I remember aide was built as static linked, not using
> shared library. But today when I install it on a new
> machine, I found it is dynamically linked:
>
> bash-2.04# file aide
> aide: ELF 32-bit LSB executable, Intel 80386, version
> 1, dynamically linked (uses shared libs), not stripped
> bash-2.04#
>
> Is there anyway I can make it static linked?
>
> Thank you.

Yes.

Lonmger version: Make sure that you have statically linkable versions of
all the libraries you are going to need. Make sure that link command has
"-static" switch, and there you should have a statically linked binary.

Duke NEMO / C.O.M.A
alias pablo the pallo virolainen


More information about the Aide mailing list