注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 linux服务器被黑了
 帮助

GWT-Linux permmission problem


2007-09-12 07:37:12
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://speedooo.blog.51cto.com/226772/42025
After installed gwt-linux-1.4.59 and run the code in "GWT in action". got error message like "Can't load IA 32-bit .so on a IA 32-bit platform) "

found the solution:
http://groups.google.com/group/Google-Web-Toolkit/msg/1664624e8e3ebec0

what i done:
under opt/gwt-linux-1.4.59, where i instlled my gwt, run command
find . -name '*.so' -exec chmod 755 {} \;
find . -type d -exec chmod 755 {} \;

after this i can run my code as mormal user rather than sudo.

本文出自 “我爱我家” 博客,请务必保留此出处http://speedooo.blog.51cto.com/226772/42025





    文章评论
 
 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: