Hello Vince,<br><br>on ubuntu I had to make two symlinks so the GD libraries are found:<br>sudo ln -s /usr/lib/i386-linux-gnu/libgd.a /usr/local/lib/libgd.a<br>sudo ln -s /usr/lib/i386-linux-gnu/libgd.so /usr/local/lib/libgd.so<br>
<br>for 64bit you have to use the following path (I think I didn't try it on a 64bit machine)<br>/usr/lib/x86_64-linux-gnu/<br><br>AFAIK this solved the freetype issue when compiling mapserver on my ubuntu machine. (I still have troubles compiling the cscharp module as posted previously on this mailing list).<br>
<br><div class="gmail_quote">2012/10/15 Vince Miller <span dir="ltr"><<a href="mailto:vincentpmiller@yahoo.com" target="_blank">vincentpmiller@yahoo.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I need a little help installing Mapserver 6.0.3 under Ubuntu 12.04 running postgresql 9.1 with postgis. I had it all working with old versions of everything on an old server. The hangup seems to be with freetype 2.4.10. After some reasonable messages, the freetype ./configure step dies with:<br>

<br>
...<br>
cd builds/unix; ./configure<br>
/bin/sh: 1: ./configure not found<br>
make: *** [setup] Error  127<br>
<br>
GD (version 2.0.33, which I found at <a href="http://bitbucket.org/pierrejoye/gd-libgd/downloads" target="_blank">bitbucket.org/pierrejoye/gd-libgd/downloads</a>) actually seemed to compile ok even though freetype didn't. But then the Mapserver ./configure died because it couldn't find freetype.<br>

<br>
I'm not looking for anything special here (for now, at least), just a mapserv in a apache-accessible cgi-bin directory. It doesn't seem like I should have to compile it, not to mention several of its dependencies, but I can't find a simple "download this binary and put it here" method. The UbuntuGIS PPA method seems more mysterious than compile-it-myself method.<br>

<br>
I'm an application developer, and not a Linux wizard. Someone wanna hold my had a little here, please?<br>
<br>
Thanks,<br>
Vince<br>
_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</blockquote></div><br>