Author Topic: libpng error  (Read 1794 times)

deniscallies

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
    • http://
libpng error
« on: September 27, 2004, 02:45:30 pm »
Hello,

today i had to retart my C 700 with pdaX ROM 1.0.5

First i tried startx with matchbox but the desk turns grey but no WM.  

So tried pekwm and it works. But now the Problem:

verytime i Try to start an app i get following message:

Quote
abiword:error while loading shared libraries: libpng12.so.0: cannot open shared object file: no such file or directory[/CODE]

so tried find / -name libpng*

found libpng on my card and in /usr/lib folder

so how can i reinstall libpng library?

thanks, Denis

gtJormungand

  • Newbie
  • *
  • Posts: 38
    • View Profile
libpng error
« Reply #1 on: September 30, 2004, 08:07:12 am »
You can download a libpng package from the more recent package feed, http://www.pdaxrom.org/feed2/libpng_1.2.5_armv5tel.ipk, even though you are using 1.0.5.  Then you can install it through either the X Package Manager or through the command line with:
  ipkg -install libpng_1.2.5_armv5tel.ipkg

-gtJormungand