首頁 美術繪圖 | 美術設計 | 熱門標籤 | 首選 | 首頁宣傳 | 近期作品 論壇: 發表 | 美術工作 | 美術比賽 | 展覽活動 | 美術相關 | 一般討論 | 美術同好 CG 討論 :: Photoshop | Painter | 3D 行動 | AMP

【 立即註冊 】 : 更改個人資料 : : 登入

會員名稱: 登入密碼: 保持登入

Linux run executable "No such file or directory" file exist

發表新主題 回覆主題 討論區 Windows, Linux, Perl, PHP, C/C++, Driver, Web 理論、應用、硬體、軟體

| 1頁, 共1
人氣點閱:3041 發表人
Linux run executable "No such file or directory" file exist 2014-06-16 18:00
/ / /

Linux run executable file "No such file or directory" error found but file exists there in fact!




Case #1. First, Usually a permission and path issue




How to resolve? Just chmod 777 or 755, and use "./xxx" to execute it


代碼:

$ cd <path contains the file>
$ chmod 755 ./executable
$ ./executable




Case #2. Second, 32-bit vs 64-bit issues (Share Library Incompatible)




It is because either you run a 32-bit executable on a 64-bit ENV,
or, you run a 64-bit executable on a 32-bit ENV,
or, you run a glibc-compiled-application upon a uclibc ENV!

Solution: How to Resolve? Just make sure your application fit with the library/32-bit-Arch/64-bit-arch.





*WARNING*
A 64-bit Kernel may co-exist with 32-bits Glibc ENV,
so make sure to be careful to use 32-bit application executable in such ENV.


________________

美術插畫設計案子報價系統 v0.1 Beta
爪哇禾雀
Type



繪圖畫廊設計藝廊
攝影相簿留言板
最愛收藏分類標籤
暱稱: Type
註冊: 2002-11-30
發表: 11057
來自: vovo2000.com
V幣: 900565





資訊相關理論、技術、管理、應用、產品等
發表新主題 回覆主題