[redland-dev] configure: error: Raptor missing

karima rafes karima_rafes at hotmail.com
Sat Feb 6 00:06:47 CET 2010


Thanks, here the solution for the other newbie like me

 

# pkg-config --list-all
Raptor is not in the list

# export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
# pkg-config --list-all

Now,You can see raptor in the list and it's ok with rasqal's autogen.sh
 

Bye,

karima


From: karima_rafes at hotmail.com
To: redland-dev at lists.librdf.org
Subject: configure: error: Raptor missing
Date: Fri, 5 Feb 2010 20:19:32 +0100



Hi,
 
I try to build rasqal. Before, I installed raptor but rasqal's autogen.sh cannot find raptor...
 
I don't know How fix this problem.
Can you help me ?
 
Thx
Karima
==================
RAPTOR make INSTALL
 
Making install in src
make[1]: entrant dans le répertoire « /root/raptor-1.4.21/src »
make[2]: entrant dans le répertoire « /root/raptor-1.4.21/src »
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
 /usr/bin/install -c raptor-config '/usr/local/bin'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libraptor.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libraptor.so.1.2.0 /usr/local/lib/libraptor.so.1.2.0
libtool: install: (cd /usr/local/lib && { ln -s -f libraptor.so.1.2.0 libraptor.so.1 || { rm -f libraptor.so.1 && ln -s libraptor.so.1.2.0 libraptor.so.1; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libraptor.so.1.2.0 libraptor.so || { rm -f libraptor.so && ln -s libraptor.so.1.2.0 libraptor.so; }; })
libtool: install: /usr/bin/install -c .libs/libraptor.lai /usr/local/lib/libraptor.la
libtool: install: /usr/bin/install -c .libs/libraptor.a /usr/local/lib/libraptor.a
libtool: install: chmod 644 /usr/local/lib/libraptor.a
libtool: install: ranlib /usr/local/lib/libraptor.a
libtool: finish: PATH="/root/autoconf-2.65/bin:/root/autoconf-2.65/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/root/raptor-1.4.21:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/include" || /bin/mkdir -p "/usr/local/include"
 /usr/bin/install -c -m 644 raptor.h '/usr/local/include'
test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/share/man/man1"
 /usr/bin/install -c -m 644 raptor-config.1 '/usr/local/share/man/man1'
make[2]: quittant le répertoire « /root/raptor-1.4.21/src »
make[1]: quittant le répertoire « /root/raptor-1.4.21/src »
Making install in utils
make[1]: entrant dans le répertoire « /root/raptor-1.4.21/utils »
make[2]: entrant dans le répertoire « /root/raptor-1.4.21/utils »
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /bin/sh ../libtool   --mode=install /usr/bin/install -c rapper '/usr/local/bin'
libtool: install: /usr/bin/install -c .libs/rapper /usr/local/bin/rapper
test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/share/man/man1"
 /usr/bin/install -c -m 644 rapper.1 '/usr/local/share/man/man1'
make[2]: quittant le répertoire « /root/raptor-1.4.21/utils »
make[1]: quittant le répertoire « /root/raptor-1.4.21/utils »
Making install in docs
make[1]: entrant dans le répertoire « /root/raptor-1.4.21/docs »
make[2]: entrant dans le répertoire « /root/raptor-1.4.21/docs »
make[2]: Rien à faire pour « install-exec-am ».
installfiles=`echo ./html/*`; \
        if test "$installfiles" = './html/*'; \
        then echo '-- Nothing to install' ; \
        else \
          /bin/sh /root/raptor-1.4.21/build/install-sh -d /usr/local/share/gtk-doc/html/raptor; \
          for i in $installfiles; do \
            echo '-- Installing '$i ; \
            /usr/bin/install -c -m 644 $i /usr/local/share/gtk-doc/html/raptor; \
          done; \
          echo '-- Installing ./html/index.sgml' ; \
          /usr/bin/install -c -m 644 ./html/index.sgml /usr/local/share/gtk-doc/html/raptor || :; \
        fi
-- Installing ./html/home.png
-- Installing ./html/index.html
-- Installing ./html/index.sgml
-- Installing ./html/introduction.html
-- Installing ./html/ix01.html
-- Installing ./html/left.png
-- Installing ./html/parser-grddl.html
-- Installing ./html/parser-guess.html
-- Installing ./html/parser-ntriples.html
-- Installing ./html/parser-rdfa.html
-- Installing ./html/parser-rdfxml.html
-- Installing ./html/parser-rss-tag-soup.html
-- Installing ./html/parser-trig.html
-- Installing ./html/parser-turtle.html
-- Installing ./html/raptor.devhelp
-- Installing ./html/raptor.devhelp2
-- Installing ./html/raptor-parsers.html
-- Installing ./html/raptor-section-constants.html
-- Installing ./html/raptor-section-feature.html
-- Installing ./html/raptor-section-general.html
-- Installing ./html/raptor-section-iostream.html
-- Installing ./html/raptor-section-locator.html
-- Installing ./html/raptor-section-memory.html
-- Installing ./html/raptor-section-parser.html
-- Installing ./html/raptor-section-sax2.html
-- Installing ./html/raptor-section-sequence.html
-- Installing ./html/raptor-section-serializer.html
-- Installing ./html/raptor-section-stringbuffer.html
-- Installing ./html/raptor-section-triples.html
-- Installing ./html/raptor-section-unicode.html
-- Installing ./html/raptor-section-uri-factory.html
-- Installing ./html/raptor-section-uri.html
-- Installing ./html/raptor-section-world.html
-- Installing ./html/raptor-section-www.html
-- Installing ./html/raptor-section-xml.html
-- Installing ./html/raptor-section-xml-namespace.html
-- Installing ./html/raptor-section-xml-qname.html
-- Installing ./html/raptor-serializers.html
-- Installing ./html/reference-manual.html
-- Installing ./html/restrict-parser-network-access.html
-- Installing ./html/right.png
-- Installing ./html/serializer-atom.html
-- Installing ./html/serializer-dot.html
-- Installing ./html/serializer-json.html
-- Installing ./html/serializer-ntriples.html
-- Installing ./html/serializer-rdfxml-abbrev.html
-- Installing ./html/serializer-rdfxml.html
-- Installing ./html/serializer-rdfxml-xmp.html
-- Installing ./html/serializer-rss-1-0.html
-- Installing ./html/serializer-turtle.html
-- Installing ./html/style.css
-- Installing ./html/tutorial.html
-- Installing ./html/tutorial-initialising-finishing.html
-- Installing ./html/tutorial-parser-abort.html
-- Installing ./html/tutorial-parser-content.html
-- Installing ./html/tutorial-parser-create.html
-- Installing ./html/tutorial-parser-destroy.html
-- Installing ./html/tutorial-parser-example.html
-- Installing ./html/tutorial-parser-features.html
-- Installing ./html/tutorial-parser-runtime-info.html
-- Installing ./html/tutorial-parser-set-error-warning-handlers.html
-- Installing ./html/tutorial-parser-set-id-handler.html
-- Installing ./html/tutorial-parser-set-namespace-handler.html
-- Installing ./html/tutorial-parser-set-triple-handler.html
-- Installing ./html/tutorial-parser-static-info.html
-- Installing ./html/tutorial-parse-strictness.html
-- Installing ./html/tutorial-parsing.html
-- Installing ./html/tutorial-querying-functionality.html
-- Installing ./html/tutorial-serializer-create.html
-- Installing ./html/tutorial-serializer-declare-namespace.html
-- Installing ./html/tutorial-serializer-destroy.html
-- Installing ./html/tutorial-serializer-example.html
-- Installing ./html/tutorial-serializer-features.html
-- Installing ./html/tutorial-serializer-get-triples.html
-- Installing ./html/tutorial-serializer-runtime-info.html
-- Installing ./html/tutorial-serializer-send-triples.html
-- Installing ./html/tutorial-serializer-set-error-warning-handlers.html
-- Installing ./html/tutorial-serializer-to-destination.html
-- Installing ./html/tutorial-serializing.html
-- Installing ./html/up.png
-- Installing ./html/index.sgml
test -z "/usr/local/share/man/man3" || /bin/mkdir -p "/usr/local/share/man/man3"
 /usr/bin/install -c -m 644 libraptor.3 '/usr/local/share/man/man3'
make[2]: quittant le répertoire « /root/raptor-1.4.21/docs »
make[1]: quittant le répertoire « /root/raptor-1.4.21/docs »
Making install in data
make[1]: entrant dans le répertoire « /root/raptor-1.4.21/data »
make[2]: entrant dans le répertoire « /root/raptor-1.4.21/data »
make[2]: Rien à faire pour « install-exec-am ».
make[2]: Rien à faire pour « install-data-am ».
make[2]: quittant le répertoire « /root/raptor-1.4.21/data »
make[1]: quittant le répertoire « /root/raptor-1.4.21/data »
Making install in tests
make[1]: entrant dans le répertoire « /root/raptor-1.4.21/tests »
Making install in rdfxml
make[2]: entrant dans le répertoire « /root/raptor-1.4.21/tests/rdfxml »
make[3]: entrant dans le répertoire « /root/raptor-1.4.21/tests/rdfxml »
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: quittant le répertoire « /root/raptor-1.4.21/tests/rdfxml »
make[2]: quittant le répertoire « /root/raptor-1.4.21/tests/rdfxml »
Making install in ntriples
make[2]: entrant dans le répertoire « /root/raptor-1.4.21/tests/ntriples »
make[3]: entrant dans le répertoire « /root/raptor-1.4.21/tests/ntriples »
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: quittant le répertoire « /root/raptor-1.4.21/tests/ntriples »
make[2]: quittant le répertoire « /root/raptor-1.4.21/tests/ntriples »
Making install in turtle
make[2]: entrant dans le répertoire « /root/raptor-1.4.21/tests/turtle »
make[3]: entrant dans le répertoire « /root/raptor-1.4.21/tests/turtle »
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: quittant le répertoire « /root/raptor-1.4.21/tests/turtle »
make[2]: quittant le répertoire « /root/raptor-1.4.21/tests/turtle »
Making install in trig
make[2]: entrant dans le répertoire « /root/raptor-1.4.21/tests/trig »
make[3]: entrant dans le répertoire « /root/raptor-1.4.21/tests/trig »
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: quittant le répertoire « /root/raptor-1.4.21/tests/trig »
make[2]: quittant le répertoire « /root/raptor-1.4.21/tests/trig »
Making install in grddl
make[2]: entrant dans le répertoire « /root/raptor-1.4.21/tests/grddl »
make[3]: entrant dans le répertoire « /root/raptor-1.4.21/tests/grddl »
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: quittant le répertoire « /root/raptor-1.4.21/tests/grddl »
make[2]: quittant le répertoire « /root/raptor-1.4.21/tests/grddl »
Making install in rdfa
make[2]: entrant dans le répertoire « /root/raptor-1.4.21/tests/rdfa »
make[3]: entrant dans le répertoire « /root/raptor-1.4.21/tests/rdfa »
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: quittant le répertoire « /root/raptor-1.4.21/tests/rdfa »
make[2]: quittant le répertoire « /root/raptor-1.4.21/tests/rdfa »
Making install in feeds
make[2]: entrant dans le répertoire « /root/raptor-1.4.21/tests/feeds »
make[3]: entrant dans le répertoire « /root/raptor-1.4.21/tests/feeds »
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: quittant le répertoire « /root/raptor-1.4.21/tests/feeds »
make[2]: quittant le répertoire « /root/raptor-1.4.21/tests/feeds »
make[2]: entrant dans le répertoire « /root/raptor-1.4.21/tests »
make[3]: entrant dans le répertoire « /root/raptor-1.4.21/tests »
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: quittant le répertoire « /root/raptor-1.4.21/tests »
make[2]: quittant le répertoire « /root/raptor-1.4.21/tests »
make[1]: quittant le répertoire « /root/raptor-1.4.21/tests »
Making install in win32
make[1]: entrant dans le répertoire « /root/raptor-1.4.21/win32 »
make[2]: entrant dans le répertoire « /root/raptor-1.4.21/win32 »
make[2]: Rien à faire pour « install-exec-am ».
make[2]: Rien à faire pour « install-data-am ».
make[2]: quittant le répertoire « /root/raptor-1.4.21/win32 »
make[1]: quittant le répertoire « /root/raptor-1.4.21/win32 »
Making install in examples
make[1]: entrant dans le répertoire « /root/raptor-1.4.21/examples »
make[2]: entrant dans le répertoire « /root/raptor-1.4.21/examples »
make[2]: Rien à faire pour « install-exec-am ».
make[2]: Rien à faire pour « install-data-am ».
make[2]: quittant le répertoire « /root/raptor-1.4.21/examples »
make[1]: quittant le répertoire « /root/raptor-1.4.21/examples »
Making install in librdfa
make[1]: entrant dans le répertoire « /root/raptor-1.4.21/librdfa »
make[2]: entrant dans le répertoire « /root/raptor-1.4.21/librdfa »
make[2]: Rien à faire pour « install-exec-am ».
make[2]: Rien à faire pour « install-data-am ».
make[2]: quittant le répertoire « /root/raptor-1.4.21/librdfa »
make[1]: quittant le répertoire « /root/raptor-1.4.21/librdfa »
make[1]: entrant dans le répertoire « /root/raptor-1.4.21 »
make[2]: entrant dans le répertoire « /root/raptor-1.4.21 »
make[2]: Rien à faire pour « install-exec-am ».
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
 /usr/bin/install -c -m 644 raptor.pc '/usr/local/lib/pkgconfig'
make[2]: quittant le répertoire « /root/raptor-1.4.21 »
make[1]: quittant le répertoire « /root/raptor-1.4.21 »

 
==================
RASQAL autogen.sh

autogen.sh: Looking for programs: automake aclocal autoconf autoheader libtoolize gtkdocize
autogen.sh: automake program 'automake' V 011101 (min 010700) in /usr/local/bin
autogen.sh: aclocal program 'aclocal' V 011101 (min 010700) in /usr/local/bin
autogen.sh: autoconf program 'autoconf' V 026500 (min 025400) in /root/autoconf-2.65/bin
autogen.sh: autoheader program 'autoheader' V 026500 (min 025400) in /root/autoconf-2.65/bin
autogen.sh: libtoolize program 'libtoolize' V 020204 (min 020200) in /usr/local/bin
autogen.sh: gtkdocize program 'gtkdocize' V 010700 (min 010300) in /usr/bin
autogen.sh: Dependencies satisfied
autogen.sh: Processing directory .
autogen.sh: Running libtoolize --force --copy --automake
autogen.sh: Running gtkdocize --copy
autogen.sh: Running aclocal  -I build
autogen.sh: Running autoheader
autogen.sh: Running automake --gnu --add-missing --force --copy -Wall
configure.ac:48: installing `build/config.guess'
configure.ac:48: installing `build/config.sub'
autogen.sh: Running autoconf
autogen.sh: WARNING: Running `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`autogen.sh' command line.
autogen.sh: Running ./configure --enable-maintainer-mode --enable-gtk-doc --enable-shave
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... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether build environment is sane... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 gcc and cc understand -c and -o together... yes
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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... 98304
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 how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -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 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 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... yes
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking flex version... 2.5.33 - OK
checking for bison... bison -y
checking for GNU bison... 2.3 - OK
checking for gnutar... no
checking for gtar... gtar
checking for perl... perl
checking for supported gcc warning flags...
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wextra... yes
checking whether gcc supports -Wshadow... yes
checking whether gcc supports -Wpointer-arith... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wmissing-declarations... yes
checking whether gcc supports -Wnested-externs... yes
checking whether gcc supports -Wredundant-decls... yes
checking whether gcc supports -Wswitch-enum... yes
checking whether gcc supports -Wsign-compare... yes
checking whether gcc supports -Werror-implicit-function-declaration... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wpacked... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wpointer-arith... yes
checking whether gcc supports -Wcast-align... yes
checking whether gcc supports -Winit-self... yes
checking whether gcc supports -Wunsafe-loop-optimizations... yes
checking whether gcc supports -Wdeclaration-after-statement... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wno-missing-field-initializers... yes
checking whether gcc supports -Wno-unused-parameter... yes
checking whether gcc supports -Wformat-security... yes
checking gcc supports warning flags...  -Wall -Wextra -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wredundant-decls -Wswitch-enum -Wsign-compare -Werror-implicit-function-declaration -Wwrite-strings -Wpacked -Wmissing-format-attribute -Wpointer-arith -Wcast-align -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -Wformat-security
checking for ANSI C header files... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking dmalloc.h usability... no
checking dmalloc.h presence... no
checking for dmalloc.h... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for getopt... yes
checking for getopt_long... yes
checking for stricmp... no
checking for strcasecmp... yes
checking for vsnprintf... yes
checking for srandomdev... no
checking whether need to declare optind... no
checking for pkg-config... pkg-config
configure: error: Raptor missing - get it from http://librdf.org/raptor/     <=================== EEEERRRRRRRRROOOOOORRRR Raptor is yet  in ../raptor-1.4.21



Windows 7 : Trouvez le PC qui vous convient! Découvrez notre offre !  		 	   		  
_________________________________________________________________
Tchattez en direct en en vidéo avec vos amis !  
http://www.windowslive.fr/messenger/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.librdf.org/pipermail/redland-dev/attachments/20100206/cf7990b7/attachment-0001.htm 


More information about the redland-dev mailing list