This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: help me please


On Dec 28, 2007 9:46 PM, true light <forhabibi@hotmail.com> wrote:
>
>
> hello , how are you all?
> iam new to linux and iam trying to run configtool for ecos in my suse 10.3
> when i run it with GUI nothing happen
> when i run this command to run it
> #./configtool
> it give me this message
> ./configtool: error while loading shared libraries: libpng.so.2: cannot open shared object file: No such file or directory
>
> i go to yast and search for all libpng and install all of them
> and the problem still didnt solved so i go to yast and software and community repositary and add all the available repositary
> and search again for libpng but still the problem didnt solved
>
> SO PLEASE i will appreciate any help
>
> With allmy respect
>
> _________________________________________________________________
> Express yourself instantly with MSN Messenger! Download today it's FREE!
> http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
>
> --
> Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
> and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
>
>

Hello!
Go to your /usr/lib location and find the libraries for PNG format graphics.

There you will find ones for whatever version you have installed. Then
create a symbolic link between the most recent so type library file
and the one named libpng.so.2. For example you would find
libpng.so.3.1.2.23, create a link that points libpng.so.2 ->
libpng.so.3.1.2.23.

Of course your version of the libraries for PNG format graphics maybe
earlier then mine, however the advice is still the same. I suggest you
use a desktop shell such as MC for the job.
-- 
Gregg C Levine gregg.drwho8@gmail.com
"This signature was once found posting rude
 messages in English in the Moscow subway."

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]