Failed to open device
/etc/openoffice.org2.3/program/soffice.bin: symbol lookup error: /opt/openoffice.org2.3/program/libxml2.so.2: undefined symbol: gzopen64
Can you please run:
ldd /opt/openoffice.org2.3/program/libxml2.so.2
and copy the output here?
Also please locate lzip.so on your machine and run:
nm -l /pat/to/your/file/lzip.so
We guess you have too old lzip package on your system... But we have to know more...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had the same problem on a Ubuntu 7.04 system. My output from ldd was nearly identical (diff lib locations), and libz.so.1 was linked to libz.so.1.2.3 (had gzopen, but not gzopen64).
As shown in the other thread, moving the /opt/openoffice.org2.3/program/libxml2* files to a different directory fixed the problem for this system also. I thought this had a chance of breaking the MSO 2007 .docx compat, but it still opens them fine.
Thank you for the work you have put into this!
Jason Woods
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=965597
Originator: NO
Can you please run:
ldd /opt/openoffice.org2.3/program/libxml2.so.2
and copy the output here?
Also please locate lzip.so on your machine and run:
nm -l /pat/to/your/file/lzip.so
We guess you have too old lzip package on your system... But we have to know more...
Logged In: NO
I have the same problem, running on Fedora 8, kernel 2.6.23.
The commands you suggest give the following:
[root@moabi ~]# ldd /opt/openoffice.org2.3/program/libxml2.so.2
ldd: warning: you do not have execution permission for `/opt/openoffice.org2.3/program/libxml2.so.2'
linux-gate.so.1 => (0x00110000)
libdl.so.2 => /lib/libdl.so.2 (0x00219000)
libpthread.so.0 => /lib/libpthread.so.0 (0x0021e000)
libz.so.1 => /lib/libz.so.1 (0x00237000)
libm.so.6 => /lib/libm.so.6 (0x0024a000)
libc.so.6 => /lib/libc.so.6 (0x00273000)
/lib/ld-linux.so.2 (0x008d7000)
[root@moabi ~]# locate lzip.so
[root@moabi ~]#
ie lzip.so doesn't exist. (Yes I ran updatedb first.)
thanks
M.
Logged In: YES
user_id=965597
Originator: NO
Please refer with this thread:
http://sourceforge.net/forum/message.php?msg_id=4698595
You can try to move /opt/openoffice.org2.3/program/libxml2* files to other location then restart OOOP.
Logged In: NO
I had the same problem on a Ubuntu 7.04 system. My output from ldd was nearly identical (diff lib locations), and libz.so.1 was linked to libz.so.1.2.3 (had gzopen, but not gzopen64).
As shown in the other thread, moving the /opt/openoffice.org2.3/program/libxml2* files to a different directory fixed the problem for this system also. I thought this had a chance of breaking the MSO 2007 .docx compat, but it still opens them fine.
Thank you for the work you have put into this!
Jason Woods