Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
AIDE 0.13.1 installation fails
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
TheNewOsiris
Tux's lil' helper
Tux's lil' helper


Joined: 18 Dec 2006
Posts: 91

PostPosted: Sat Dec 01, 2007 3:45 pm    Post subject: AIDE 0.13.1 installation fails Reply with quote

I just tried to install AIDE and I got the following output from portage:

Code:
(3 of 3) Installing app-forensics/aide-0.13.1::gentoo

>>> Running ebuild phase fetch as paludisbuild:paludisbuild...
>>> Starting builtin_fetch
>>> Need to fetch aide-0.13.1.tar.gz
wget -T 30 -t 1 -O /usr/portage/distfiles/aide-0.13.1.tar.gz http://distfiles.gentoo.org/distfiles/aide-0.13.1.tar.gz
--09:35:29--  http://distfiles.gentoo.org/distfiles/aide-0.13.1.tar.gz
           => `/usr/portage/distfiles/aide-0.13.1.tar.gz'
Resolving distfiles.gentoo.org... 216.165.129.135, 140.211.166.134, 156.56.247.195, ...
Connecting to distfiles.gentoo.org|216.165.129.135|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 285,400 (279K) [application/x-gzip]

100%[=======================================================================================>] 285,400      560.48K/s

09:35:30 (558.68 KB/s) - `/usr/portage/distfiles/aide-0.13.1.tar.gz' saved [285400/285400]

 * Checking MD5 for aide-0.13.1.tar.gz ...                               [ ok ]
 * Checking RMD160 for aide-0.13.1.tar.gz ...                            [ ok ]
 * Checking SHA256 for aide-0.13.1.tar.gz ...                            [ ok ]
>>> Done builtin_fetch
>>> Completed ebuild phase fetch
paludis@1196519730: [WARNING] In program paludis -i --dl-upgrade as-needed chkrootkit rkhunter aide:
  ... When performing install action from command line:
  ... When executing install task:
  ... When installing 'app-forensics/aide-0.13.1':
  ... When checking permissions on '/var/tmp/paludis' for userpriv:
  ... Directory '/var/tmp/paludis' owned by group 'root', not 'paludisbuild', cannot enable userpriv
>>> Running ebuild phase prepare as root:root...
>>> Starting builtin_prepare
>>> Done builtin_prepare
>>> Completed ebuild phase prepare
>>> Running ebuild phases init saveenv as root:root...
>>> Starting builtin_init
>>> Done builtin_init
>>> Starting builtin_saveenv
>>> Done builtin_saveenv
>>> Completed ebuild phases init saveenv
>>> Running ebuild phases loadenv setup saveenv as root:root...
>>> Starting builtin_loadenv
>>> Done builtin_loadenv
>>> Starting pkg_setup
>>> Done pkg_setup
>>> Starting builtin_saveenv
>>> Done builtin_saveenv
>>> Completed ebuild phases loadenv setup saveenv
>>> Running ebuild phases loadenv unpack compile test saveenv as root:root...
>>> Starting builtin_loadenv
>>> Done builtin_loadenv
>>> Starting src_unpack
>>> Unpacking aide-0.13.1.tar.gz to /var/tmp/paludis/app-forensics/aide-0.13.1/work
tar zxf /usr/portage/distfiles/aide-0.13.1.tar.gz --no-same-owner
 * Applying aide-0.13.1-gentoo.patch ...                                 [ ok ]
 * Running eautoreconf in '/var/tmp/paludis/app-forensics/aide-0.13.1/work/aide-0.13.1' ...
 * Running aclocal ...                                                   [ ok ]
 * Running autoconf ...                                                  [ ok ]
 * Running autoheader ...                                                [ ok ]
 * Running automake --add-missing --copy ...                             [ ok ]
