Hi Norm,<br><br>Thank you very much for your help. I will try out what you indicated. My fgs &quot;build.list&quot; for sparc64 looks like:<br><br>libstdc++::6.0.10:/home/FGS/fgs-dev/pkg_def/libstdc++<br>libgcc::1:/home/FGS/fgs-dev/pkg_def/libgcc<br>
zlib::1.2.3:/home/FGS/fgs-dev/src/zlib-1.2.3<br>jpeg::6b:/home/FGS/fgs-dev/src/jpeg-6b<br>tiff::3.8.2:/home/FGS/fgs-dev/src/tiff-3.8.2<br>libpng::1.2.35:/home/FGS/fgs-dev/src/libpng-1.2.35<br>freetype::2.3.9:/home/FGS/fgs-dev/src/freetype-2.3.9<br>
libiconv::1.12:/home/FGS/fgs-dev/src/libiconv-1.12<br>gd::2.0.35:/home/FGS/fgs-dev/src/gd-2.0.35<br>openssl::0.9.8k:/home/FGS/fgs-dev/src/openssl-0.9.8k<br>curl::7.19.4:/home/FGS/fgs-dev/src/curl-7.19.4<br>proj::4.6.1:/home/FGS/fgs-dev/src/proj-4.6.1<br>
proj4_epsg42xxx::proj:/home/FGS/fgs-dev/src/<br>libgeotiff::1.2.5:/home/FGS/fgs-dev/src/libgeotiff-1.2.5<br>python::2.6.2:/home/FGS/fgs-dev/src/Python-2.6.2<br>postgresql::8.3.7:/home/FGS/fgs-dev/src/postgresql-8.3.7<br>unixODBC::2.2.12:/home/FGS/fgs-dev/src/unixODBC-2.2.12<br>
freetds::0.82:/home/FGS/fgs-dev/src/freetds-0.82<br>xerces_c::3.0.1:/home/FGS/fgs-dev/src/xerces-c-3.0.1<br>libungif::4.1.4:/home/FGS/fgs-dev/src/libungif-4.1.4<br>expat::2.0.1:/home/FGS/fgs-dev/src/expat-2.0.1<br>apache::2.2.11:/home/FGS/fgs-dev/src/httpd-2.2.11<br>
libxml2::2.7.3:/home/FGS/fgs-dev/src/libxml2-2.7.3<br>libxslt::1.1.24:/home/FGS/fgs-dev/src/libxslt-1.1.24<br>sablotron::1.0.1:/home/FGS/fgs-dev/src/Sablot-1.0.1<br>gettext::0.17:/home/FGS/fgs-dev/src/gettext-0.17<br>ming::0.4.2:/home/FGS/fgs-dev/src/ming-0.4.2<br>
geos::3.1.0:/home/FGS/fgs-dev/src/geos-3.1.0<br>postgis::1.3.5:/home/FGS/fgs-dev/src/postgis-1.3.5<br>agg::2.4:/home/FGS/fgs-dev/src/agg-2.4<br>gdal:::<br>gdal_python:::<br>php:::<br>php_ogr:::<br>mapserver:::<br>python_mapscript:::<br>
gmap:::<br><br>Those pacakges from gdal to the end of list have not been successfully built yet. The rest were already built properly. <br><br>Regards,<br>Hao<br><br><br><div class="gmail_quote">On Mon, Nov 2, 2009 at 4:43 PM, Normand Savard <span dir="ltr">&lt;<a href="mailto:nsavard@mapgears.com">nsavard@mapgears.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">Hao Zhang wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
    I see mysql-5.1.30-linux-i686-icc-glibc23.tar.gz is hardcoded in<br>
    get_mysql_devel.sh. Is there any compatible package for linux<br>
    sparc64? If not, is it possible to skip mysql and/or gdal? I am<br>
    not sure if mapserver requires gdal.<br>
<br>
</blockquote></div>
Hao,<br>
<br>
You could check on <a href="http://packages.debian.org/search?arch=sparc&amp;keywords=mysql-client" target="_blank">http://packages.debian.org/search?arch=sparc&amp;keywords=mysql-client</a>.  I see one.  You can disable the support of mysql in fgs-dev/pkg_def/gdal/fgs_build by commenting the line:<br>

<br>
. $FGS_PKGS_DEF_HOME/_misc/get_mysql_devel.sh<br>
<br>
<br>
This is the correct way to do it.<br>
<br>
MapServer requires gdal.  If you&#39;re not sure id a package requires another one you have to view the content of the *.required file for a specific package for instance for MapServer view:<br>
<br>
fgs-dev/pkg_dev/base.required<br>
<br>
<br>
As a side note, to help you in your process of building fgs on Spac64 could you paste a copy of your &quot;build.list&quot; file to see where you are at?<br>
<br>
Norm<br>
</blockquote></div><br>