List Info

Thread: Error prelude IDS (libprelude)




Error prelude IDS (libprelude)
country flaguser name
Italy
2007-08-31 06:13:06
    Please can you help me ?
 
  I had install this packages before installing my
libprelude(libprelude-0.9.14.tar.gz) on fedora core 5:
    -         pcre-devel-6.3-1.2.1.i386.rpm
  -         gnutls-1.0.25.tar.tar 
  -         libgcrypt-1.2.3.tar.tar 
  -         libgcrypt-devel-1.2.2-1.2.1.i386.rpm 
  -         python-2.4.2-3.2.1.i386.rpm
  -         python-devel-2.4.2-3.2.1.i386.rpm
  -         libgpg-error-1.4.tar.tar
   
  Different stapes of installation :
              # tar -zxvf libprelude-0.9.14.tar.gz
              # cd libprelude-0.9.14
   
  But when I want to install libprelude, I have this result
: (error on the last line)
  [rootlocalhost src]# cd libprelude-0.9.14
  [rootlocalhost libprelude-0.9.14]# ./configure
  checking build system type... i686-pc-linux-gnu
  checking host system type... i686-pc-linux-gnu
  checking target system type... i686-pc-linux-gnu
  checking for a BSD-compatible install... /usr/bin/install
-c
  checking whether build environment is sane... yes
  checking for gawk... gawk
  checking whether make sets $(MAKE)... yes
  checking whether to enable maintainer-specific portions of
Makefiles... no
  checking for grep... /bin/grep
  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 how to run the C preprocessor... gcc -E
  checking for ranlib... ranlib
  checking for grep that handles long lines and -e...
(cached) /bin/grep
  checking for egrep... /bin/grep -E
  checking for AIX... no
  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 minix/config.h usability... no
  checking minix/config.h presence... no
  checking for minix/config.h... no
  checking whether it is safe to define __EXTENSIONS__...
yes
  checking for _LARGEFILE_SOURCE value needed for large
files... no
  checking for a BSD-compatible install... /usr/bin/install
-c
  checking whether make sets $(MAKE)... (cached) yes
  checking for inline... inline
  checking for flex... flex
  checking lex output file root... lex.yy
  checking lex library... -lfl
  checking whether yytext is a pointer... yes
  checking for bison... bison -y
  checking for shl_load... no
  checking for shl_load in -ldld... no
  checking for dlopen in -ldl... yes
  checking for dlerror... yes
  checking for a sed that does not truncate output...
/bin/sed
  checking for ld used by gcc... /usr/bin/ld
  checking if the linker (/usr/bin/ld) is GNU ld... yes
  checking for /usr/bin/ld option to reload object files...
-r
  checking for BSD-compatible nm... /usr/bin/nm -B
  checking whether ln -s works... yes
  checking how to recognise dependent libraries... pass_all
  checking dlfcn.h usability... yes
  checking dlfcn.h presence... yes
  checking for dlfcn.h... yes
  checking for g++... g++
  checking whether we are using the GNU C++ compiler... yes
  checking whether g++ accepts -g... yes
  checking dependency style of g++... gcc3
  checking how to run the C++ preprocessor... g++ -E
  checking for g77... g77
  checking whether we are using the GNU Fortran 77
compiler... yes
  checking whether g77 accepts -g... yes
  checking the maximum length of command line arguments...
32768
  checking command to parse /usr/bin/nm -B output from gcc
object... ok
  checking for objdir... .libs
  checking for ar... ar
  checking for ranlib... (cached) ranlib
  checking for strip... strip
  checking if gcc supports -fno-rtti -fno-exceptions... no
  checking for gcc option to produce PIC... -fPIC
  checking if gcc PIC flag -fPIC works... yes
  checking if gcc static flag -static works... yes
  checking if gcc supports -c -o file.o... yes
  checking whether the gcc linker (/usr/bin/ld) supports
shared libraries... yes
  checking whether -lc should be explicitly linked in... no
  checking dynamic linker characteristics... GNU/Linux
ld.so
  checking how to hardcode library paths into programs...
immediate
  checking whether stripping libraries is possible... yes
  checking for shl_load... (cached) no
  checking for shl_load in -ldld... (cached) no
  checking for dlopen... no
  checking for dlopen in -ldl... (cached) yes
  checking whether a program can dlopen itself... yes
  checking whether a statically linked program can dlopen
itself... no
  checking if libtool supports shared libraries... yes
  checking whether to build shared libraries... yes
  checking whether to build static libraries... no
  configure: creating libtool
  appending configuration tag "CXX" to libtool
  checking for ld used by g++... /usr/bin/ld
  checking if the linker (/usr/bin/ld) is GNU ld... yes
  checking whether the g++ linker (/usr/bin/ld) supports
shared libraries... yes
  checking for g++ option to produce PIC... -fPIC
  checking if g++ PIC flag -fPIC works... yes
  checking if g++ static flag -static works... yes
  checking if g++ supports -c -o file.o... yes
  checking whether the g++ linker (/usr/bin/ld) supports
shared libraries... yes
  checking dynamic linker characteristics... GNU/Linux
ld.so
  checking how to hardcode library paths into programs...
immediate
  appending configuration tag "F77" to libtool
  checking if libtool supports shared libraries... yes
  checking whether to build shared libraries... yes
  checking whether to build static libraries... no
  checking for g77 option to produce PIC... -fPIC
  checking if g77 PIC flag -fPIC works... yes
  checking if g77 static flag -static works... yes
  checking if g77 supports -c -o file.o... yes
  checking whether the g77 linker (/usr/bin/ld) supports
shared libraries... yes
  checking dynamic linker characteristics... GNU/Linux
ld.so
  checking how to hardcode library paths into programs...
immediate
  checking for cc for build... gcc
  checking for special C compiler options needed for large
files... no
  checking for _FILE_OFFSET_BITS value needed for large
files... 64
  checking for stdint.h... (cached) yes
  checking for inttypes.h... (cached) yes
  checking size of long... 4
  checking for uint8_t... yes
  checking for uint16_t... yes
  checking for uint32_t... yes
  checking for uint64_t... yes
  checking for platform-specific compiler flags... none
needed
  checking for gcc option to accept ISO C99... -std=gnu99
  checking for gcc -std=gnu99 option to accept ISO Standard
C... (cached) -std=gnu99
  checking for an ANSI C99-conforming __func__... yes
  checking buggy_pthread_cppflags for gcc -Werror
-Wmissing-braces... -Werror -Wmissing-braces
  checking for the pthreads library -lpthreads... no
  checking whether pthreads work without any flags... no
  checking whether pthreads work with -Kthread... no
  checking whether pthreads work with -kthread... no
  checking for the pthreads library -llthread... no
  checking whether pthreads work with -pthread... yes
  checking for joinable pthread attribute...
PTHREAD_CREATE_JOINABLE
  checking if more special flags are required for
pthreads... no
  checking for cc_r... gcc -std=gnu99
  checking whether imported symbols can be declared weak...
yes
  checking for pthread_atfork... yes
  checking for pthread_condattr_setclock... yes
  checking for buggy pthread mutex initializers... no
  checking whether byte ordering is bigendian... no
  checking for library containing socket... none required
  checking for library containing clock_gettime... -lrt
  checking ltdl.h usability... no
  checking ltdl.h presence... no
  checking for ltdl.h... no
  checking for libgnutls-config...
/usr/local/bin/libgnutls-config
  checking for libgnutls - version >= 1.0.17... no
  *** Could not run libgnutls test program, checking why...
  *** The test program compiled, but did not run. This
usually means
  *** that the run-time linker is not finding LIBGNUTLS or
finding the wrong
  *** version of LIBGNUTLS. If it is not finding LIBGNUTLS,
you'll need to set your
  *** LD_LIBRARY_PATH environment variable, or edit
/etc/ld.so.conf to point
  *** to the installed location  Also, make sure you have
run ldconfig if that
  *** is required on your system
  ***
  *** If you have an old version installed, it is best to
remove it, although
  *** you may also be able to get things to work by
modifying LD_LIBRARY_PATH
  ***
  configure: error: libgnutls is required in order to build
libprelude.
  [rootlocalhost libprelude-0.9.14]#
   
  I'm waiting for your precious propositions (Peter)
  
       
---------------------------------
 Ne gardez plus qu'une seule adresse mail ! Copiez vos mails
vers Yahoo! Mail 
_______________________________________________
Prelude-user site list
Prelude-userprelude-ids.org
http://www.prelude-ids.org/mailman/listinfo/prelude-user


Re: Error prelude IDS (libprelude)
country flaguser name
United States
2007-08-31 06:29:15
You need the gnutls-devel package installed as well.

ScottO

