Are you running as root? May be the script doesn't have enough permissions to put stuff under /usr/local?
Traian -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ray Holtz Sent: Thursday, July 05, 2007 1:55 PM To: FDO Users Mail List Cc: MapGuide Users Mail List Subject: Re: [fdo-users] FDO build_thirdparty I ran the build script under Thirdparty\apache and it did not give me any errors. The following is the last few lines: make -C Utils locale make[2]: Entering directory `/usr/local/maptemp/OpenSource_FDO/Thirdparty/apache/xml-xalan/c/src/xal anc/Utils' ../../../bin/MsgCreator /usr/local/maptemp/OpenSource_FDO/Thirdparty/apache/xml-xalan/c/src/xala nc/NLS/en_US/XalanMsg_en_US.xlf -TYPE INMEM -LOCALE en_US make -C XalanMsgLib make[3]: Entering directory `/usr/local/maptemp/OpenSource_FDO/Thirdparty/apache/xml-xalan/c/src/xal anc/Utils/XalanMsgLib' g++ -O2 -DNDEBUG -fno-elide-constructors -Wall -fPIC -DLINUX -D_REENTRANT -DXALAN_INMEM_MSG_LOADER -c -I/usr/local/maptem p/OpenSource_FDO/Thirdparty/apache/xml-xalan/c/src -I/usr/local/maptemp/OpenSource_FDO/Thirdparty/apache/xml-xalan/c/includ e -I../../../../nls/include -I/usr/local/maptemp/OpenSource_FDO/Thirdparty/apache/xml-xerces/c/src/ -I/usr/local/maptemp/OpenSource_FDO/Thirdparty/apache/xml-xerces/c/inclu de/xercesc -I/usr/local/maptemp/OpenSource_FDO/Thirdparty/apache/xml-xerces/c/inclu de/ -o ../../../../obj/XalanMsgLib.o /usr/local/maptemp/OpenSource_FDO/Thirdparty/apache/xml-xalan/c/src/xala nc/Utils/XalanMsgLib/XalanMsgLib.cpp g++ -O2 -DNDEBUG -fno-elide-constructors -Wl,-soname,libxalanMsg.so.17 -DLINUX -shared -fPIC -lm -lpthread -L/usr/local/maptemp/OpenSource_FDO/Thirdparty/apache/xml-xerces/c/lib -lxerces-c ../../../../obj/XalanMsgLib.o -o ../../../../lib/libxalanMsg.so.17.0 ln -fs libxalanMsg.so.17.0 ../../../../lib/libxalanMsg.so ln -fs libxalanMsg.so.17.0 ../../../../lib/libxalanMsg.so.17 make[3]: Leaving directory `/usr/local/maptemp/OpenSource_FDO/Thirdparty/apache/xml-xalan/c/src/xal anc/Utils/XalanMsgLib' make[2]: Leaving directory `/usr/local/maptemp/OpenSource_FDO/Thirdparty/apache/xml-xalan/c/src/xal anc/Utils' make[1]: Leaving directory `/usr/local/maptemp/OpenSource_FDO/Thirdparty/apache/xml-xalan/c/src/xal anc' Thanks! Greg Boone wrote: > Run the 'build' script under '...\Thirdparty\apache' and let me know > what the errors are. > > cd apache > ./build > > Greg > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ray Holtz > Sent: Wednesday, July 04, 2007 12:14 PM > To: MapGuide Users Mail List; [EMAIL PROTECTED] > Subject: [fdo-users] FDO build_thirdparty > > Hi all, Sorry for the doublepost on both lists, but I am almost pulling > my hair out over this install. > > I am trying to setup Mapguide 1.1 on an Ubuntu 6.06 LTS server. I have > installed the aptinstaller fine. I am working on the FDO now. I get > stuck with the build_thirdparty.sh script. It ends with the following > lines: > > make[1]: Leaving directory > `/usr/local/maptemp/OpenSource_FDO/Thirdparty/GDAL1.3/src/apps' > make[1]: Entering directory > `/usr/local/maptemp/OpenSource_FDO/Thirdparty' > make[2]: Entering directory > `/usr/local/maptemp/OpenSource_FDO/Thirdparty' > make[2]: Nothing to be done for `install-exec-am'. > /bin/sh ../mkinstalldirs /usr/local/fdo-3.2.0/lib > /usr/bin/install -c -m 644 ./apache/xml-xalan/c/lib/libxalan-c.so.17.0 > > /usr/local/fdo-3.2.0/lib/apache/xml-xalan/c/lib/libxalan-c.so.17.0 > /usr/bin/install: cannot create regular file > `/usr/local/fdo-3.2.0/lib/apache/xml-xalan/c/lib/libxalan-c.so.17.0': No > > such file or directory > /usr/bin/install -c -m 644 > ./apache/xml-xalan/c/lib/libxalanMsg.so.17.0 > /usr/local/fdo-3.2.0/lib/apache/xml-xalan/c/lib/libxalanMsg.so.17.0 > /usr/bin/install: cannot create regular file > `/usr/local/fdo-3.2.0/lib/apache/xml-xalan/c/lib/libxalanMsg.so.17.0': > No such file or directory > /usr/bin/install -c -m 644 > ./apache/xml-xerces/c/lib/libxerces-c.so.25.0 > /usr/local/fdo-3.2.0/lib/apache/xml-xerces/c/lib/libxerces-c.so.25.0 > /usr/bin/install: cannot create regular file > `/usr/local/fdo-3.2.0/lib/apache/xml-xerces/c/lib/libxerces-c.so.25.0': > No such file or directory > /usr/bin/install -c -m 644 > ./GDAL1.3/linux/lib/optimized/libgdal.so.1.9.0 > /usr/local/fdo-3.2.0/lib/GDAL1.3/linux/lib/optimized/libgdal.so.1.9.0 > /usr/bin/install: cannot create regular file > `/usr/local/fdo-3.2.0/lib/GDAL1.3/linux/lib/optimized/libgdal.so.1.9.0': > > No such file or directory > make[2]: *** [install-thdlibDATA] Error 1 > make[2]: Leaving directory > `/usr/local/maptemp/OpenSource_FDO/Thirdparty' > make[1]: *** [install-am] Error 2 > make[1]: Leaving directory > `/usr/local/maptemp/OpenSource_FDO/Thirdparty' > make: *** [install-recursive] Error 1 > > > It is trying to do something with /usr/local/fdo-3.2.0/lib/apache/...... > > but there is nothing under the /usr/local/fdo-3.2.0/lib directory. it > > is empty. Then it fails with the makes. Is there something that I am > missing in doing these? > Thanks for your help! > Ray > _______________________________________________ > fdo-users mailing list > [EMAIL PROTECTED] > http://lists.osgeo.org/mailman/listinfo/fdo-users > > _______________________________________________ > fdo-users mailing list > [EMAIL PROTECTED] > http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [EMAIL PROTECTED] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
