标题: export LD_LIBRARY_PATH in OpenEmbedded [打印本页] 作者: linuxGentoo 时间: 2008-10-12 15:02 标题: export LD_LIBRARY_PATH in OpenEmbedded case:一些native程序需要动态load一些在staging里的库,但是当前OpenEmbedded系统并没有保证这一点,也就导致了native程序调用不合适版本的库。在OE仓库中这样例子不少:
ncurses 包
# This is necessary so that the "tic" command executed during the install can
# link with the correct libary in staging.
export LD_LIBRARY_PATH = "${STAGING_LIBDIR_NATIVE}"