hi, there<br>
<br>
I just installed the vtk in my fc3 linux box and here is what I got when type &quot;vtk mace.tcl&quot;:<br>
<br>
vtk: error while loading shared libraries: libvtkCommonTCL.so.5.0: cannot open shared object file: No such file or directory<br>
<br>
I searched google for the problem and found the following:<br>
<br>
<pre>Todd Schneider wrote:<br>&gt;<i> Hey everyone, I am having a problem with my program loading the shared<br></i>&gt;<i> VTK libraries after compilation. I am running redhat 9. My code compiles<br></i>&gt;<i> fine, and works perfectly under windows, but when after I compile and
<br></i>&gt;<i> run &quot;a.out&quot; in Linux I get the error<br></i>&gt;<i> <br></i>&gt;<i> error while loading shared libraries: libvtkCommon.so: cannot open<br></i>&gt;<i> shared object file: No such file or directory
<br></i>&gt;<i> <br></i>&gt;<i> I have put all the VTK.so files into the same directory as the<br></i>&gt;<i> executable, as well as in /usr/local/bin, but still no luck- any help on<br></i>&gt;<i> getting this resolved would be great! Thanks again,
<br></i>&gt;<i> <br></i><br>Shouldn't lib be in /use/local/lib makes more sense :))<br><br>Make sure also that this path is in either :<br>- /etc/ld.so.conf<br>- LD_LIBRARY_PATH<br><br>you can also run :<br>$/sbin/ldconfig -v -n /usr/local/lib
<br><br>HTH<br>mathieu</pre>
<br>
I've put the /usr/local/lib in the /etc/ld.so.conf and I also did the&nbsp; 
<pre>$/sbin/ldconfig -v -n /usr/local/lib<br><br>but still no luck. I checked the /usr/local/lib and libvtkCommonTCL.so.5.0 is linked to libvtkCommonTCL.so.5.0.0 there.<br><br>Your kindly help is highly appreciated. Thanks ahead!
<br><br>zl2k<br></pre>