I meant 2.4.4. Sorry about that. I am running FC6 and tried "ldd ./paraview" with the results below:<br><br>linux-gate.so.1 => (0x00cf3000)<br> libGL.so.1 => /usr/lib/nvidia/libGL.so.1 (0x02a30000)<br>
libXt.so.6 => /usr/lib/libXt.so.6 (0x004c6000)<br> libSM.so.6 => /usr/lib/libSM.so.6 (0x0081d000)<br> libICE.so.6 => /usr/lib/libICE.so.6 (0x00801000)<br> libX11.so.6 => /usr/lib/libX11.so.6 (0x04d08000)
<br> libXext.so.6 => /usr/lib/libXext.so.6 (0x00345000)<br> libpthread.so.0 => /lib/libpthread.so.0 (0x00ddd000)<br> libdl.so.2 => /lib/libdl.so.2 (0x00dd7000)<br> libm.so.6 => /lib/libm.so.6 (0x00dae000)
<br> libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x07c51000)<br> libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x07c43000)<br> libc.so.6 => /lib/libc.so.6 (0x00101000)<br> libGLcore.so.1 => /usr/lib/nvidia/libGLcore.so.1 (0x03ffe000)
<br> libnvidia-tls.so.1 => /usr/lib/nvidia/tls/libnvidia-tls.so.1 (0x00341000)<br> libXau.so.6 => /usr/lib/libXau.so.6 (0x00df6000)<br> libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00445000)<br>
/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 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> <<a href="mailto:eschenbe@psc.edu">eschenbe@psc.edu</a>> 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>> I just downloaded the paraview 2.4 source... I dont see the render<br>> window - neither a separate render window nor the normal integrated one.<br>> 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 "ldd ./paraview" in the 2.4 bin directory. Make sure it
<br>isn't connecting to shared objects from 2.6.<br><br>Kent Eschenberg<br>Pittsburgh Supercomputing Center<br></blockquote></div><br>