Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2006 18:07:28 +0400
From:      Boris Samorodov <bsam@ipt.ru>
To:        Volodymyr Kostyrko <arcade@synergetica.dn.ua>
Cc:        freebsd-emulation@FreeBSD.org
Subject:   Re: FreeBSD Port: x11-toolkits/linux-pango
Message-ID:  <36600495@serv3.int.kfs.ru>
In-Reply-To: <44B39086.3020505@synergetica.dn.ua> (Volodymyr Kostyrko's message of "Tue, 11 Jul 2006 14:50:30 %2B0300")
References:  <44B39086.3020505@synergetica.dn.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36600495>