ActiveState Powered by ActiveState

ActiveState Community


komodo-bin: error while loading shared libraries: libpangocairo-1.0.so.0

Posted by hq4ever on 2007-02-04 08:19

Hi,

Trying to run Komodo-IDE-4.0.1-274919-linux-libcpp6-x86, I get the folloing error on RH EL 4 (Workstation).

$ komodo
/opt/Komodo-IDE-4.0/lib/mozilla/komodo-bin: error while loading shared libraries: libpangocairo-1.0.so.0: cannot open shared object file: No such file or directory

Where should I get pangocairo for RH? Does it come binary compiled with Komodo? Or perhaps a staticly linked version of komodo can be downloaded from somewhere ?

Thank you,
Maxim.

jeffg | Sun, 2007-02-04 10:52

RHEL 4 uses an older version of GTK+ - you need to download the libcpp5 build instead:

ftp://ftp.activestate.com/Komodo/Linux/4.0/Komodo-IDE-4.0.1-274919-linux-libcpp5-x86.tar.gz

--
JeffG | Komodo IDE 4.0 | MacBook Pro OS X Intel / Ubuntu 6.06 i386

hq4ever | Sun, 2007-02-04 11:30

Thank you.

michaeljc8 | Mon, 2007-02-05 17:14

I didn't have libcpp5 installed on my CentOS system so I installed frysk instead to get libpangocairo-1.0.so.0.

Details:

yum install frysk
echo /usr/lib/frysk > /etc/ld.so.conf.d/frysk.conf
ldconfig

Run komodo.

-->