<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>Al instalar Qgis sobre Ubuntu 11.1 me da el siguiente error:<br><br><span>Linking C executable ../../../output/lib/qgis/grass/modules/qgis.d.rast<br>[ 42%] Built target qgis.d.rast<br>Scanning dependencies of target qgis.g.info<br>[ 42%] Building C object src/providers/grass/CMakeFiles/qgis.g.info.dir/qgis.g.info.c.o<br>Linking C executable ../../../output/lib/qgis/grass/modules/qgis.g.info<br>/usr/lib/libdap.so.10: undefined reference to `xmlParseDocument@LIBXML2_2.4.30'<br>/usr/lib/libdap.so.10: undefined reference to `xmlCreateFileParserCtxt@LIBXML2_2.4.30'<br>/usr/lib/libdap.so.10: undefined reference to `xmlCreatePushParserCtxt@LIBXML2_2.4.30'<br>/usr/lib/libdap.so.10: undefined reference to `xmlParseChunk@LIBXML2_2.4.30'<br>/usr/lib/libdap.so.10: undefined reference to `xmlSAX2GetLineNumber@LIBXML2_2.6.0'<br>/usr/lib/libdap.so.10: undefined reference to `xmlFreeParserCtxt@LIBXML2_2.4.30'<br>/usr/lib/libdap.so.10: undefined reference to `xmlGetPredefinedEntity@LIBXML2_2.4.30'<br>collect2: ld devolvió el estado de salida 1<br>make[2]: *** [output/lib/qgis/grass/modules/qgis.g.info] Error 1<br>make[1]: *** [src/providers/grass/CMakeFiles/qgis.g.info.dir/all] Error 2<br>make: *** [all] Error 2<br>investigacion@investigacion-desktop:~/apps/Quantum-GIS/build-master$</span><br><br><span style="background-color: rgb(253, 188, 85);">El error se da al hacer el MAKE en el capítulo 3.7 Starting the compile</span><br><br>3.7. Starting the compile<br>  =========================<br><br>I compile my development version of QGIS into my ~/apps directory to avoid<br>conflicts with Ubuntu packages that may be under /usr. This way for example<br>you can use the binary packages of QGIS on your system along side with your<br>development version. I suggest you do something similar:<br><br>  mkdir -p ${HOME}/apps <br><br>Now we create a build directory and run ccmake:<br><br>  cd Quantum-GIS<br>  mkdir build-master<br>  cd build-master<br>  ccmake ..<br><br>When you run ccmake (note the .. is required!), a menu will appear where <br>you can configure various aspects of the build. If you do not have root<br>access or do not want to overwrite existing QGIS installs (by your<br>packagemanager for example), set the CMAKE_INSTALL_PREFIX to somewhere you<br>have write access to (I usually use ${HOME}/apps). Now press<br>'c' to configure, 'e' to dismiss any error messages that may appear.<br>and 'g' to generate the make files. Note that sometimes 'c' needs to <br>be pressed several times before the 'g' option becomes available.<br>After the 'g' generation is complete, press 'q' to exit the ccmake <br>interactive dialog.<br><br>Now on with the build:<br><br> <span style="background-color: rgb(253, 188, 85);"> make</span><br>  make install<br><br>It may take a little while to build depending on your platform.<br><br>After that you can try to run QGIS:<br><br>  $HOME/apps/bin/qgis<br><br>If all has worked properly the QGIS application should start up and appear<br>on your screen.<br><br>Gracias por el apoyo que me den en esto.<br><br><br><hr id="zwchr"><div style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>De: </b>"Susana Arciniegas" <susana.arciniegas@mail.igm.gob.ec><br><b>Para: </b>"Cap&amp; amp; amp; amp; #237; tulo Local de la comunidad hispano-hablante" <spanish@lists.osgeo.org><br><b>Enviados: </b>Miércoles, 13 de Junio 2012 9:47:17<br><b>Asunto: </b>Re: [Spanish] error instalación Qgis en Ubuntu<br><br><style>p { margin: 0; }</style><div style="font-family: Times New Roman; font-size: 12pt; color: #000000">Gracias Luis por contestar<br>Estamos siguiendo todos los pasos del archivo install, para ello estamos igualmente instalando desde los repositorios y en verdad como dices es facil pero no sé porque tengo este problema en Ubuntu 11.1<br>Si puede haber otras sugerencias gracias<br><br><hr id="zwchr"><div style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>De: </b>"Luis Franco Vázquez" <luis@piezas.org.es><br><b>Para: </b>"amp Cap&amp, amp, amp, #237, tulo Local de la comunidad hispano-hablante" <spanish@lists.osgeo.org><br><b>Enviados: </b>Miércoles, 13 de Junio 2012 8:55:53<br><b>Asunto: </b>Re: [Spanish] error instalación Qgis en Ubuntu<br><br>¿estás instalando desde los repositorios?. Es lo más fácil<br><br>El día 13 de junio de 2012 15:22, Susana Arciniegas<br><susana.arciniegas@mail.igm.gob.ec> escribió:<br>> Buenos días<br>> Estoy instalando Qgis en Ubuntu 11.1, me puede alguien ayudar:<br>><br>> /home/investigacion/apps/Quantum-GIS/src/providers/spatialite/qgsspatialiteprovider.cpp:<br>> En la función ‘bool initializeSpatialMetadata(sqlite3*, QString&)’:<br>> /home/investigacion/apps/Quantum-GIS/src/providers/spatialite/qgsspatialiteprovider.cpp:4972:42:<br>> error: ‘spatial_ref_sys_init’ no se declaró en este ámbito<br>> make[2]: ***<br>> [src/providers/spatialite/CMakeFiles/spatialiteprovider.dir/qgsspatialiteprovider.cpp.o]<br>> Error 1<br>> make[1]: ***<br>> [src/providers/spatialite/CMakeFiles/spatialiteprovider.dir/all] Error 2<br>> make: *** [all] Error 2<br>> investigacion@investigacion-desktop:~/apps/Quantum-GIS/build-master$<br>><br>> Gracias<br>><br>> Susana<br>><br>> _______________________________________________<br>> Spanish mailing list<br>> http://lists.osgeo.org/mailman/listinfo/spanish<br>> http://es.osgeo.org<br>> http://twitter.com/osgeoes<br>><br>_______________________________________________<br>Spanish mailing list<br>http://lists.osgeo.org/mailman/listinfo/spanish<br>http://es.osgeo.org<br>http://twitter.com/osgeoes<br></div><br><span><br><br>-- <br><span></span>Susana Arciniegas<br>Msc. in Geoinformatics<br>Research and Development Department<br>Instituto Geográfico Militar<br>Address: Seniergues E4-676 y Gral. Paz y Miño, Sector El Dorado<br>           Quito, Ecuador<br>Number of telephone: 593-2-3975163<br>                     593-2-3795100 - ext 2401<br>Post office box: 17-01-2435<br><br>Website:www.igm.gob.ec; www.geoportaligm.gob.ec<span></span><br></span></div><br>_______________________________________________<br>Spanish mailing list<br>http://lists.osgeo.org/mailman/listinfo/spanish<br>http://es.osgeo.org<br>http://twitter.com/osgeoes<br></div><br><span><br><br>-- <br><span></span>Susana Arciniegas<br>Msc. in Geoinformatics<br>Research and Development Department<br>Instituto Geográfico Militar<br>Address: Seniergues E4-676 y Gral. Paz y Miño, Sector El Dorado<br>           Quito, Ecuador<br>Number of telephone: 593-2-3975163<br>                     593-2-3795100 - ext 2401<br>Post office box: 17-01-2435<br><br>Website:www.igm.gob.ec; www.geoportaligm.gob.ec<span></span><br></span></div></body></html>