Hello,

I built Paraview from source on my workstation (Archlinux) with OpenMPI. The compilation process went smoothly, but when I try to run Paraview from /<build_dir>/bin/ I get "Segmentation fault (core dumped)"

If I switch to /<build_dir>/lib/paraview-4.4/ and run Paraview from there, I get "./paraview: error while loading shared libraries: libvtkpqApplicationComponents-pv4.4.so.1: cannot open shared object file: No such file or directory"

If I then add /<build_dir>/lib/ to my $LD_LIBRARY_PATH environment variable, I can successfully run Paraview from /<build_dir>/lib/paraview-4.4/, but the Paraview executable in /<build_dir>/bin/ still gives me a seg fault.

Any idea what I'm doing wrong?

Thanks,

Paul

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to