<div dir="ltr">







<p class="">Hello,</p><p class="">I am trying to run the ITK ImageFileReader example (<a href="https://itk.org/Wiki/ITK/Examples/IO/ImageFileReader">here</a>). CMake can successfully configure and generate the executable, but when I try to run the executable, I get the following error:</p><p class=""><font face="monospace, monospace">dyld: Library not loaded: libvtkDomainsChemistryOpenGL2-7.0.1.dylib<br></font></p>
<p class=""><span class=""><font face="monospace, monospace">  Referenced from: /Users/JJ/Desktop/ITKstuffs/ImageFileReader/build/ImageFileReader.app/Contents/MacOS/./ImageFileReader</font></span></p>
<p class=""><span class=""><font face="monospace, monospace">  Reason: image not found</font></span></p>
<p class=""><span class=""><font face="monospace, monospace">Trace/BPT trap: 5</font></span></p><p class=""><span class="">A search of the files on my computer reveals that libvtkDomainsChemistryOpenGL2-7.0.1.dylib is in /Users/JJ/Desktop/ITKstuffs/Install/vtk/lib. </span></p><p class=""><span class="">I can open the executable file generated by CMake in my text editor, and I think I found where libvtkDomainsChemistryOpenGL2-7.0.1.dylib is being referenced. There are 2 lines that state:</span></p><p class=""><font face="monospace, monospace">0      /usr/lib/libz.1.dylib</font></p><p class=""><font face="monospace, monospace"> H    libvtkDomainsChemistryOpenGL2-7.0.1.dylib</font><br></p><p class=""><span class="">I do not know why the program is looking for the libraries in user/lib, because when I configured and generated the code in CMake I changed the</span> CMAKE_INSTALL_PREFIX to /Users/JJ/Desktop/ITKstuffs/Install.</p><p class="">If anyone has any suggestions on how to fix this problem, they would be much appreciated.</p><p class="">I would also like to know where to put the image file to be read and how to tell the program where the image to be read is (e.g. do I pass the file name and path when I run the executable?).</p>















<p class=""><span class="">Thanks in advance.</span></p></div>