Reply
Thread Tools
Posts: 270 | Thanked: 239 times | Joined on Dec 2009 @ Czech Republic
#1
Hi, I have binary, when I want to run it. I get error "cannot open shared library libpng.so.3" How does look soft link to solve it have to look? THX for your replies.
 
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#2
Is libpng installed on your device? If not, install it.

If it's installed, the link is typically created like this:
Code:
cd /usr/lib
ln -s libpng.<whatever version you have installed> libpng.so.3
 
Reply


 
Forum Jump


All times are GMT. The time now is 17:37.