On Fri, Sep 14, 2007 at 10:05:35AM +0200, Mike Hommey wrote:
On Fri, Sep 14, 2007 at 09:59:49AM +0200, Mike Hommey <[EMAIL PROTECTED]> wrote:
On Fri, Sep 14, 2007 at 09:33:44AM +0200, Stephan Seitz <[EMAIL PROTECTED]> 
wrote:
> But:
> [EMAIL PROTECTED]:~$ strings /usr/lib/libxml2.so.2.6.30 | grep gzopen64
> gzopen64
> So, gzopen64 is available. I don’t understand this.
Try objdump -T /usr/lib/libz.so.1 | grep gzopen64 instead.

[EMAIL PROTECTED]:~$ objdump -T /usr/lib/libz.so.1 | grep gzopen64
00003fb0 g    DF .text  0000001b  Base        gzopen64

Also, you should try to strace -eopen openoffice 2>&1 | grep libz (change openoffice to whatever the OOo executabe is).

Yes, that helped. There was an old libz in /lib which was used instead of the right one. Now everything works as expected.

Sorry for the noise and thanks for your help.

Shade and sweet water!

        Stephan

--
| Stephan Seitz                    E-Mail: [EMAIL PROTECTED] |
| PGP Public Keys: http://fsing.rootsland.net/~stse/pgp.html |

Attachment: signature.asc
Description: Digital signature

Reply via email to