Date: Mon, 3 Jan 2005 05:19:49 +0100 From: Mario Hoerich <lists@MHoerich.de> To: Alex Teslik <alex@acatysmoof.com> Cc: freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: ld-elf __lxstat undefined symbol Message-ID: <20050103041948.GA519@Pandora.MHoerich.de> In-Reply-To: <20041229075228.M12628@acatysmoof.com> References: <20041229075228.M12628@acatysmoof.com>
next in thread | previous in thread | raw e-mail | index | archive | help
# 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050103041948.GA519>