public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] webalizer broke: libpng12.so.0: cannot open shared object file
@ 2011-10-21  7:53 Grant
  2011-10-21  8:52 ` du yang
  0 siblings, 1 reply; 8+ messages in thread
From: Grant @ 2011-10-21  7:53 UTC (permalink / raw
  To: Gentoo mailing list

After updating world, webalizer fails like this:

webalizer: error while loading shared libraries: libpng12.so.0: cannot
open shared object file: No such file or directory

revdep-rebuild wants to emerge webalizer but it fails with:

configure: error: GeoIP library not found... please install GeoIP.

geoip emerges fine.  Does anyone know how to fix this?

- Grant



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] webalizer broke: libpng12.so.0: cannot open shared object file
  2011-10-21  7:53 [gentoo-user] webalizer broke: libpng12.so.0: cannot open shared object file Grant
@ 2011-10-21  8:52 ` du yang
  2011-10-21  9:05   ` du yang
  2011-10-21 23:10   ` Grant
  0 siblings, 2 replies; 8+ messages in thread
From: du yang @ 2011-10-21  8:52 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]

On Friday 10/21/11 15:53:53 CST, Grant wrote:
> After updating world, webalizer fails like this:
> 
> webalizer: error while loading shared libraries: libpng12.so.0: cannot
> open shared object file: No such file or directory
> 
> revdep-rebuild wants to emerge webalizer but it fails with:
> 
> configure: error: GeoIP library not found... please install GeoIP.
> 
> geoip emerges fine.  Does anyone know how to fix this?
> 
> - Grant
> 

Install libpng-1.2, libpng 1.2 and 1.5 can co-exist.

-- 
oooO:::::::::
(..):::::::::
:\.(:::Oooo::
::\_)::(..)::
:::::::)./:::
::::::(_/::::

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] webalizer broke: libpng12.so.0: cannot open shared object file
  2011-10-21  8:52 ` du yang
@ 2011-10-21  9:05   ` du yang
  2011-10-21 23:10   ` Grant
  1 sibling, 0 replies; 8+ messages in thread
From: du yang @ 2011-10-21  9:05 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 914 bytes --]

On Friday 10/21/11 16:52:38 CST, du yang wrote:
> On Friday 10/21/11 15:53:53 CST, Grant wrote:
> > After updating world, webalizer fails like this:
> > 
> > webalizer: error while loading shared libraries: libpng12.so.0: cannot
> > open shared object file: No such file or directory
> > 
> > revdep-rebuild wants to emerge webalizer but it fails with:
> > 
> > configure: error: GeoIP library not found... please install GeoIP.
> > 
> > geoip emerges fine.  Does anyone know how to fix this?
> > 
> > - Grant
> > 
> 
> Install libpng-1.2, libpng 1.2 and 1.5 can co-exist.
> 

Normally it should be ok after you re-run revdep-rebuild.
If webalizer depends libpng with version 1.2, and revdep-rebuild doesn't
repair the dependency, then you have to install libpng 1.2 manually. And
it is a bug.

-- 
oooO:::::::::
(..):::::::::
:\.(:::Oooo::
::\_)::(..)::
:::::::)./:::
::::::(_/::::

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] webalizer broke: libpng12.so.0: cannot open shared object file
  2011-10-21  8:52 ` du yang
  2011-10-21  9:05   ` du yang
@ 2011-10-21 23:10   ` Grant
  2011-10-21 23:24     ` Grant
  1 sibling, 1 reply; 8+ messages in thread
From: Grant @ 2011-10-21 23:10 UTC (permalink / raw
  To: gentoo-user

>> After updating world, webalizer fails like this:
>>
>> webalizer: error while loading shared libraries: libpng12.so.0: cannot
>> open shared object file: No such file or directory
>>
>> revdep-rebuild wants to emerge webalizer but it fails with:
>>
>> configure: error: GeoIP library not found... please install GeoIP.
>>
>> geoip emerges fine.  Does anyone know how to fix this?
>>
>> - Grant
>>
>
> Install libpng-1.2, libpng 1.2 and 1.5 can co-exist.

Thank you.  I did that and webalizer now runs without error, but
re-emerging webalizer still fails with:

configure: error: GeoIP library not found... please install GeoIP.

geoip emerges just fine.

- Grant



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] webalizer broke: libpng12.so.0: cannot open shared object file
  2011-10-21 23:10   ` Grant
@ 2011-10-21 23:24     ` Grant
  2011-10-21 23:29       ` Grant
  0 siblings, 1 reply; 8+ messages in thread
