Wonderful world of AIDE


 
Thread Tools Search this Thread
Operating Systems Solaris Wonderful world of AIDE
# 1  
Old 01-24-2006
Wonderful world of AIDE

I am having trouble getting the aide/configure to see the static link libmash.

I verifyed that I had a static of mhash installed.

#./configure --enable-static=yes

did

#make install
#make check

Everything looks good.

Ran Aide 0.10 configure by:

#./configure

And I get the mhash_get_block_size in -lmhash... no problem.

Anyone have an idea. I have installed AIDE previously, had the problem and realized I needed to enable static on the mhash.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. What is on Your Mind?

Mad World Remix of Moby Video (Are You Lost In The World Like Me)

This is an excellent video comment on modern society and the remix is good too: https://www.youtube.com/watch?v=5DU1B_XkyIk 5DU1B_XkyIk Watch the video above and post your comments. (3 Replies)
Discussion started by: Neo
3 Replies

2. Solaris

How can i configure AIDE on Solaris 10?

Hi Community, how can i configure AIDE on SPARC solaris 10. My AIDE is running and creating databases. But it's not loading any changes. what changes needs to be done in aide.conf file. Thanks & Regards, Ben (0 Replies)
Discussion started by: bentech4u
0 Replies

3. Shell Programming and Scripting

AIDE Encryption

Hey All, I need to implement AIDE on my client machines. The builds on these machine are different, so each workstation will have its own specific db generated through running AIDE initially. It is not good practice to just leave the db on the machine, since an "attacker" would be able to view... (0 Replies)
Discussion started by: mibaile5
0 Replies

4. Red Hat

AIDE on RHEL

Hello to all, I have a small question about AIDE logs. I installed aide on RHEL : # yum install aide -y Ok, then run aide --init with default config file (/etc/aide.conf) I collect mail with statistic (Bash scripts with aide --check) AND SEEN THIS ! : AIDE found differences between... (2 Replies)
Discussion started by: jess_t03
2 Replies

5. UNIX and Linux Applications

AIDE on AIX. Problem with compilation.

I want install AIDE (AIDE - Advanced Intrusion Detection Environment) on AIX 5.3L # oslevel -qs | head Known Service Packs ------------------- 5300-09-02-0849 5300-09-01-0847 5300-09-00-0000 5300-08-05-0846 5300-08-04-0844 5300-08-03-0831 5300-08-02-0822 5300-08-01-0819 5300-07-07-0846... (1 Reply)
Discussion started by: jess_t03
1 Replies

6. Post Here to Contact Site Administrators and Moderators

Thank-you for this wonderful Educational Forum

I just want to say how much I love the unix forum. You all are awesome! I find the UNIX forum very educational, very prompt in responding and a really great website. I want to thank each an everyone of you for doing a fantastic job. Great Customer Service in educating and assisting us with our... (2 Replies)
Discussion started by: kflanigan
2 Replies
Login or Register to Ask a Question
SoViewingMatrixElement(3)					       Coin						 SoViewingMatrixElement(3)

NAME
SoViewingMatrixElement - The SoViewingMatrixElement class stores the world-to-camera transformation. SYNOPSIS
#include <Inventor/elements/SoViewingMatrixElement.h> Inherits SoReplacedElement. Inherited by SoGLViewingMatrixElement. Public Member Functions virtual void init (SoState *state) FIXME: write doc. Static Public Member Functions static SoType getClassTypeId (void) static int getClassStackIndex (void) static void * createInstance (void) static void initClass (void) static void set (SoState *const state, SoNode *const node, const SbMatrix &ViewingMatrix) FIXME: write doc. static const SbMatrix & get (SoState *const state) FIXME: write doc. Protected Member Functions virtual ~SoViewingMatrixElement () virtual void setElt (const SbMatrix &matrix) FIXME: write doc. Protected Attributes SbMatrix viewingMatrix Additional Inherited Members Detailed Description The SoViewingMatrixElement class stores the world-to-camera transformation. See also: SoModelMatrixElement Constructor &; Destructor Documentation SoViewingMatrixElement::~SoViewingMatrixElement (void) [protected], [virtual] The destructor. Member Function Documentation SoType SoViewingMatrixElement::getClassTypeId (void) [static] This static method returns the class type. Reimplemented from SoReplacedElement. Reimplemented in SoGLViewingMatrixElement. int SoViewingMatrixElement::getClassStackIndex (void) [static] This static method returns the state stack index for the class. Reimplemented from SoReplacedElement. Reimplemented in SoGLViewingMatrixElement. void * SoViewingMatrixElement::createInstance (void) [static] This API member is considered internal to the library, as it is not likely to be of interest to the application programmer. Reimplemented in SoGLViewingMatrixElement. void SoViewingMatrixElement::initClass (void) [static] This static method initializes static data for the SoViewingMatrixElement class. Reimplemented from SoReplacedElement. Reimplemented in SoGLViewingMatrixElement. Member Data Documentation SoViewingMatrixElement::viewingMatrix [protected] FIXME: write doc. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoViewingMatrixElement(3)