FreeBSD Port: x11-toolkits/linux-pango
Boris Samorodov
bsam at ipt.ru
Tue Jul 11 14:08:35 UTC 2006
On Tue, 11 Jul 2006 14:50:30 +0300 Volodymyr Kostyrko wrote:
> While updating from linux-pango-1.6.0_2 to linux-pango-1.8.1 I've
> encountered the following error:
> ===> Checking if x11-toolkits/linux-pango already installed
> cd
> /root/tmp/.amd_mnt/blade/host/usr/ports/x11-toolkits/linux-pango/work
> && /usr/bin/find * -type d -exec /bin/mkdir -p "/compat/linux/{}" \;
> cd
> /root/tmp/.amd_mnt/blade/host/usr/ports/x11-toolkits/linux-pango/work
> && /usr/bin/find * ! -type d | /usr/bin/cpio -pm -R root:wheel
> /compat/linux
> 1318 blocks
> /compat/linux/usr/bin/pango-querymodules-32: error while loading
> shared libraries: /usr/X11R6/lib/libpangox-1.0.so.0: ELF file OS ABI
> invalid
> *** Error code 127
> How can I fix this?
Do you have non-standard path, LD_LIBRARY_PATH, LD_PRELOAD or
something else at your environment? The error occures because
/usr/X11R6/lib/ is searched before /compat/linux/usr/X11R6/lib/
(which is not standard).
WBR
--
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
More information about the freebsd-emulation
mailing list