Hello guys, I'm trying to install MapGuide, only stopping me this error: make [2]: *** [.. / o / ilwisdataset.o] Error 1 make [2]: Leaving directory `/ root/mapguide/LinuxApt/fdocore/Thirdparty/GDAL1.3/src/frmts/ilwis' make [1]: *** [ILWIS-install-obj] Error 2 make [1]: Leaving directory `/ root/mapguide/LinuxApt/fdocore/Thirdparty/GDAL1.3/src/frmts' make: *** [frmts-target] Error 2 cp: can not stat `. / .libs / libgdal.a ': No such file or directory cp: can not stat `. / .libs / libgdal.so ': No such file or directory cp: can not stat `./.libs/libgdal.so.1 ': No such file or directory pc: can not stat `./.libs/libgdal.so.1.9.0 ': No such file or directories make [1]: Entering directory `/ root / mapguide / LinuxApt / fdocore / Thirdparty ' make [1]: *** No rule to make target `apache/xml-xalan/c/lib/libxalan-c.so.17.0 ', needed by` all-am'. Stop. make [1]: Leaving directory `/ root / mapguide / LinuxApt / fdocore / Thirdparty ' make: *** [install-recursive] Error 1
Checking the directory I noticed that the libraries libgdal exist on my system: ~ / Mapguide / LinuxApt / fdocore # ls / usr / lib | grep libgdal libgdal1.5.0.a libgdal1.5.0.la libgdal1.5.0.so libgdal1.5.0.so.1 libgdal1.5.0.so.1.12.2 These are the steps I followed: mapguideaptinstaller-2.1.0.tar.gz tar zxf cd LinuxApt . / Build_apt.sh svn checkout http://svn.osgeo.org/fdocore/branches/3.2.x/ fdocore cd fdocore mkdir Providers cd Providers svn checkout http://svn.osgeo.org/fdosdf/branches/3.2.x/Providers/SDF SDF svn checkout http://svn.osgeo.org/fdoshp/branches/3.2.x/Providers/SHP SHP svn checkout GDAL http://svn.osgeo.org/fdogdal/branches/3.2.x/Providers/GDAL svn checkout http://svn.osgeo.org/fdordbms/branches/3.2.x/Providers/GenericRdbms GenericRdbms svn checkout http://svn.osgeo.org/fdoogr/branches/3.2.x/Providers/OGR OGR svn checkout http://svn.osgeo.org/fdowms/branches/3.2.x/Providers/WMS WMS svn checkout http://svn.osgeo.org/fdowfs/branches/3.2.x/Providers/WFS WFS My OS is Fedora 11. Thanks _______________________________________________ Discuss mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/discuss
