James Knott escribió:
> That doesn't explain why it works in 64 bit, but not 32  bit systems.

I don't have a 64 bit system to test it, but likely, the 64 bit version
of the extension links to the 64 bit version of the library, that
(likely again) has a slightly different name and this solves the problem.

But it would be better if someone with access to a 64 bits symtem can
check it. Just navigate to the dir where your extension is
(~/.openoffice.org/3/user/uno_packages/cache/uno_packages/XDmkUh_/pdfimport.oxt
in my system) and do:

ldd xpdfimport

There is the output in a 32 bits ubuntu system:

        linux-gate.so.1 =>  (0xb7fb2000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7f79000)
        libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7f5f000)
        libstlport_gcc.so => /usr/lib/libstlport_gcc.so (0xb7e8f000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7da0000)
        libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7d7a000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7d6b000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7c0d000)
        /lib/ld-linux.so.2 (0xb7f98000)

And libstlport_gcc.so doesn't exists in a vanilla Ubuntu install (but
simlinking /usr/lib/libstlport_gcc.so.4.6 will make it work).

Javier.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to