Actions
Bug #270
closedACE 1 does not run on Goby
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
03/29/2010
Due date:
% Done:
0%
Estimated time:
Affected Version:
Show in known bugs:
Workaround:
Description
ACE 1 does not run on Goby. Fails on importing mlabraw module.
# python >>> import mlabraw Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: libeng.so: cannot open shared object file: No such file or directory
Updated by Neil Voss over 14 years ago
LD_LIBRARY_PATH contains /usr/local/matlab/bin/glnxa64
while the files are located in /usr/local/matlab75/bin/glnxa64
Updated by Neil Voss over 14 years ago
- Status changed from Assigned to Closed
- Assignee deleted (
Christopher Irving)
Works for me.
Actions