libextractor
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libextractor] Not showing meta information


From: Peter Muhr
Subject: Re: [libextractor] Not showing meta information
Date: Wed, 2 Jun 2010 01:10:30 -0700 (PDT)

Hi,

thanks for writing. The exact output of the error that came before that I
mentioned above is this:

errors while loading shared libraries: libextractor.so.3: cannot open shared
object file: No such file or directory

Then I ran
$ ldconfig
and it "worked". Well, like described above.

=======

$ which extract
/usr/local/bin/extract

$ extract -v
extract v0.6.0

=======

$ ldd -r /usr/local/lib/libextractor/libextractor_pdf.so 
        linux-gate.so.1 =>  (0xb7fa2000)
        libextractor_common.so.0 => /usr/local/lib/libextractor_common.so.0
(0xb7f8f000)
        libpoppler.so.3 => /usr/lib/libpoppler.so.3 (0xb7de4000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7cf5000)
        libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb7ccf000)
        libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb7b74000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7b67000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7b52000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7b33000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb79f9000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7984000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb7959000)
        /lib/ld-linux.so.2 (0xb7fa3000)
        libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb7955000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb792f000)
        libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0xb7915000)

$ export LIBEXTRACTOR_PREFIX=/usr/local
no output at all

$ /usr/local/bin/extract dmca.pdf
Loading `second' plugin failed: file not found
Plugin `second' failed to load!
Loading `first' plugin failed: file not found
Plugin `first' failed to load!
Loading `old' plugin failed: file not found
Plugin `old' failed to load!
Loading `second' plugin failed: file not found
Plugin `second' failed to load!
Loading `first' plugin failed: file not found
Plugin `first' failed to load!
Loading `old' plugin failed: file not found
Plugin `old' failed to load!
Plugin `second' choked on this input
Plugin `first' choked on this input
Plugin `old' choked on this input

$ /usr/bin/extract -v
extract v0.6.0

$ /usr/local/bin/extract -v 
extract v0.6.0

$ ls -al /usr/local/lib/libextractor.so
lrwxrwxrwx 1 root staff 21 27. Mai 05:29 /usr/local/lib/libextractor.so ->
libextractor.so.3.0.0

============

I probably should mention that I set a symlink from /usr/bin/extract to
/usr/local/bin/extract that I can start it without path.




Thanks a lot for your help! if you need more information I'll be glad to
provide!
-- 
View this message in context: 
http://old.nabble.com/Not-showing-meta-information-tp28669182p28751380.html
Sent from the Gnu - Libextractor - General mailing list archive at Nabble.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]