Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2007 16:49:03 -0800
From:      Yuri <yuri@rawbw.com>
To:        freebsd-hackers@freebsd.org
Subject:   Linux executable picks up FreeBSD library over linux one and breaks
Message-ID:  <1196470143.4750af7f6accf@webmail.rawbw.com>

next in thread | raw e-mail | index | archive | help
I am trying to run Linux version of Skype and am getting the following error:
/usr/home/yuri/skype/current/skype: error while loading shared libraries:
/usr/lib/librt.so.1: ELF file OS ABI 

File /usr/lib/librt.so.1 is FreeBSD library and
/usr/compat/linux/lib/librt.so.1 is Linux library with the same name
installed by linux_base-fc-4_10.

My LD_LIBRARY_PATH is set to /usr/compat/linux/lib:/usr/compat/linux/usr/lib.

Why FreeBSD version is being picked up even though it's not
in LD_LIBRARY_PATH?

Yuri



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