Quote:
Originally Posted by illiad_fan
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:
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.