我现在有一个程序是32位的,在X64的openSUSE下安装(本来应该可以图形安装的后来只能文字安装)
安装完后某个程序不能运行
If 'lmgrd' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf lmgr
然后输入 cnf lmgrd
lmgrd: command not found
但是这个lmgrd明明就在目录下,而且可读写可执行的权限也设置好了。
我只能想到的就是程序为32位,64位的系统不支持。
但是又看到网上有的人说openSUSE会自动适应32位的程序。
请问怎么办?
用ldd命令是这样的
ldd lmgrd
lmgrd: command not found
uwoslc 于 2014-04-08 08:41:50发表:
帮顶下