Peter MUKADI wrote:
>     Please can you help me ?
>  
>   I had install this packages before installing my
libprelude(libprelude-0.9.14.tar.gz) on fedora core 5:
>     -         pcre-devel-6.3-1.2.1.i386.rpm
>   -         gnutls-1.0.25.tar.tar 
>   -         libgcrypt-1.2.3.tar.tar 
>   -         libgcrypt-devel-1.2.2-1.2.1.i386.rpm 
>   -         python-2.4.2-3.2.1.i386.rpm
>   -         python-devel-2.4.2-3.2.1.i386.rpm
>   -         libgpg-error-1.4.tar.tar
>    
>   Different stapes of installation :
>               # tar -zxvf libprelude-0.9.14.tar.gz
>               # cd libprelude-0.9.14
>    
>   But when I want to install libprelude, I have this
result : (error on the last line)
>   [rootlocalhost src]# cd libprelude-0.9.14
>   [rootlocalhost libprelude-0.9.14]# ./configure
>   checking build system type... i686-pc-linux-gnu
>   checking host system type... i686-pc-linux-gnu
>   checking target system type... i686-pc-linux-gnu
>   checking for a BSD-compatible install...
/usr/bin/install -c
>   checking whether build environment is sane... yes
>   checking for gawk... gawk
>   checking whether make sets $(MAKE)... yes
>   checking whether to enable maintainer-specific
portions of Makefiles... no
>   checking for grep... /bin/grep
>   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 how to run the C preprocessor... gcc -E
>   checking for ranlib... ranlib
>   checking for grep that handles long lines and -e...
(cached) /bin/grep
>   checking for egrep... /bin/grep -E
>   checking for AIX... no
>   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 minix/config.h usability... no
>   checking minix/config.h presence... no
>   checking for minix/config.h... no
>   checking whether it is safe to define
__EXTENSIONS__... yes
>   checking for _LARGEFILE_SOURCE value needed for large
files... no
>   checking for a BSD-compatible install...
/usr/bin/install -c
>   checking whether make sets $(MAKE)... (cached) yes
>   checking for inline... inline
>   checking for flex... flex
>   checking lex output file root... lex.yy
>   checking lex library... -lfl
>   checking whether yytext is a pointer... yes
>   checking for bison... bison -y
>   checking for shl_load... no
>   checking for shl_load in -ldld... no
>   checking for dlopen in -ldl... yes
>   checking for dlerror... yes
>   checking for a sed that does not truncate output...
/bin/sed
>   checking for ld used by gcc... /usr/bin/ld
>   checking if the linker (/usr/bin/ld) is GNU ld...
yes
>   checking for /usr/bin/ld option to reload object
files... -r
>   checking for BSD-compatible nm... /usr/bin/nm -B
>   checking whether ln -s works... yes
>   checking how to recognise dependent libraries...
pass_all
>   checking dlfcn.h usability... yes
>   checking dlfcn.h presence... yes
>   checking for dlfcn.h... yes
>   checking for g++... g++
>   checking whether we are using the GNU C++ compiler...
yes
>   checking whether g++ accepts -g... yes
>   checking dependency style of g++... gcc3
>   checking how to run the C++ preprocessor... g++ -E
>   checking for g77... g77
>   checking whether we are using the GNU Fortran 77
compiler... yes
>   checking whether g77 accepts -g... yes
>   checking the maximum length of command line
arguments... 32768
>   checking command to parse /usr/bin/nm -B output from
gcc object... ok
>   checking for objdir... .libs
>   checking for ar... ar
>   checking for ranlib... (cached) ranlib
>   checking for strip... strip
>   checking if gcc supports -fno-rtti -fno-exceptions...
no
>   checking for gcc option to produce PIC... -fPIC
>   checking if gcc PIC flag -fPIC works... yes
>   checking if gcc static flag -static works... yes
>   checking if gcc supports -c -o file.o... yes
>   checking whether the gcc linker (/usr/bin/ld)
supports shared libraries... yes
>   checking whether -lc should be explicitly linked
in... no
>   checking dynamic linker characteristics... GNU/Linux
ld.so
>   checking how to hardcode library paths into
programs... immediate
>   checking whether stripping libraries is possible...
yes
>   checking for shl_load... (cached) no
>   checking for shl_load in -ldld... (cached) no
>   checking for dlopen... no
>   checking for dlopen in -ldl... (cached) yes
>   checking whether a program can dlopen itself... yes
>   checking whether a statically linked program can
dlopen itself... no
>   checking if libtool supports shared libraries... yes
>   checking whether to build shared libraries... yes
>   checking whether to build static libraries... no
>   configure: creating libtool
>   appending configuration tag "CXX" to
libtool
>   checking for ld used by g++... /usr/bin/ld
>   checking if the linker (/usr/bin/ld) is GNU ld...
yes
>   checking whether the g++ linker (/usr/bin/ld)
supports shared libraries... yes
>   checking for g++ option to produce PIC... -fPIC
>   checking if g++ PIC flag -fPIC works... yes
>   checking if g++ static flag -static works... yes
>   checking if g++ supports -c -o file.o... yes
>   checking whether the g++ linker (/usr/bin/ld)
supports shared libraries... yes
>   checking dynamic linker characteristics... GNU/Linux
ld.so
>   checking how to hardcode library paths into
programs... immediate
>   appending configuration tag "F77" to
libtool
>   checking if libtool supports shared libraries... yes
>   checking whether to build shared libraries... yes
>   checking whether to build static libraries... no
>   checking for g77 option to produce PIC... -fPIC
>   checking if g77 PIC flag -fPIC works... yes
>   checking if g77 static flag -static works... yes
>   checking if g77 supports -c -o file.o... yes
>   checking whether the g77 linker (/usr/bin/ld)
supports shared libraries... yes
>   checking dynamic linker characteristics... GNU/Linux
ld.so
>   checking how to hardcode library paths into
programs... immediate
>   checking for cc for build... gcc
>   checking for special C compiler options needed for
large files... no
>   checking for _FILE_OFFSET_BITS value needed for large
files... 64
>   checking for stdint.h... (cached) yes
>   checking for inttypes.h... (cached) yes
>   checking size of long... 4
>   checking for uint8_t... yes
>   checking for uint16_t... yes
>   checking for uint32_t... yes
>   checking for uint64_t... yes
>   checking for platform-specific compiler flags... none
needed
>   checking for gcc option to accept ISO C99...
-std=gnu99
>   checking for gcc -std=gnu99 option to accept ISO
Standard C... (cached) -std=gnu99
>   checking for an ANSI C99-conforming __func__... yes
>   checking buggy_pthread_cppflags for gcc -Werror
-Wmissing-braces... -Werror -Wmissing-braces
>   checking for the pthreads library -lpthreads... no
>   checking whether pthreads work without any flags...
no
>   checking whether pthreads work with -Kthread... no
>   checking whether pthreads work with -kthread... no
>   checking for the pthreads library -llthread... no
>   checking whether pthreads work with -pthread... yes
>   checking for joinable pthread attribute...
PTHREAD_CREATE_JOINABLE
>   checking if more special flags are required for
pthreads... no
>   checking for cc_r... gcc -std=gnu99
>   checking whether imported symbols can be declared
weak... yes
>   checking for pthread_atfork... yes
>   checking for pthread_condattr_setclock... yes
>   checking for buggy pthread mutex initializers... no
>   checking whether byte ordering is bigendian... no
>   checking for library containing socket... none
required
>   checking for library containing clock_gettime...
-lrt
>   checking ltdl.h usability... no
>   checking ltdl.h presence... no
>   checking for ltdl.h... no
>   checking for libgnutls-config...
/usr/local/bin/libgnutls-config
>   checking for libgnutls - version >= 1.0.17... no
>   *** Could not run libgnutls test program, checking
why...
>   *** The test program compiled, but did not run. This
usually means
>   *** that the run-time linker is not finding LIBGNUTLS
or finding the wrong
>   *** version of LIBGNUTLS. If it is not finding
LIBGNUTLS, you'll need to set your
>   *** LD_LIBRARY_PATH environment variable, or edit
/etc/ld.so.conf to point
>   *** to the installed location  Also, make sure you
have run ldconfig if that
>   *** is required on your system
>   ***
>   *** If you have an old version installed, it is best
to remove it, although
>   *** you may also be able to get things to work by
modifying LD_LIBRARY_PATH
>   ***
>   configure: error: libgnutls is required in order to
build libprelude.
>   [rootlocalhost libprelude-0.9.14]#
>    
>   I'm waiting for your precious propositions (Peter)
>   
>        
> ---------------------------------
>  Ne gardez plus qu'une seule adresse mail ! Copiez vos
mails vers Yahoo! Mail 
> _______________________________________________
> Prelude-user site list
> Prelude-userprelude-ids.org
> http://www.prelude-ids.org/mailman/listinfo/prelude-user

> 

_______________________________________________
Prelude-user site list
Prelude-userprelude-ids.org
http://www.prelude-ids.org/mailman/listinfo/prelude-user


[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )