找回密码
 注册
搜索
热搜: 回贴
微赢网络技术论坛 门户 服务器 Linux/BSD 查看内容

export LD_LIBRARY_PATH in OpenEmbedded

2009-12-20 13:34| 发布者: admin| 查看: 84| 评论: 0|原作者: 柳梦璃

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}"







最新评论

QQ|小黑屋|最新主题|手机版|微赢网络技术论坛 ( 苏ICP备08020429号 )

GMT+8, 2024-9-30 13:17 , Processed in 0.143440 second(s), 12 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

返回顶部