Undefined symbol "__libc_toupper_tab_"
Joerg Sonnenberger
joerg at britannica.bec.de
Mon Jun 13 03:49:22 PDT 2005
On Mon, Jun 13, 2005 at 10:42:15AM +0300, Yury Tarasievich wrote:
> each time I try to run something like freebsd-4's opera or openoffice. System
> is 1.3.1 (May 31) and X is 6.8.2, compiled on it. What does that mean, I
> mean, deeper than not finding the (present) symbol?
It means that you have a dynamically linked program which is linked against
the old libc and wants to link a library build against the new libc.
Sorry, this can't work. Best for the moment is to fetch a package with
the libraries and use e.g. LD_LIBRARY_PATH in a wrapper script.
Joerg
More information about the Bugs
mailing list