I meant 2.4.4. Sorry about that. I am running FC6 and tried &quot;ldd ./paraview&quot; with the results below:<br><br>linux-gate.so.1 =&gt;&nbsp; (0x00cf3000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libGL.so.1 =&gt; /usr/lib/nvidia/libGL.so.1 (0x02a30000)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libXt.so.6 =&gt; /usr/lib/libXt.so.6 (0x004c6000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libSM.so.6 =&gt; /usr/lib/libSM.so.6 (0x0081d000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libICE.so.6 =&gt; /usr/lib/libICE.so.6 (0x00801000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libX11.so.6 =&gt; /usr/lib/libX11.so.6 (0x04d08000)
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libXext.so.6 =&gt; /usr/lib/libXext.so.6 (0x00345000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libpthread.so.0 =&gt; /lib/libpthread.so.0 (0x00ddd000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libdl.so.2 =&gt; /lib/libdl.so.2 (0x00dd7000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libm.so.6 =&gt; /lib/libm.so.6 (0x00dae000)
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libstdc++.so.6 =&gt; /usr/lib/libstdc++.so.6 (0x07c51000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libgcc_s.so.1 =&gt; /lib/libgcc_s.so.1 (0x07c43000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libc.so.6 =&gt; /lib/libc.so.6 (0x00101000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libGLcore.so.1 =&gt; /usr/lib/nvidia/libGLcore.so.1 (0x03ffe000)
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libnvidia-tls.so.1 =&gt; /usr/lib/nvidia/tls/libnvidia-tls.so.1 (0x00341000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libXau.so.6 =&gt; /usr/lib/libXau.so.6 (0x00df6000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libXdmcp.so.6 =&gt; /usr/lib/libXdmcp.so.6 (0x00445000)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /lib/ld-linux.so.2 (0x004a9000)<br><br>I dont think it is connecting to shared objects from 2.6. I built 2.4.4 with some of my custom filters and classes which work fine in 2.6. I also&nbsp; downloaded the binaries from the website to see if there was a compile problem but same result.
<br><br>I had 2.6 running with a separate render window using the PV_SEPARATE_RENDER_WINDOW variable. I set that to zero to try and solve the issue but same result again.<br><br>-bikash<br><br><br><div><span class="gmail_quote">
On 2/9/07, <b class="gmail_sendername">Kent Eschenberg</b> &lt;<a href="mailto:eschenbe@psc.edu">eschenbe@psc.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Bikash Agarwal wrote:<br>&gt; I just downloaded the paraview 2.4 source... I dont see the render<br>&gt; window - neither a separate render window nor the normal integrated one.<br>&gt; I have 2.6 on the machine and it works fine.
<br><br>Do you really mean 2.4? Or did you download 2.4.4? The later works fine<br>for me on FC5 from a download done last week. Check your use of shared<br>libraries with &quot;ldd ./paraview&quot; in the 2.4 bin directory. Make sure it
<br>isn&#39;t connecting to shared objects from 2.6.<br><br>Kent Eschenberg<br>Pittsburgh Supercomputing Center<br></blockquote></div><br>