[Aide] install using centos rpm

Keith Constable kccricket at gmail.com
Fri Mar 14 16:49:27 EET 2014


I believe you understood correctly. Allow me to explain more
explicitly. When you install a library package with Yum (for example
zlib), you generally only get the binary library .so files. This is
all you need to run an application linked to those libraries.

However, compiling a package from source requires the source headers
(.h files) of the required libraries. These are not packaged in the
main RPM for the library, since they are not usually needed. Instead,
they are packaged in a "devel" RPM. So I believe to correct your issue
with zlib, you can run "yum install zlib-devel". You will need to
install the -devel package for any other libraries the configure
script complains about.

Regards,

Keith Constable


> On Mar 14, 2014, at 10:36 AM, "Yunker, James M CIV NUWC NWPT" <james.yunker at navy.mil> wrote:
>
> I think that I did not make something clear and that I should clear it up immediately.
>
> I started by installing an rpm version of aide.
>
> sudo yum install aide
>
> when I ran aide --init
>
> this is when I got
>
> Caught SIGBUS/SEGV while mmaping. File was truncated while aide was running.
> Caught SIGBUS/SEGV. Exiting.
>
> This as I said was from an rpm install of aide.
>
> Now when you said to configure without mmaping, I assumed that you meant to configure
> Like this,
>
> configure,
>
> make,
>
> make install.
>
> Could you have meant the aide.conf file instead?
>
> Once I received the initial error on my rpm install, I went to the
>
> aide-0.15.1.tar.gz
>
> method of installing aide. I then ran  configure, make and make install.
>
> So maybe when you said to use configure without mmaping, you meant the
>
> Aide.conf file?
>
> Is this possible?
>
> Thanks in advance.
>
>
> Respectfully,
>
> James M. Yunker
>
>
>
>
>
> -----Original Message-----
> From: Yunker, James M CIV NUWC NWPT
> Sent: Tuesday, March 11, 2014 4:41 PM
> To: 'aide at cs.tut.fi'
> Subject: install using centos rpm
>
> While running AIDE the program crashes or terminates after a few minutes with the message shown below:
>
>
> Code:
> Caught SIGBUS/SEGV while mmapping. File was truncated while aide was running?
> Caught SIGBUS/SEGV. Exiting What is wrong here?
>
> One website on the internet said to configure AIDE without mmaping - except it did not say how to do that or why one should do that?
>
> What does this error mean and how do I fix it?
>
> Thanks.
>
> R,
>
> James M. Yunker
>
> I am using Centos 6.5, 64 bit Linux. I  installed and then received this error when it crashed. It has never crated a complete database of my computer.
> _______________________________________________
> Aide mailing list
> Aide at cs.tut.fi
> https://mailman.cs.tut.fi/mailman/listinfo/aide
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2760 bytes
Desc: not available
URL: <http://mailman.cs.tut.fi/pipermail/aide/attachments/20140314/21ceb3f8/attachment-0001.bin>


More information about the Aide mailing list