PDA

View Full Version : [ubuntu] libMagick in Ubuntu 9.04



PraveenNCCA
May 23rd, 2009, 05:26 PM
Hi everyone,

I upgraded my OS from ubuntu 8.10 to 9.04 today. When i tried to run my c++ and openGL program, i encountered the following error. I use scons for building the target.

./IK: error while loading shared libraries: libMagick++.so.10:
cannot open shared object file: No such file or directory

I tried to install libMagick++10 but i couldnt and im getting the
following error

libmagick++10:
Package libmagick++10 has no available version, but exists in the
database.
This typically means that the package was mentioned in a dependency
and never uploaded, has been obsoleted or is not available with the contents of sources.list

Currently i have installed libMagick++1

scons is building the target properly but i couldnt execute the
file. Can u help me out with it..??

Thanks a lot..

-Praveen.