- 把cross compile完的chrome放到PandaBoard上
- 執行時系統出現 libxss.so.1 cannot open shared object file no such file or directory
- 安裝apt-file,在這之前要先更新apt-get
- 執行apt-get update
- 執行apt-get upgrade
- 執行apt-get install apt-file
- 執行ldd /usr/bin/chrome來找出缺少的lib,找到缺少libXss.so.1
- 執行apt-file search libXss.so來找出這個lib存在哪個檔案,找到libxss1
- 透過apt-get install libxss1來安裝相關lib
- 再次執行chrome,出現running without the suid sandbox
reference:
- http://askubuntu.com/questions/59703/skype-error-while-loading-shared-libraries-libxss-so-1-cannot-open-shared-obj
- http://www.360doc.com/content/11/0420/16/11586_111051270.shtml
- http://blog.sina.com.cn/s/blog_49b2f03a0100o6qa.html
- http://cysec.org/blog/2012/03/19/missing-libraries-for-skype-on-ubuntu-12-04-lts-precise-pangolin/
- http://mayecn.com/blog/2013/04/25/ubuntu-64-robocup/
沒有留言:
張貼留言