Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2006 18:26:51 +0300
From:      Volodymyr Kostyrko <arcade@synergetica.dn.ua>
To:        Boris Samorodov <bsam@ipt.ru>
Cc:        freebsd-emulation@FreeBSD.org
Subject:   Re: FreeBSD Port: x11-toolkits/linux-pango
Message-ID:  <44B3C33B.80901@synergetica.dn.ua>
In-Reply-To: <36600495@serv3.int.kfs.ru>
References:  <44B39086.3020505@synergetica.dn.ua> <36600495@serv3.int.kfs.ru>

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

 > env | grep LD
LD_LIBRARY_PATH=/usr/X11R6/lib

Must be brought down by some X11 software. Unsetting it cures the problem.


-- 
[WBR], Arcade.



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