[Paraview] Library not loading due to reason "image not found".

Moreland, Kenneth kmorel at sandia.gov
Tue Jul 8 10:37:45 EDT 2008


It sounds like the system cannot find some dependent dynamic libraries for
some reason.  You could try setting your LD_LIBRARY_PATH environment
variable to point to the libraries.  What does otool -L report your plugin
libraries need to reference?

-Ken


On 7/7/08 1:51 PM, "Samuel Crow" <samuel_crow_work at rocketmail.com> wrote:

> Hello,
>
> As a practice exercise in making readers for Paraview 3.2.2, I wrote a reader
> that loads the specifications of a cube with different colors for the
> vertexes.
>
> When I try to load the libSMCubeReader.dylib into the server side plugin
> manager, I get the message "Library not loaded:  libvtkPVFiltersCS.dylib
> referenced from <path omitted>/Paraview_build/bin/libSMCubeReader.dylib
> Reason: image not found."
>
> When loading the client side plugin I get the message from QLibrary::load_sys
> cannot load <path omitted>/Paraview_build/bin/libGUICubeReader.dylib: "Library
> not loaded:  libpqComponents.dylib Referenced from <path
> omitted>/Paraview_build/bin/libGUICubeReader.dylib Reason: image not found"
>
> I'm on a PowerBook G4 Macintosh with 2 Gb RAM, building ParaView from
> Unix-style makefiles on XCode 2.4.1 under MacOSX 10.4.11 using dynamic library
> linkage in DEBUG mode.
>
>
>
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>




More information about the ParaView mailing list