ld-elf __lxstat undefined symbol

Mario Hoerich lists at MHoerich.de
Sun Jan 2 20:16:14 PST 2005


# Alex Teslik:

[ mplayer fails on realaudio ]
> 
> /usr/libexec/ld-elf.so.1: /usr/local/lib/win32/sipr.so.6.0: Undefined 
> symbol "__lxstat"
[...]
> don't know where I can find the __lxstat symbol and get it into the ld-elf
> linker library. Any ideas?

Well, let's have a look at the library itself:

$ objdump -T /usr/local/lib/win32/sipr.so.6.0 | grep __lx
00000000      DF *UND*	00000137  GLIBC_2.0   __lxstat

$ objdump -T /usr/compat/linux/lib/libc-2.2.4.so | grep __lx
000d8824 g    DF .text	0000019f (GLIBC_2.1)  __lxstat64
000d8144 g    DF .text	00000326  GLIBC_2.0   __lxstat
000d8824 g    DF .text	0000019f  GLIBC_2.2   __lxstat64

I think this belongs to the linux_base-port, does updating
it fix your problem?

HTH,
Mario


More information about the freebsd-questions mailing list