



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.
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
Thank you.
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.