The error is telling you that libgdcmMSFF.so.3.0
isn’t in your runtime library path.
Have you tried adding the directory that contains the gdcm libraries to your LD_LIBRARY_PATH
? After installing gdcm, did you remember to run ldconfig
?
Another option is to build gdcm with static libraries.