<div dir="ltr">Have you installed the headers for GD? And depending on the complexity of your Mapfiles, it might be a good time to move to a newer version of MapServer.  There have been a number of significant improvements since 4.8.3.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 6, 2018 at 4:26 AM, DamienZINS <span dir="ltr"><<a href="mailto:damien.zins@intitek.fr" target="_blank">damien.zins@intitek.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
I must translate a SOLARIS version in CENTOS 7 OS version<br>
Above i put all versions sourve that i use<br>
<br>
In the file configure from mapserver 4.8.3, for me $IS_GD2 will be never<br>
true<br>
then compilation stop with<br>
configure: error: Could not find gd.h or libgd.a/libgd.so in<br>
/gmao/old/install.  Make sure GD 2.0.16 or higher is compiled before calling<br>
configure. You may also get this error if you didn't specify the appropriate<br>
location for one of GD's dependencies (freetype, libpng, libjpeg or<br>
libiconv).<br>
<br>
Somebody know why ?<br>
<br>
ac_cv_lib_gd_gdFontCacheSetup=<wbr>no<br>
fi<br>
rm -f conftest.err conftest.$ac_objext \<br>
      conftest$ac_exeext conftest.$ac_ext<br>
LIBS=$ac_check_lib_save_LIBS<br>
fi<br>
echo "$as_me:$LINENO: result: $ac_cv_lib_gd_<wbr>gdFontCacheSetup" >&5<br>
echo "${ECHO_T}$ac_cv_lib_gd_<wbr>gdFontCacheSetup" >&6<br>
if test $ac_cv_lib_gd_gdFontCacheSetup = yes; then<br>
  IS_GD2="true"<br>
fi<br>
    GD_NEED_ICONV_LIB="$ICONV_LIB"<br>
  fi<br>
<br>
  if test -n "$GD_INCLUDE" -a -n "$GD_LIBDIR" -a "$IS_GD2" = "true"; then<br>
      GD_INC=-I$GD_INCLUDE<br>
      GD_LIB="-L$GD_LIBDIR -lgd"<br>
      GD_XTRA_LIBS="$GD_XTRA_LIBS $GD_NEED_ICONV_LIB"<br>
      echo "$as_me:$LINENO: result:         using libgd 2.0.16 (or higher)<br>
from $GD_LIB $GD_XTRA_LIBS" >&5<br>
echo "${ECHO_T}        using libgd 2.0.16 (or higher) from $GD_LIB<br>
$GD_XTRA_LIBS" >&6<br>
<br>
<br>
informations CentOS :<br>
[root@localhost mapserver-4.8.3]# cat /etc/redhat-release<br>
CentOS Linux release 7.4.1708 (Core)<br>
<br>
informations versions sources compiled :<br>
[root@localhost old]# grep installation install.log<br>
>>>>>>>>>> installation de freetype-2.8 <<<<<<<<<<<br>
>>>>>>>>>> installation de zlib-1.2.11 <<<<<<<<<<<br>
>>>>>>>>>> installation de libpng-1.6.32 <<<<<<<<<<<br>
>>>>>>>>>> installation de proj-4.9.3 <<<<<<<<<<<br>
>>>>>>>>>> installation de jpegsrc.v9b <<<<<<<<<<<br>
>>>>>>>>>> installation de libiconv-1.15 <<<<<<<<<<<br>
>>>>>>>>>> installation de libgd-2.2.5 <<<<<<<<<<<br>
>>>>>>>>>> installation de gdal-2.2.1 <<<<<<<<<<<br>
>>>>>>>>>> installation de apr-1.6.2 <<<<<<<<<<<br>
>>>>>>>>>> installation de apr-util-1.6.0 <<<<<<<<<<<br>
>>>>>>>>>> installation de pcre-8.41 <<<<<<<<<<<br>
>>>>>>>>>> installation de httpd-2.4.27 <<<<<<<<<<<br>
>>>>>>>>>> installation de tomcat-connectors-1.2.42-src <<<<<<<<<<<br>
>>>>>>>>>> installation de php-4.4.2 <<<<<<<<<<<br>
checking for Oracle (OCI8) support using ORACLE_HOME installation... no<br>
| distribution in the file LICENSE.  By continuing this installation |<br>
| the installation process at this point.                            |<br>
>>>>>>>>>> installation de mapserver-4.8.3 <<<<<<<<<<<br>
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://osgeo-org.1560.x6.nabble.com/Mapserver-User-f4226646.html" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.<wbr>nabble.com/Mapserver-User-<wbr>f4226646.html</a><br>
______________________________<wbr>_________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.<wbr>org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/mapserver-<wbr>users</a></blockquote></div><br></div>