<html><body><span style="font-family:Verdana; color:#000000; font-size:10pt;">I am trying to build fdo 3.3.1 on Ubuntu 8.04, following the directions on <a href="http://wiki.osgeo.org/wiki/Building_MapGuide_on_Ubuntu_8.04">http://wiki.osgeo.org/wiki/Building_MapGuide_on_Ubuntu_8.04</a><br><br>It exits with these last few lines:<br><br>make[2]: Entering directory `/home/rayadmin/MapGuide2/fdo-3.3.1/Thirdparty/openssl/test'<br>( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto&nbsp; -ldl}"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM}"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' &gt; /dev/null 2&gt;&amp;1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=igetest} igetest.o ${LIBDEPS} )<br>make[2]: Leaving directory `/home/rayadmin/MapGuide2/fdo-3.3.1/Thirdparty/openssl/test'<br>gcc -I.. -I../include&nbsp; -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM&nbsp;&nbsp; -c -o dummytest.o dummytest.c<br>make[2]: Entering directory `/home/rayadmin/MapGuide2/fdo-3.3.1/Thirdparty/openssl/test'<br>( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto&nbsp; -ldl}"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM}"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' &gt; /dev/null 2&gt;&amp;1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=dummytest} dummytest.o ${LIBDEPS} )<br>make[2]: Leaving directory `/home/rayadmin/MapGuide2/fdo-3.3.1/Thirdparty/openssl/test'<br>make[1]: Leaving directory `/home/rayadmin/MapGuide2/fdo-3.3.1/Thirdparty/openssl/test'<br>making all in tools...<br>make[1]: Entering directory `/home/rayadmin/MapGuide2/fdo-3.3.1/Thirdparty/openssl/tools'<br>make[1]: Nothing to be done for `all'.<br>make[1]: Leaving directory `/home/rayadmin/MapGuide2/fdo-3.3.1/Thirdparty/openssl/tools'<br>Building of the Thirdparty/GDAL libraries has been skipped. Environment variable FDOGDAL points to a previously installed version of GDAL at . This version of GDAL will be used to build the FDO WMS and GDAL providers.<br>make[1]: Entering directory `/home/rayadmin/MapGuide2/fdo-3.3.1/Thirdparty'<br>make[1]: *** No rule to make target `gdal/lib/libgdal.so.1.11.4', needed by `all-am'.&nbsp; Stop.<br>make[1]: Leaving directory `/home/rayadmin/MapGuide2/fdo-3.3.1/Thirdparty'<br>make: *** [install-recursive] Error 1<br><br>It looks like GDAL was previously installed, but I don't know how, this is a fresh install on a fresh machine.&nbsp; Please let me know how I can fix this.<br>Thanks!<br><br></span></body></html>