Hi Zaya,
On Thu, 26 Mar 2009 00:25:07 -0800 Zaya Kh zayahai@gmail.com wrote:
I try install geany on Solaris 9/Sparc, But I have problem
I installed geany from source file, in /usr/local directory, When I run /usr/local/bin/geany error on desktop.
Can you tell me what can I do? Please help me?
Error is look like:
bash-2.05# ./geany ld.so.1: geany: fatal: libpangocairo-1.0.so.0: open failed: No such file or directory.
Do you got libpango installed on your System? It seems for running Geany there are some missing dependencies:
bash-2.05# ldd ./geany libpangocairo-1.0.so.0 => (file not found) libcairo.so.2 => (file not found) libfreetype.so.6 => (file not found) libexpat.so.1 => (file not found) libpng12.so.0 => (file not found) libXrender.so.1 => (file not found) libintl.so.8 => (file not found) libstdc++.so.6 => (file not found) libgcc_s.so.1 => (file not found) libgcc_s.so.1 => (file not found)
Cheers, Frank