Hi Marek,
By curiosity, which CPU is it ?
Which Firefox version ?
Which OS type ? 32 or 64 bits ?
There is maybe not only a library problem. But also
- a CPU problem
- or a mismatch in the definition of the C function in one library
that is not defined like mine in SuSE when compiling ?
Currently, it works with nearly all distrib I tried.
Can you try to use ltrace or strace to see what is going on ?
Marc
Ps: CC to the mailing list
Marek Straka wrote:
> it is not work in Firefox.
> FATAL ERROR : The dynamic C library contained in the extension file could not be found
>
> Originally I have got message:
> marek@thinkpad:~/.mozilla/firefox/2r8li9vt.default/extensions/{3b56bcc7-54e5-44a2-9b44-66c3ef58c13e}/components$ ldd libnstidy.so
> linux-gate.so.1 => (0xffffe000)
> libplds4.so => /usr/lib/libplds4.so (0xb7ed7000)
> libplc4.so => /usr/lib/libplc4.so (0xb7ed2000)
> libnspr4.so => /usr/lib/libnspr4.so (0xb7e9e000)
> libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7e8c000)
> libdl.so.2 => /lib/tls/libdl.so.2 (0xb7e88000)
> libstdc++.so.5 => not found
> libm.so.6 => /lib/tls/libm.so.6 (0xb7e61000)
> libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7e56000)
> libc.so.6 => /lib/tls/libc.so.6 (0xb7d1e000)
> /lib/ld-linux.so.2 (0x80000000)
>
> ..and then I installed libstdc++5 (automatically was installed also gcc3.3) and now I get a mesage:
> marek@thinkpad:~/.mozilla/firefox/2r8li9vt.default/extensions/{3b56bcc7-54e5-44a2-9b44-66c3ef58c13e}/components$ ldd libnstidy.so
> linux-gate.so.1 => (0xffffe000)
> libplds4.so => /usr/lib/libplds4.so (0xb7f6d000)
> libplc4.so => /usr/lib/libplc4.so (0xb7f68000)
> libnspr4.so => /usr/lib/libnspr4.so (0xb7f34000)
> libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7f22000)
> libdl.so.2 => /lib/tls/libdl.so.2 (0xb7f1e000)
> libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0xb7e64000)
> libm.so.6 => /lib/tls/libm.so.6 (0xb7e3d000)
> libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7e32000)
> libc.so.6 => /lib/tls/libc.so.6 (0xb7cfa000)
> /lib/ld-linux.so.2 (0x80000000)
>
>
> But still the same error:
> FATAL ERROR : The dynamic C library contained in the extension file could not be found
>
>
>
>
|