PDA

View Full Version : Can't find libgnomecanvas-2.0!


xiexiehezuo
March 18th, 2007, 05:12 PM
I met a problem when I tried to install a software OOF2.

I am using Ubuntu Edgy. The command for the installation is:
python setup.py build
python setup.py install

When I input "python setup.py buid", the error came:
Can't find libgnomecanvas-2.0! Version 2.6 or later required

I found I have a library /usr/lib/libgnomecanvas-2.so.0. But how can I use it and install the software? Since the library is not libgnomecanvas-2.0.so.

Does anyone have any idea about this issue? Or would anyone tell me where should I ask for help. Thanks.

Steveire
March 18th, 2007, 05:59 PM
Try installing libgnomecanvas2-dev

xiexiehezuo
March 18th, 2007, 06:18 PM
It works, thank you very much.