<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    YesNo :-/<br>
    <br>
    <a class="moz-txt-link-freetext" href="https://trac.osgeo.org/grass/ticket/1730">https://trac.osgeo.org/grass/ticket/1730</a><br>
    Similar:
<a class="moz-txt-link-freetext" href="http://stackoverflow.com/questions/137773/what-does-the-no-version-information-available-error-from-linux-dynamic-linker/156387#156387">http://stackoverflow.com/questions/137773/what-does-the-no-version-information-available-error-from-linux-dynamic-linker/156387#156387</a><br>
    <br>
    The problem is that you have a mixture of library version on your
    system, e.g. installed GDAL by packagemanager and later compiled
    yourself - on in /usr/lib and on in /usr/local/lib<br>
    <br>
    You can try to remove the other libraries via package manager. So
    you have only your compiled libraries later.<br>
    <br>
    <br>
    <div class="moz-signature">Bye, Mathias
      <hr>
      <font size="-1">
        <a class="moz-txt-link-freetext" href="mailto:tds@tds-net.de">mailto:tds@tds-net.de</a><br>
      </font>
      <hr>
      <font size="-1">
        1+1=10<br>
        You have a question? - 42 or RTFM.
      </font>
    </div>
    <div class="moz-cite-prefix">Am 12.06.2015 um 16:07 schrieb Gery:<br>
    </div>
    <blockquote cite="mid:1434118027525-5210648.post@n6.nabble.com"
      type="cite">
      <pre wrap="">vielen Dankl! Thanks a lot for that, I just added your tips and I got a new
error message, this time related to gdal:

apache log:
[Fri Jun 12 09:10:06.316827 2015] [cgi:error] [pid 6680] [client
127.0.0.1:41157] AH01215: GDAL: In GDALDestroy - unloading GDAL shared
library.

also the same appears with shp2img:

shp2img -m todas_capas.map -o test.png
shp2img: /usr/local/lib/libgdal.so.1: no version information available
(required by /usr/lib/x86_64-linux-gnu/libmapserver.so.1)
GDAL: In GDALDestroy - unloading GDAL shared library.

test.png is empty. I have installed gdal-1.11.2 from source, mapserv -v
gives:

mapserv: /usr/local/lib/libgdal.so.1: no version information available
(required by /usr/lib/x86_64-linux-gnu/libmapserver.so.1)
MapServer version 6.4.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML
SUPPORTS=PROJ SUPPORTS=GD SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO
SUPPORTS=SVG_SYMBOLS SUPPORTS=RSVG SUPPORTS=ICONV SUPPORTS=FRIBIDI
SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER
SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI
SUPPORTS=THREADS SUPPORTS=GEOS INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL
INPUT=SHAPEFILE

Is there a way to fix this without uninstalling and/or reinstalling gdal?



--
View this message in context: <a class="moz-txt-link-freetext" href="http://osgeo-org.1560.x6.nabble.com/Is-this-a-CGI-problem-tp5210276p5210648.html">http://osgeo-org.1560.x6.nabble.com/Is-this-a-CGI-problem-tp5210276p5210648.html</a>
Sent from the Mapserver - User mailing list archive at Nabble.com.
_______________________________________________
mapserver-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapserver-users">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>