Re: Problems while configuring libpreludedb
Jonathan Care <[email protected]> Fri, 22 Apr 2011 12:40:43 +0100
| Newsgroups | gmane.comp.security.ids.prelude.user |
|---|---|
| Message-ID | <[email protected]> |
Mysql-client *From:* Raheel Hassan [mailto:[email protected]] *Sent:* 22 April 2011 12:39 *To:* Jonathan Care; [email protected] *Subject:* Re: [prelude-user] Problems while configuring libpreludedb Unfortunately no, Nothing happened with this command, here is the output, pc:~/Downloads/libpreludedb-1.0.0$ sudo apt-get install mysql Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package mysql On Fri, Apr 22, 2011 at 1:23 PM, Jonathan Care <[email protected]> wrote: Try sudo apt-get install mysql as well - should fix your problem. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Raheel Hassan Sent: 22 April 2011 11:41 To: Simone Fusco; [email protected] Subject: Re: [prelude-user] Problems while configuring libpreludedb I am using Ubuntu 10.10. Yes i installed it by using, *sudo apt-get install mysql-server* On Fri, Apr 22, 2011 at 12:01 PM, Simone Fusco <[email protected]> wrote: > Hi. Did you install a DBMS (MySQL, PSQL or SQLITE) before installing > libpreludedb ? > It seems libpreludedb doesn't find any DBMS. If you use Fedora try: yum > install mysql. > Regards, > Simone > > 2011/4/22 Raheel Hassan <[email protected]> > >> Hi, >> >> I am a new user of Prelude. I am trying to install prelude as explained in >> the documentation sections. I am facing problem when i am configuring >> libpreludedb. Please see the error details below. Can anyone point out >> where >> the problem is? >> >> pc:~/Downloads/libpreludedb-1.0.0$ sudo ./configure >> checking build system type... x86_64-unknown-linux-gnu >> checking host system type... x86_64-unknown-linux-gnu >> checking target system type... x86_64-unknown-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... /bin/mkdir -p >> checking for gawk... no >> checking for mawk... mawk >> checking whether make sets $(MAKE)... yes >> checking whether to enable maintainer-specific portions of Makefiles... no >> checking for a BSD-compatible install... /usr/bin/install -c >> checking whether make sets $(MAKE)... (cached) yes >> 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 for ranlib... ranlib >> checking whether gcc and cc understand -c and -o together... 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 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 a sed that does not truncate output... /bin/sed >> checking for fgrep... /bin/grep -F >> checking for ld used by gcc... /usr/bin/ld >> checking if the linker (/usr/bin/ld) is GNU ld... yes >> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B >> checking the name lister (/usr/bin/nm -B) interface... BSD nm >> checking whether ln -s works... yes >> checking the maximum length of command line arguments... 1572864 >> checking whether the shell understands some XSI constructs... yes >> checking whether the shell understands "+="... yes >> checking for /usr/bin/ld option to reload object files... -r >> checking for objdump... objdump >> checking how to recognize dependent libraries... pass_all >> checking for ar... ar >> checking for strip... strip >> checking for ranlib... (cached) ranlib >> checking command to parse /usr/bin/nm -B output from gcc object... ok >> checking for dlfcn.h... yes >> checking for objdir... .libs >> checking if gcc supports -fno-rtti -fno-exceptions... no >> checking for gcc option to produce PIC... -fPIC -DPIC >> checking if gcc PIC flag -fPIC -DPIC works... yes >> checking if gcc static flag -static works... yes >> checking if gcc supports -c -o file.o... yes >> checking if gcc supports -c -o file.o... (cached) yes >> checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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 for shl_load... no >> checking for shl_load in -ldld... no >> checking for dlopen... no >> checking for dlopen in -ldl... yes >> checking whether a program can dlopen itself... yes >> checking whether a statically linked program can dlopen itself... no >> checking whether stripping libraries is possible... yes >> checking if libtool supports shared libraries... yes >> checking whether to build shared libraries... yes >> checking whether to build static libraries... no >> checking for cpu-specific compiler flags... none needed >> checking for platform-specific compiler flags... none needed >> 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 whether we are using the GNU C++ compiler... (cached) yes >> checking whether g++ accepts -g... (cached) yes >> checking dependency style of g++... (cached) gcc3 >> checking for ld used by g++... /usr/bin/ld -m elf_x86_64 >> checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes >> checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports >> shared >> libraries... yes >> checking for g++ option to produce PIC... -fPIC -DPIC >> checking if g++ PIC flag -fPIC -DPIC works... yes >> checking if g++ static flag -static works... yes >> checking if g++ supports -c -o file.o... yes >> checking if g++ supports -c -o file.o... (cached) yes >> checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports >> shared >> libraries... yes >> checking dynamic linker characteristics... GNU/Linux ld.so >> checking how to hardcode library paths into programs... immediate >> checking whether the linker accepts the -z relro flag... yes >> checking whether the linker accepts the -z now flag... yes >> checking whether the C compiler accepts the -Wall flag... yes >> checking whether the C compiler accepts the -Wstrict-prototypes flag... >> yes >> checking whether the C compiler accepts the -Wmissing-prototypes flag... >> yes >> checking whether the C compiler accepts the -Wmissing-declarations flag... >> yes >> checking whether the C compiler accepts the -Wbad-function-cast flag... >> yes >> checking whether the C compiler accepts the -Wcast-qual flag... yes >> checking whether the C compiler accepts the -Wcast-align flag... yes >> checking whether the C compiler accepts the -Wnested-externs flag... yes >> checking whether the C compiler accepts the -Wunused flag... yes >> checking whether the C compiler accepts the -Wformat flag... yes >> checking whether the C compiler accepts the -Wformat-security flag... yes >> checking for libprelude-config... /usr/local/bin/libprelude-config >> checking for libprelude - version >= 0.9.9... yes >> *checking for mysql_config... no >> no >> checking for mysql_real_escape_string... no >> checking for pg_config... no >> configure: error: does not exist or it is not an exectuable file >> >> >> *Regards,* >> >> * >> _______________________________________________ >> Prelude-user site list >> [email protected] >> http://lists.prelude-technologies.com/mailman/listinfo/prelude-user >> > > _______________________________________________ Prelude-user site list [email protected] http://lists.prelude-technologies.com/mailman/listinfo/prelude-user _______________________________________________ Prelude-user site list [email protected] http://lists.prelude-technologies.com/mailman/listinfo/prelude-user