[vtkusers] Re: Fw: makefile + vtkFlRenderWindowInteractor
Charl P. Botha
c.p.botha at ewi.tudelft.nl
Sat Aug 9 05:32:43 EDT 2003
On Fri, Aug 08, 2003 at 09:11:37PM -0300, marcelo oliveira wrote:
> libvtkImaging.so => not found
> libvtkGraphics.so => not found
> libvtkCommon.so => not found
> libvtkPatented.so => not found
> libvtkRendering.so => not found
> libstdc++-libc6.2-2.so.3 =>
> /usr/lib/libstdc++-libc6.2-2.so.3 (0x403f6000)
> libm.so.6 => /lib/libm.so.6 (0x4043f000)
> libc.so.6 => /lib/libc.so.6 (0x40460000)
> libvtkFiltering.so => not found
>
> I don t understand, i think that my path is correct,
> isn t ??
>
> (none):/# find -iname libvtkImaging.so
> ./usr/local/src/VTK_bin/bin/libvtkImaging.so
Make sure that your LD_LIBRARY_PATH includes the directory containing the
VTK libraries, e.g. for a Bourne-style shell:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/src/VTK_bin/bin/
Good luck,
Charl
--
charl p. botha http://cpbotha.net/ http://visualisation.tudelft.nl/
More information about the vtkusers
mailing list