lsb: Change link of ${baselib} to lib64 for 64bits platform
Binaries of lsb test suite need ld-linux.so* in /lib64.
for example:
Target$ ./lsbcmdchk
-sh: ./lsbcmdchk: No such file or directory
Target$ strings lsbcmdchk | grep "ld-"
/lib64/ld-lsb-x86-64.so.3
"lsbcmdchk" from lsb test suite is a binary program.
A new modification to lsb_1.4.bb caused that binaries from lsb test suite can't run.
because binaries of lsb test suite need ld-linux.so* in /lib64. But the link is changed
due to adding multilib.
I changed this link again.
Binaries of lsb test suite need ld-linux.so* in /lib64.
for example:
Target$ ./lsbcmdchk
-sh: ./lsbcmdchk: No such file or directory
Target$ strings lsbcmdchk | grep "ld-"
/lib64/ld-lsb-x86-64.so.3
"lsbcmdchk" from lsb test suite is a binary program.
A new modification to lsb_1.4.bb caused that binaries from lsb test suite can't run.
because binaries of lsb test suite need ld-linux.so* in /lib64. But the link is changed
due to adding multilib.
I changed this link again.
本文描述了由于引入多库支持导致LSB测试套件中的二进制文件无法运行的问题。具体表现为这些二进制文件需要位于/lib64目录下的ld-linux.so*文件,但链接被更改。为解决该问题,对链接进行了调整。
1510

被折叠的 条评论
为什么被折叠?



