Re: [Qgis-developer] Issue with QGIS server on CentOS - self compiled

2016-08-17 Thread Neumann, Andreas
Hi, Answering myself: with the help of Mathias I was able to resolve the issue. Apparently I had two different library versions of gdal installed in /usr/local/lib, one with external libpng and one with internal (older libpng). Apparently, at runtime it was decided to pick up the older version, w

Re: [Qgis-developer] Issue with QGIS server on CentOS - self compiled

2016-08-11 Thread Dave Johansen
Have you considered using COPR so other could benefit from your work and potentially help out? ( http://developers.redhat.com/blog/2014/03/11/intro-coprs/ ) There are already a few COPR repos, but a "nightly" one would be a nice addition for this interested in testing out the latest and greatest.

Re: [Qgis-developer] Issue with QGIS server on CentOS - self compiled

2016-08-11 Thread Neumann, Andreas
HI David, Thanks - I am aware that there are packages. But there are two main reasons why I want to self-compile: * being able to use certain configuration options or supporting databases that are not supported by the standard package (such as Oracle support) * being able to test new features

Re: [Qgis-developer] Issue with QGIS server on CentOS - self compiled

2016-08-10 Thread Dave Johansen
QGIS is packaged in EPEL, so that would be another option. https://admin.fedoraproject.org/pkgdb/package/rpms/qgis/ On Wed, Aug 10, 2016 at 10:17 AM, Neumann, Andreas wrote: > Hi, > > I self-compiled QGIS Server (on CentOS 7) and it works fine for > GetCapabilities and GetProjectSettings command

[Qgis-developer] Issue with QGIS server on CentOS - self compiled

2016-08-10 Thread Neumann, Andreas
Hi, I self-compiled QGIS Server (on CentOS 7) and it works fine for GetCapabilities and GetProjectSettings commands, but fails for GetMap. In the Apache log I get an error: libpng warning: Application was compiled with png.h from libpng-1.5.13 libpng warning: Application is running with png.c