View Single Post
  #3 (permalink)  
Old 03-Oct-2006, 04:33
Markus Koßmann
Guest
 
Posts: n/a
Default Re: OPEN OFFICE START ERROR

uisik34@gmail.com wrote:

> I have the following error and i can not launch the office.
> any suggestion will highly be appreciated.
>
> horizon@linux:~> oowriter %U
> /usr/lib/ooo-2.0/program/javaldx: relocation error:
> /lib/tls/libpthread.so.0: symbol errno, version GLIBC_PRIVATE not defined
> in file libc.so.6 with link time reference
> /usr/lib/ooo-2.0/program/soffice.bin: relocation error:
> /lib/tls/libpthread.so.0: symbol errno, version GLIBC_PRIVATE not defined
> in file libc.so.6 with link time reference
>

It seems that /lib/tls/libpthread.so.0 doesn't match the version of glibc,
you are running.
We need more information to decide what's going wrong.
Which version of SUSE do you run ?
what is the output of
rpm -q glibc
and
rpm -qf /lib/tls/libpthread.so.0
?