>>> Done src_unpack
>>> Starting src_compile
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --sysconfdir=/etc/aide --disable-static --with-zlib --with-locale --with-psql --with-posix-acl --with-xattr --with-curl --with-mhash --build=i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for pkg-config... /usr/bin/pkg-config
checking whether to enable maintainer-specific portions of Makefiles... no
checking for library containing syslog... none required
checking for vsyslog... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for byte... no
checking for ushort... yes
checking for ulong... yes
checking for u16... no
checking for u32... no
checking for u64... no
checking for unsigned short... yes
checking size of unsigned short... 2
checking for unsigned int... yes
checking size of unsigned int... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking for unsigned long long... yes
checking size of unsigned long long... 8
checking for ANSI C header files... (cached) yes
checking for strtoll... yes
checking for strtoimax... yes
checking for readdir... yes
checking args to readdir_r... POSIX
checking for stricmp... no
checking for strnstr... no
checking for strnlen... yes
checking for mmap... yes
checking for fcntl... yes
checking for ftruncate... yes
checking for posix_fadvice... no
checking for snprintf... yes
checking for vsnprintf... yes
checking for ISO C99 compliant snprintf... yes
checking for ISO C99 compliant vsnprintf... yes
checking for open/O_NOATIME... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for inttypes.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for sun-acl-support... no
checking for posix-acl-support... yes
checking for selinux-support... no
checking for xattr-support... yes
checking for lstat64... yes
checking for stat64... yes
checking for readdir64... yes
checking for readdir64_r... yes
checking for LFS ino_t... ino_t
checking for LFS dirent... dirent64
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzdopen in -lz... yes
checking for curl-config... /usr/bin/curl-config
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking for curl_easy_init in -lcurl... yes
checking for regexec... yes
checking for regcomp... yes
checking for mhash_get_block_size in -lmhash... yes
checking for crypt in -lc... no
checking for crypt in -lcrypt... yes
checking for PostgresSQL support... checking for PQclear in -lpq... yes
yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating doc/aide.conf
config.status: creating doc/aide.1
config.status: creating doc/aide.conf.5
config.status: creating aide.spec
config.status: creating config.h
config.status: executing depfiles commands
make -j2 -j1
make  all-recursive
make[1]: Entering directory `/var/tmp/paludis/app-forensics/aide-0.13.1/work/aide-0.13.1'
Making all in src
make[2]: Entering directory `/var/tmp/paludis/app-forensics/aide-0.13.1/work/aide-0.13.1/src'
bison -y  -d -p conf -o conf_yacc.c ../src/conf_yacc.y
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT conf_yacc.o -MD -MP -MF .deps/conf_yacc.Tpo -c -o conf_yacc.o conf_yacc.c
mv -f .deps/conf_yacc.Tpo .deps/conf_yacc.Po
flex -l -Pconf -oconf_lex.c ../src/conf_lex.l
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT conf_lex2.o -MD -MP -MF .deps/conf_lex2.Tpo -c -o conf_lex2.o conf_lex2.c
mv -f .deps/conf_lex2.Tpo .deps/conf_lex2.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c
mv -f .deps/getopt.Tpo .deps/getopt.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c
mv -f .deps/getopt1.Tpo .deps/getopt1.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT gnu_regex.o -MD -MP -MF .deps/gnu_regex.Tpo -c -o gnu_regex.o gnu_regex.c
mv -f .deps/gnu_regex.Tpo .deps/gnu_regex.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT error.o -MD -MP -MF .deps/error.Tpo -c -o error.o error.c
mv -f .deps/error.Tpo .deps/error.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT md.o -MD -MP -MF .deps/md.Tpo -c -o md.o md.c
mv -f .deps/md.Tpo .deps/md.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT db.o -MD -MP -MF .deps/db.Tpo -c -o db.o db.c
mv -f .deps/db.Tpo .deps/db.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT commandconf.o -MD -MP -MF .deps/commandconf.Tpo -c -o commandconf.o commandconf.c
mv -f .deps/commandconf.Tpo .deps/commandconf.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT db_file.o -MD -MP -MF .deps/db_file.Tpo -c -o db_file.o db_file.c
mv -f .deps/db_file.Tpo .deps/db_file.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT db_disk.o -MD -MP -MF .deps/db_disk.Tpo -c -o db_disk.o db_disk.c
mv -f .deps/db_disk.Tpo .deps/db_disk.Po
flex -Pdb -odb_lex.c ../src/db_lex.l
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT db_lex2.o -MD -MP -MF .deps/db_lex2.Tpo -c -o db_lex2.o db_lex2.c
mv -f .deps/db_lex2.Tpo .deps/db_lex2.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT db_sql.o -MD -MP -MF .deps/db_sql.Tpo -c -o db_sql.o db_sql.c
db_sql.c: In function 'db_readline_sql':
db_sql.c:306: warning: return discards qualifiers from pointer target type
db_sql.c: In function 'db_get_sql':
db_sql.c:423: warning: assignment makes pointer from integer without a cast
db_sql.c:436: warning: assignment makes pointer from integer without a cast
mv -f .deps/db_sql.Tpo .deps/db_sql.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT gen_list.o -MD -MP -MF .deps/gen_list.Tpo -c -o gen_list.o gen_list.c
mv -f .deps/gen_list.Tpo .deps/gen_list.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT list.o -MD -MP -MF .deps/list.Tpo -c -o list.o list.c
mv -f .deps/list.Tpo .deps/list.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT do_md.o -MD -MP -MF .deps/do_md.Tpo -c -o do_md.o do_md.c
mv -f .deps/do_md.Tpo .deps/do_md.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.c
mv -f .deps/base64.Tpo .deps/base64.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT symboltable.o -MD -MP -MF .deps/symboltable.Tpo -c -o symboltable.o symboltable.c
mv -f .deps/symboltable.Tpo .deps/symboltable.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT compare_db.o -MD -MP -MF .deps/compare_db.Tpo -c -o compare_db.o compare_db.c
mv -f .deps/compare_db.Tpo .deps/compare_db.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT be.o -MD -MP -MF .deps/be.Tpo -c -o be.o be.c
be.c: In function 'be_init':
be.c:250: warning: return from incompatible pointer type
be.c:343: warning: return from incompatible pointer type
be.c:355: warning: return from incompatible pointer type
mv -f .deps/be.Tpo .deps/be.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
mv -f .deps/util.Tpo .deps/util.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT snprintf.o -MD -MP -MF .deps/snprintf.Tpo -c -o snprintf.o snprintf.c
mv -f .deps/snprintf.Tpo .deps/snprintf.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT fopen.o -MD -MP -MF .deps/fopen.Tpo -c -o fopen.o fopen.c
fopen.c: In function 'url_fwrite':
fopen.c:352: warning: comparison between pointer and integer
fopen.c:356: warning: assignment discards qualifiers from pointer target type
mv -f .deps/fopen.Tpo .deps/fopen.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../include   -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -MT aide.o -MD -MP -MF .deps/aide.Tpo -c -o aide.o aide.c
mv -f .deps/aide.Tpo .deps/aide.Po
gcc -march=prescott -O2 -pipe -fomit-frame-pointer    -march=prescott -O2 -pipe -fomit-frame-pointer   -L/usr/lib -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz   -L/usr/lib -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz  -o aide conf_yacc.o conf_lex2.o getopt.o getopt1.o gnu_regex.o error.o md.o db.o commandconf.o db_file.o db_disk.o db_lex2.o db_sql.o gen_list.o list.o do_md.o base64.o symboltable.o compare_db.o be.o util.o snprintf.o fopen.o aide.o -lm  -lmhash -lacl   -lattr -lpq -lcrypt -lz
db_sql.o: In function `db_get_sql':
db_sql.c:(.text+0x5cb): undefined reference to `gcry_md_get_algo_dlen'
db_sql.c:(.text+0x5fa): undefined reference to `gcry_md_get_algo_dlen'
db_sql.c:(.text+0x62a): undefined reference to `gcry_md_get_algo_dlen'
db_sql.c:(.text+0x65a): undefined reference to `gcry_md_get_algo_dlen'
collect2: ld returned 1 exit status
make[2]: *** [aide] Error 1
make[2]: Leaving directory `/var/tmp/paludis/app-forensics/aide-0.13.1/work/aide-0.13.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/paludis/app-forensics/aide-0.13.1/work/aide-0.13.1'
make: *** [all] Error 2