From: Grant @ 2011-10-21 23:24 UTC (permalink / raw
  To: gentoo-user

>>> After updating world, webalizer fails like this:
>>>
>>> webalizer: error while loading shared libraries: libpng12.so.0: cannot
>>> open shared object file: No such file or directory
>>>
>>> revdep-rebuild wants to emerge webalizer but it fails with:
>>>
>>> configure: error: GeoIP library not found... please install GeoIP.
>>>
>>> geoip emerges fine.  Does anyone know how to fix this?
>>>
>>> - Grant
>>>
>>
>> Install libpng-1.2, libpng 1.2 and 1.5 can co-exist.
>
> Thank you.  I did that and webalizer now runs without error, but
> re-emerging webalizer still fails with:
>
> configure: error: GeoIP library not found... please install GeoIP.

Actually, the ~amd64 version of webalizer emerges fine.

- Grant


> geoip emerges just fine.
>
> - Grant



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] webalizer broke: libpng12.so.0: cannot open shared object file
  2011-10-21 23:24     ` Grant
@ 2011-10-21 23:29       ` Grant
  2011-10-22  7:47         ` Florian Philipp
  0 siblings, 1 reply; 8+ messages in thread
From: Grant @ 2011-10-21 23:29 UTC (permalink / raw
  To: gentoo-user

>>>> After updating world, webalizer fails like this:
>>>>
>>>> webalizer: error while loading shared libraries: libpng12.so.0: cannot
>>>> open shared object file: No such file or directory
>>>>
>>>> revdep-rebuild wants to emerge webalizer but it fails with:
>>>>
>>>> configure: error: GeoIP library not found... please install GeoIP.
>>>>
>>>> geoip emerges fine.  Does anyone know how to fix this?
>>>>
>>>> - Grant
>>>>
>>>
>>> Install libpng-1.2, libpng 1.2 and 1.5 can co-exist.
>>
>> Thank you.  I did that and webalizer now runs without error, but
>> re-emerging webalizer still fails with:
>>
>> configure: error: GeoIP library not found... please install GeoIP.
>
> Actually, the ~amd64 version of webalizer emerges fine.
>
> - Grant

Sorry, one more note.  I noticed this at the end of the webalizer emerge output:

 * Running /usr/sbin/webapp-cleaner -p -C /webalizer
/usr/sbin/webapp-cleaner: line 14: /sbin/functions.sh: No such file or directory
 * Nothing to clean

Do I need to fix that?

- Grant



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] webalizer broke: libpng12.so.0: cannot open shared object file
  2011-10-21 23:29       ` Grant
@ 2011-10-22  7:47         ` Florian Philipp
  2011-10-22 23:24           ` Grant
  0 siblings, 1 reply; 8+ messages in thread
From: Florian Philipp @ 2011-10-22  7:47 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1225 bytes --]

Am 22.10.2011 01:29, schrieb Grant:
>>>>> After updating world, webalizer fails like this:
>>>>>
>>>>> webalizer: error while loading shared libraries: libpng12.so.0: cannot
>>>>> open shared object file: No such file or directory
>>>>>
>>>>> revdep-rebuild wants to emerge webalizer but it fails with:
>>>>>
>>>>> configure: error: GeoIP library not found... please install GeoIP.
>>>>>
>>>>> geoip emerges fine.  Does anyone know how to fix this?
>>>>>
>>>>> - Grant
>>>>>
>>>>
>>>> Install libpng-1.2, libpng 1.2 and 1.5 can co-exist.
>>>
>>> Thank you.  I did that and webalizer now runs without error, but
>>> re-emerging webalizer still fails with:
>>>
>>> configure: error: GeoIP library not found... please install GeoIP.
>>
>> Actually, the ~amd64 version of webalizer emerges fine.
>>
>> - Grant
> 
> Sorry, one more note.  I noticed this at the end of the webalizer emerge output:
> 
>  * Running /usr/sbin/webapp-cleaner -p -C /webalizer
> /usr/sbin/webapp-cleaner: line 14: /sbin/functions.sh: No such file or directory
>  * Nothing to clean
> 
> Do I need to fix that?
> 
> - Grant
> 

Can you try a newer version of app-admin/webapp-config?

Regards,
Florian Philipp


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] webalizer broke: libpng12.so.0: cannot open shared object file
  2011-10-22  7:47         ` Florian Philipp
@ 2011-10-22 23:24           ` Grant
  0 siblings, 0 replies; 8+ messages in thread
From: Grant @ 2011-10-22 23:24 UTC (permalink / raw
  To: gentoo-user

>>>>>> After updating world, webalizer fails like this:
>>>>>>
>>>>>> webalizer: error while loading shared libraries: libpng12.so.0: cannot
>>>>>> open shared object file: No such file or directory
>>>>>>
>>>>>> revdep-rebuild wants to emerge webalizer but it fails with:
>>>>>>
>>>>>> configure: error: GeoIP library not found... please install GeoIP.
>>>>>>
>>>>>> geoip emerges fine.  Does anyone know how to fix this?
>>>>>>
>>>>>> - Grant
>>>>>>
>>>>>
>>>>> Install libpng-1.2, libpng 1.2 and 1.5 can co-exist.
>>>>
>>>> Thank you.  I did that and webalizer now runs without error, but
>>>> re-emerging webalizer still fails with:
>>>>
>>>> configure: error: GeoIP library not found... please install GeoIP.
>>>
>>> Actually, the ~amd64 version of webalizer emerges fine.
>>>
>>> - Grant
>>
>> Sorry, one more note.  I noticed this at the end of the webalizer emerge output:
>>
>>  * Running /usr/sbin/webapp-cleaner -p -C /webalizer
>> /usr/sbin/webapp-cleaner: line 14: /sbin/functions.sh: No such file or directory
>>  * Nothing to clean
>>
>> Do I need to fix that?
>>
>> - Grant
>>
>
> Can you try a newer version of app-admin/webapp-config?

I did that and now I get:

* vhosts USE flag not set - auto-installing using webapp-config
* This is a re-installation
* webalizer-2.21.02 is already installed - replacing
* Running /usr/sbin/webapp-config -I -h localhost -u root -d
/webalizer webalizer 2.21.02
* Fatal error: Package webalizer-2.21.02 is already installed here.
* Fatal error: Use webapp-config -C to uninstall it first.
* Fatal error: Install directory already contains a web application!
* Fatal error(s) - aborting

I don't have a good understanding of how webapp-config works.  Is this
sort of output to be expected whenever re-emerging a webapp package?

- Grant



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-10-22 23:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-21  7:53 [gentoo-user] webalizer broke: libpng12.so.0: cannot open shared object file Grant
2011-10-21  8:52 ` du yang
2011-10-21  9:05   ` du yang
2011-10-21 23:10   ` Grant
2011-10-21 23:24     ` Grant
2011-10-21 23:29       ` Grant
2011-10-22  7:47         ` Florian Philipp
2011-10-22 23:24           ` Grant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox