Monday, April 27, 2009

error while loading shared libraries: libppm.so

I was using a medical image display software and I was getting this annoying mistake:

./Display: error while loading shared libraries: libppm.so.9: cannot open shared object file: No such file or directory

However looking for this package in synaptic, I couldn't install it. I found a solution on this site https://answers.launchpad.net/ubuntu/+source/yelp/+question/35866, just:

$ sudo apt-get install libnetpbm9

0 comments: