Hi community
I installed paraview 5.2, but when I try to initialize it I have this error
/usr/local/lib/paraview-5.2/paraview: error while loading shared libraries: libavformat.so.56: cannot open shared object file: No such file or directory
.
I already checked and I don’t have this file but I have these versions (ffmpeg4)
/usr/lib64/libavformat.so
/usr/lib64/libavformat.so.57
/usr/lib64/libavformat.so.57.56.101
/usr/lib64/ffmpeg4/libavformat.so
/usr/lib64/ffmpeg4/libavformat.so.58.20.100
/usr/lib64/ffmpeg4/libavformat.so.58
Although I have a newer version of libavformat, it doesn’t work. Why is paraview still not working?
I tried to do this
paraview-config --libs /usr/lib64/libavformat.so.57.56.101
but I got an error
Error: No such module: /usr/lib64/libavformat.so.57.56.101
Thanks for your help