Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: loggedin on September 26, 2013, 07:41:22 AM

Title: lipng12.so.0 error
Post by: loggedin on September 26, 2013, 07:41:22 AM

Hi, it's me again!

Why do some applications look for lipng12.so.0, when libpng.tcz is already installed?
Qtweb.tcz, for example.
Error while loading shared libraries.

Thanks.
Title: Re: lipng12.so.0 error
Post by: gerald_clark on September 26, 2013, 08:16:47 AM
because lipng12.so.0 != libpng.so.0.
Title: Re: lipng12.so.0 error
Post by: Rich on September 26, 2013, 09:13:06 AM
Hi loggedin
Quote
Why do some applications look for lipng12.so.0, ...
That's a typo. You meant  libpng12.so.0, right?
Quote
Qtweb.tcz, for example.
Qtweb.tcz does not list  libpng.tcz  as a dependency, are you sure it is loaded? If  /tmp/tcloop/libpng  does not exist, then
it's not loaded. Or maybe it's not happy with the version of libpng it found:
libpng12.so.0.44.0  is provided by  libpng.tcz
libpng12.so.0.46.0  is provided by  Xlibs.tcz
Quote
Error while loading shared libraries
Is that the entire error message?
Title: Re: lipng12.so.0 error
Post by: Juanito on September 26, 2013, 10:56:56 AM
This sounds like extensions from the tc-4.x repo, which depend on libpng12.so.0, are being used with tc-5.x, which provides libpng16.so.0?
Title: Re: lipng12.so.0 error
Post by: loggedin on September 27, 2013, 08:07:01 AM
Thanks, guys!

Gerald_clark and Rich, funny, I did the typo twice!

For info, the Tc is from 2 weeks ago...
When did 5 come out, is it still test?
I thought this one is 4xx.

quote: .
libpng12.so.0.44.0  is provided by  libpng.tcz
libpng12.so.0.46.0  is provided by  Xlibs.tcz

Ok.

And, no, it's not the whole message.


Cheers.
Title: Re: lipng12.so.0 error
Post by: Rich on September 27, 2013, 09:11:49 AM
Hi loggedin
To find out which version of TC you are running, enter:
Code: [Select]
versionat the command line.
Title: Re: lipng12.so.0 error
Post by: loggedin on September 28, 2013, 07:45:47 AM
Tis 5.0.
:) :)
Title: Re: lipng12.so.0 error
Post by: Rich on September 28, 2013, 09:29:56 AM
Hi loggedin
Sounds like Juanito guessed correctly.
The repository for 5.x is in the process of being built up. If you need extensions that are currently available only in 4.x you
might want to revert to TC4 for the time being.
Title: Re: lipng12.so.0 error
Post by: loggedin on September 29, 2013, 07:17:10 AM

Thanks, guys.

Juanito,  ;), good.

Yep Rich, I was thinking going back to 4.xx.

Great to hear the rep for 5x is being made :).

Cheers.