分页: 1 / 2

maya2011 新手请求帮助

发表于 : 2012-06-09 15:45
243750496
/usr/autodesk/maya2011-x64/bin/maya.bin: error while loading shared libraries: libtiff.so.3: cannot open shared object file: No such file or directory
我:sudo ln -s usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4 /usr/lib/libtiff.so.3 不知道啥意思反正是网上找的
结果usr/lib下有了这个文件但是输入maya后运行还是/usr/autodesk/maya2011-x64/bin/maya.bin: error while loading shared libraries: libtiff.so.3: cannot open shared object file: No such file or directory
怎么回事???

Re: maya2011 新手请求帮助

发表于 : 2012-06-09 18:46
mraandtux
有没有安装libtiff?

Re: maya2011 新手请求帮助

发表于 : 2012-06-09 21:14
243750496
安装了

Re: maya2011 新手请求帮助

发表于 : 2012-06-09 21:17
243750496
而且是libtiff4

Re: maya2011 新手请求帮助

发表于 : 2012-06-09 21:23
243750496
网上说:
(6. 替换过时的库,运行命令:)
执行sudo ln -sf /usr/lib/i386-linux-gnu/libtiff.so.4.3.4 /usr/lib/libtiff.so.3
执行后 运行maya
出现/usr/autodesk/maya2011-x64/bin/maya.bin: error while loading shared libraries: libtiff.so.3: wrong ELF class: ELFCLASS32

Re: maya2011 新手请求帮助

发表于 : 2012-06-09 21:30
243750496
执行 sudo ln -sf /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4 /usr/lib/libtiff.so.3
行倒是行了但是还是缺少东西
/usr/autodesk/maya2011-x64/bin/maya.bin: error while loading shared libraries: libfam.so.0: cannot open shared object file: No such file or directory
这个文件在哪里?怎么复制过去?复制到哪里?

Re: maya2011 新手请求帮助

发表于 : 2012-06-09 21:58
243750496
最后一个文件是怎么都弄不好了麻烦高手帮帮忙
/usr/autodesk/maya2011-x64/bin/maya.bin: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory
都执行过sudo ln -s /usr/lib/libssl.so.0.9.8 libssl.so.6
文件明明有
为什么就是不能运行???

Re: maya2011 新手请求帮助

发表于 : 2012-06-09 22:07
243750496
注ln: 无法创建符号链接"libssl.so.6": 文件已存在

Re: maya2011 新手请求帮助

发表于 : 2012-06-09 22:12
YeLee
你都缺一大堆的库,当然不能运行。 :em20 :em20 :em20

Re: maya2011 新手请求帮助

发表于 : 2012-06-09 22:16
243750496
libssl.so.6当打开时提示文件已损坏怎么回事

Re: maya2011 新手请求帮助

发表于 : 2012-06-09 22:17
YeLee
什么意思?文件损坏?下载出问题了? :em20 :em20 :em20

Re: maya2011 新手请求帮助

发表于 : 2012-06-09 22:18
243750496
我倒是有这个文件没损坏的版本可是不知到复制文件的命令(我要复制到usr/lib)

Re: maya2011 新手请求帮助

发表于 : 2012-06-09 22:21
243750496
复制是复制过去了都有这个文件了为什么还是提示/usr/autodesk/maya2011-x64/bin/maya.bin: error while loading shared libraries: libcrypto.so.6: cannot open shared object file: No such file or directory

Re: maya2011 新手请求帮助

发表于 : 2012-06-09 22:24
YeLee
说了,你缺一大堆的共享库,去packages.ubuntu.com补全那些缺少的库再弄吧。 :em20 :em20 :em20

Re: maya2011 新手请求帮助

发表于 : 2012-06-09 22:29
YeLee
243750496 写了: cp -ri /home/cc/下载/need/lib64/libcrypto.so.6 /usr/lib 语法没错吧
为什么提示cp: 无法通过符号链接"/usr/lib/libcrypto.so.6" 进行操作
请回复至贴内 谢了
晕,那个是个符号链接来的,要拷贝那个完整版本号的共享库,然后重命名才行的。
你哪里弄过来的库?干嘛不去packages.ubuntu.com查,然后直接在源里面装?