!!! ERROR in app-forensics/aide-0.13.1:
!!! In src_compile at line 3528
!!! (no message provided)

!!! Call stack:
!!!    * src_compile (/var/tmp/paludis/app-forensics/aide-0.13.1/temp/loadsaveenv:3528)
!!!    * ebuild_f_compile (/usr/libexec/paludis/src_compile.bash:51)
!!!    * ebuild_main (/usr/libexec/paludis/ebuild.bash:363)
!!!    * main (/usr/libexec/paludis/ebuild.bash:381)

die trap: exiting with error.

Install error:
  * In program paludis -i --dl-upgrade as-needed chkrootkit rkhunter aide:
  * When performing install action from command line:
  * When executing install task:
  * When installing 'app-forensics/aide-0.13.1':
  * Install error: Install failed for 'app-forensics/aide-0.13.1::gentoo'


Resume command: paludis --log-level qa --dl-deps-default discard --install '=app-forensics/aide-0.13.1::gentoo' --add-to-world-spec '( app-forensics/chkrootkit app-forensics/rkhunter app-forensics/aide )


What could be the problem? Is this common? Does anyone know of a solution?
Thanks in advance. :D
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Sat Dec 01, 2007 7:51 pm    Post subject: Reply with quote

Looks like a problem with postgresql support. You could try to rebuild postgresql or disable the postgres use flag for aide.
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
TheNewOsiris
Tux's lil' helper
Tux's lil' helper


Joined: 18 Dec 2006
Posts: 91

PostPosted: Sun Dec 02, 2007 2:33 am    Post subject: Reply with quote

I've tried installing aide against all the versions of postgresql available in the portage tree. I'm pretty sure that it would work without postgresql, but that defeats the purpose of installing aide to begin with. Is there anything else that I should (re/un)install to make this work (properly)?
Thanks.
Back to top
View user's profile Send private message
TheNewOsiris
Tux's lil' helper
Tux's lil' helper


Joined: 18 Dec 2006
Posts: 91

PostPosted: Sun Dec 02, 2007 1:25 pm    Post subject: Reply with quote

Alright. I tried installing AIDE from source to make sure that nothing is wrong with the ebuilds. Configure and make were executed successfuly. However when I got to 'make check' I got an error. It was related to *gasp* postgresql!! This is greate because that means there is nothing wrong with the ebuild. But it sucks too because it doesn't work. :p
Can anyone tell me what the following error means? :

Code:
make check
make  all-recursive
make[1]: Entering directory `/home/theshadowgate/Software/aide-0.13.1'
Making all in src
make[2]: Entering directory `/home/theshadowgate/Software/aide-0.13.1/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/theshadowgate/Software/aide-0.13.1/src'
Making all in doc
make[2]: Entering directory `/home/theshadowgate/Software/aide-0.13.1/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/theshadowgate/Software/aide-0.13.1/doc'
make[2]: Entering directory `/home/theshadowgate/Software/aide-0.13.1'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/theshadowgate/Software/aide-0.13.1'
make[1]: Leaving directory `/home/theshadowgate/Software/aide-0.13.1'
src/aide -B "database_out=file://./doc/aide.db" -c doc/aide.conf -i
Invalid file-URL, cannot use hostname other than localhost or ragnarok: file:/doc/aide.db
Unsupported output URL-type:file://./doc/aide.db
119:Error in expression:selinux
Configuration error
make: *** [update-db] Error 17


Thanks.
Back to top
View user's profile Send private message
TheNewOsiris
Tux's lil' helper
Tux's lil' helper


Joined: 18 Dec 2006
Posts: 91

PostPosted: Sun Dec 02, 2007 5:17 pm    Post subject: Reply with quote

Come on! Nobody knows?!
Back to top
View user's profile Send private message
TheNewOsiris
Tux's lil' helper
Tux's lil' helper


Joined: 18 Dec 2006
Posts: 91

PostPosted: Sun Dec 02, 2007 8:28 pm    Post subject: Reply with quote

Never mind I installed samhain with mysql support instead of postgres.
_________________
Paludis: Gentoo's Finest Package Manager.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum