LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I am newbie and wandering how I install aide 0.13.1 (https://www.linuxquestions.org/questions/linux-newbie-8/i-am-newbie-and-wandering-how-i-install-aide-0-13-1-a-645655/)

randyvalpobb 05-29-2008 02:15 PM

I am newbie and wandering how I install aide 0.13.1
 
I am newbie and wandering how I install aide 0.13.1
I have downloaded it to the server but have had unsuccessfully attempts at taring aide-0.13.1.tar.gz. Any help would be greatly appreciated.
I tried the follwoing
tar aide-0.13.1.tar.gz
tar -x aide-0.13.1.tar.gz
and
tar -z aide-0.13.1.tar.gz

Nylex 05-29-2008 03:06 PM

You want to use "tar xzf filename". "x" is for extract, "z" is for filtering through gzip and "f" is to specify the file. You can also put a "v" in there for verbose output.

You also mean "wondering".

brianL 05-29-2008 04:20 PM

Then when you've tar -xzvf'ed it, look in the resulting directory for README and INSTALL files - read them.

randyvalpobb 05-29-2008 04:51 PM

Thanks for the help guys. I ran it and am having a problem with configuring it
checking for gpg_strerror in -lgpg-error... no
configure: error: You need to have libgpg-error.a installed to use libgcrypt.
I am not sure what package libgpg-error.a is a part of. Any ideas?

Emerson 05-29-2008 05:08 PM

Any particular reason why you want it install from source? Normally one should use the package management to install software.

abefroman 05-29-2008 05:22 PM

Quote:

Originally Posted by Emerson (Post 3168601)
Any particular reason why you want it install from source? Normally one should use the package management to install software.

I'm not sure how many OS's have an rpm already for aide, I checked with yum and it doesn't find it.

Personally I perfer compiling on the server from source, I've ran into issues before with other softwares when using an RPM or just copying the binary.

In this case he probably needs to install a libgpg-error-something package.

# yum install aide
Setting up Install Process
Setting up repositories
update 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
addons 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Parsing package install arguments
No Match for argument: aide
Nothing to do

# yum search aide
Searching Packages:
Setting up repositories
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
No Matches found

Emerson 05-29-2008 05:29 PM

Rpmseek has it. Why you think OP has RPM based distro?

Edit: Debian has it. Gentoo has it in Portage, FBSD has it in ports. IMO rather hard is to find a distro that doesn't have it.

randyvalpobb 05-29-2008 06:54 PM

I am using a custom location for --cache-file= and need to compile it from source for that. Any help would be greatly appreciated. Thanks already


All times are GMT -5. The time now is 09:25 PM.