error in apache log

General support questions
Blisk
Posts: 316
Joined: 2011/07/04 14:49:51
Contact:

error in apache log

Post by Blisk » 2016/10/15 19:36:09

I have full of these errors in log, how to fix this?

libpng warning: Interlace handling should be turned on when using png_read_image

mghe
Posts: 766
Joined: 2015/11/24 12:04:43
Location: Katowice, Poland

Re: error in apache log

Post by mghe » 2016/10/15 20:58:41


Blisk
Posts: 316
Joined: 2011/07/04 14:49:51
Contact:

Re: error in apache log

Post by Blisk » 2016/10/15 23:03:56

I have already see that, so I need to wait for update?

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: error in apache log

Post by TrevorH » 2016/10/15 23:21:00

That says fixed in 1.5.1 and CentOS 7 is using 1.5.13. What's the output of rpm -q libpng
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Blisk
Posts: 316
Joined: 2011/07/04 14:49:51
Contact:

Re: error in apache log

Post by Blisk » 2016/10/16 07:41:24

libpng-1.5.13-7.el7_2.x86_64

Blisk
Posts: 316
Joined: 2011/07/04 14:49:51
Contact:

Re: error in apache log

Post by Blisk » 2017/09/20 08:36:57

Still no solution for this problem?

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: error in apache log

Post by TrevorH » 2017/09/20 09:15:20

Since the problem is meant to be fixed in a version of the package that's 12 point releases behind ours, perhaps whatever you are running has bundled its own copy of the library?
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Blisk
Posts: 316
Joined: 2011/07/04 14:49:51
Contact:

Re: error in apache log

Post by Blisk » 2017/09/20 10:01:18

How can I trace which application use old libraries?

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: error in apache log

Post by TrevorH » 2017/09/20 10:25:12

If you have updatedb running nightly you could try locate -i --regex "libpng.*.so" to see what libpng files you have on the system. Then query each one of those with e.g. rpm -qf /usr/lib64/libpng15.so.15 to make sure they are owned by packages that are installed.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: error in apache log

Post by avij » 2017/09/20 10:47:59

lsof -n | grep libpng may also be informative.

Post Reply