FreeBSD Port: x11-toolkits/linux-pango

Volodymyr Kostyrko arcade at synergetica.dn.ua
Tue Jul 11 15:27:03 UTC 2006


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.


More information about the freebsd-emulation mailing list