DIPimage initialise
조회 수: 6 (최근 30일)
이전 댓글 표시
I've been trying to install and run DIPimage toolbox for several days now. I've tried all DIPimage versions since 2.0 in Matlab R2009a and R2010b running on Ubuntu 10.10 64-bits but I keep having the same error all the times. I have searched the Internet upside down and I couldn't find anything that works. There seems to be a problem with the mex file (dip__initialise.mexa64) but have no idea what could that be. Any help on this would be of much help to me!!! Thanks in advance, José.
After entering dip_initialise, the error I get is the following:
All the relevant libraries were found.
Creating a temporary file to do a ldd scan. This may provide you
with more information or, in the worst case, more information to
send to us...
linux-vdso.so.1 => (0x00007fff1a101000)
libdml_mlv7_4.so => /home/netlak/Escritorio/dip/Linuxa64/lib/libdml_mlv7_4.so (0x00007f1892c8d000)
libdipio.so => /home/netlak/Escritorio/dip/Linuxa64/lib/libdipio.so (0x00007f18929c4000)
libdip.so => /home/netlak/Escritorio/dip/Linuxa64/lib/libdip.so (0x00007f18925b3000)
libm.so.6 => /lib/libm.so.6 (0x00007f1892312000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007f18920f4000)
libgomp.so.1 => /usr/lib/libgomp.so.1 (0x00007f1891ee6000)
libc.so.6 => /lib/libc.so.6 (0x00007f1891b63000)
libgcc_s.so.1 => /home/netlak/MATLAB/R2010b/sys/os/glnxa64/libgcc_s.so.1 (0x00007f189194c000)
/lib64/ld-linux-x86-64.so.2 (0x00007f189309e000)
librt.so.1 => /lib/librt.so.1 (0x00007f1891744000)
Finally: this is the error message generated by the low-level
initialisation function:
Invalid MEX-file '/home/netlak/Escritorio/dip/common/mlv7_4/diplib/private/dip__initialise.mexa64': libdml_mlv7_4.so: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio.
댓글 수: 0
답변 (2개)
Dene Farrell
2012년 4월 24일
Same problem.
-----------
All the relevant libraries were found.
Finally: this is the error message generated by the low-level
initialisation function:
Invalid MEX-file '/Users/Athea/MatLab Code/dip/common/mlv7_9/diplib/private/dip__initialise.mexmaci64': dlopen(/Users/Athea/MatLab Code/dip/common/mlv7_9/diplib/private/dip__initialise.mexmaci64, 1): no suitable image found. Did find:
/Users/Athea/MatLab Code/dip/common/mlv7_9/diplib/private/dip__initialise.mexmaci64: unknown required load command 0x80000022.
------------
No response on this?
댓글 수: 0
Cris Luengo
2014년 10월 12일
편집: Cris Luengo
2014년 10월 12일
If you downloaded DIPimage from its website, http://www.diplib.org/, you would have noticed three things:
1- The installation instructions, which clearly explain how to set up the toolbox so you don't get this error message.
2- A FAQ, that addresses this exact same question.
3- An email address that you can contact for help.
I'm sorry you've been waiting for three years for an answer to this question, I don't have time to check all places where people might post questions regarding DIPimage. I hope that this anser will help people searching MATLAB Answers for this same issue.
The user manual is here: <ftp://qiftp.tudelft.nl/DIPimage/latest/docs/dipimage_user_manual.pdf>. Check Chapter 2 for installation instructions.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Communications Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!