[fdo-users] Build_thirdparty.sh fails on Ubuntu 8.04

Jack Lee jack.lee at autodesk.com
Sun Oct 26 21:51:45 EDT 2008


Hi,

It seems that FDOGDAL is not set.
Did you source setenvironment.sh?


________________________________
From: fdo-users-bounces at lists.osgeo.org [fdo-users-bounces at lists.osgeo.org] On Behalf Of ray at rayholtz.com [ray at rayholtz.com]
Sent: Sunday, October 26, 2008 8:05 PM
To: fdo-users at lists.osgeo.org
Subject: [fdo-users] Build_thirdparty.sh fails on Ubuntu 8.04

I am trying to build fdo 3.3.1 on Ubuntu 8.04, following the directions on http://wiki.osgeo.org/wiki/Building_MapGuide_on_Ubuntu_8.04

It exits with these last few lines:

make[2]: Entering directory `/home/rayadmin/MapGuide2/fdo-3.3.1/Thirdparty/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -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' > /dev/null 2>&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} )
make[2]: Leaving directory `/home/rayadmin/MapGuide2/fdo-3.3.1/Thirdparty/openssl/test'
gcc -I.. -I../include  -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   -c -o dummytest.o dummytest.c
make[2]: Entering directory `/home/rayadmin/MapGuide2/fdo-3.3.1/Thirdparty/openssl/test'
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto  -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' > /dev/null 2>&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} )
make[2]: Leaving directory `/home/rayadmin/MapGuide2/fdo-3.3.1/Thirdparty/openssl/test'
make[1]: Leaving directory `/home/rayadmin/MapGuide2/fdo-3.3.1/Thirdparty/openssl/test'
making all in tools...
make[1]: Entering directory `/home/rayadmin/MapGuide2/fdo-3.3.1/Thirdparty/openssl/tools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/rayadmin/MapGuide2/fdo-3.3.1/Thirdparty/openssl/tools'
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.
make[1]: Entering directory `/home/rayadmin/MapGuide2/fdo-3.3.1/Thirdparty'
make[1]: *** No rule to make target `gdal/lib/libgdal.so.1.11.4', needed by `all-am'.  Stop.
make[1]: Leaving directory `/home/rayadmin/MapGuide2/fdo-3.3.1/Thirdparty'
make: *** [install-recursive] Error 1

It looks like GDAL was previously installed, but I don't know how, this is a fresh install on a fresh machine.  Please let me know how I can fix this.
Thanks!



More information about the fdo-users mailing list