You are not logged in.
Pages: 1
So I installed Maya 2011 from the AUR package, which went fine. But when I try to register my serial through adlmreg I have missing dependencies.
ldd -v /usr/autodesk/maya2011-x64/bin/adlmreg
linux-vdso.so.1 => (0x00007fff87fff000)
libadlmPIT.so.1 => not found
libadlmutil.so.1 => not found
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f7539188000)
libm.so.6 => /lib/libm.so.6 (0x00007f7538f06000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f7538cf0000)
libc.so.6 => /lib/libc.so.6 (0x00007f7538994000)
/lib64/ld-linux-x86-64.so.2 (0x00007f7539492000)I've gone export LD_LIBRARY_PATH=/opt/Autodesk/Adlm/R1/lib64/ and tried using symbolic links, but nothing works. Any ideas?
----
Linux aerynsun 2.6.35-ARCH #1 SMP PREEMPT Fri Aug 20 22:49:24 CEST 2010 x86_64 Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz GenuineIntel GNU/Linux
Last edited by canuckkat (2011-02-17 20:09:12)
Offline
It's weird, it now works for me. But I recall indeed having that problem previously, although the current package adds a library search path file in /etc/ld.so.conf.d, so it should be set-up automatically. Please try 2011.0-5 and see if it works.
I intend to remove that file, though, because some QT applications fail to work, because of the duplicate found QT libraries; instead, I'll add a simple post-instruction, as long as that's required only once.
Offline
To work with the newest build, you need to use the license command like this, as root:
LD_LIBRARY_PATH=/opt/Autodesk/Adlm/R3/lib64 /usr/autodesk/maya2011-x64/bin/adlmreg <your license information options>
Last edited by akephalos (2011-01-04 21:34:27)
Offline
It works! Thanks ![]()
Offline
Hi,
I have installed Maya 2011, but when I want activate product, I select Connect now and activate and click Next, at this point Maya falls. I have tried everything but no success.
Thanks for help
Offline
Have you tried using the adlmreg command? I don't think the activation GUI works well in Linux of any distro.
Last edited by canuckkat (2011-02-17 20:08:46)
Offline
Pages: 1