Thread: iLiad Using cairo on iliad
View Single Post
Old 08-21-2008, 07:06 AM   #5
Antartica
Evangelist
Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.
 
Antartica's Avatar
 
Posts: 423
Karma: 1517132
Join Date: Jun 2006
Location: Madrid, Spain
Device: quaderno, remarkable2, yotaphone2, prs950, iliad, onhandpc, newton
Quote:
Originally Posted by illiad_fan View Post
Hi all, I have a same problem. I write one C program using cairo and compiled on scratchbox successfully. But I run it on Iliad with error: missing libpangocairo-1.0.so.0. Then I try finding it on /usr/lib but not found. Then I copy this file from my pc but not effected. Could you please give me advice to solve this problem?
Thank you very much!
To find the libraries that your program is using, in scrtachbox, use ldd:

Code:
ldd ./my_program
ldd is included with scratchbox, so you should not have problems running that command. If you need/want ldd for the iliad, I once modified the ldd script in debian-x86 to work on the iliad (but I lost it in the reflash my iliad underwent)... anyway it should be easy to do again if needed.
Antartica is offline   Reply With Quote