<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Como te han comentado, lo más sencillo es usar los paquetes
precompilados para tu distribución, pero si por algún motivo necesitas
instalar a partir del código base, el error que te está dando parece
que está relacionado con libxml2. ¿Lo tienes instalado?<br>
<br>
El 13/06/12 17:00, Susana Arciniegas escribió:
<blockquote
 cite="mid:dd4ec4d9-0565-4d2f-98fc-ce27bda2225d@mail.igm.gov.ec"
 type="cite">
  <style type="text/css">p { margin: 0; }</style>
  <div
 style="font-family: Times New Roman; font-size: 12pt; color: rgb(0, 0, 0);">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
`<a class="moz-txt-link-abbreviated" href="mailto:xmlParseDocument@LIBXML2_2.4.30">xmlParseDocument@LIBXML2_2.4.30</a>'<br>
/usr/lib/libdap.so.10: undefined reference to
`<a class="moz-txt-link-abbreviated" href="mailto:xmlCreateFileParserCtxt@LIBXML2_2.4.30">xmlCreateFileParserCtxt@LIBXML2_2.4.30</a>'<br>
/usr/lib/libdap.so.10: undefined reference to
`<a class="moz-txt-link-abbreviated" href="mailto:xmlCreatePushParserCtxt@LIBXML2_2.4.30">xmlCreatePushParserCtxt@LIBXML2_2.4.30</a>'<br>
/usr/lib/libdap.so.10: undefined reference to
`<a class="moz-txt-link-abbreviated" href="mailto:xmlParseChunk@LIBXML2_2.4.30">xmlParseChunk@LIBXML2_2.4.30</a>'<br>
/usr/lib/libdap.so.10: undefined reference to
`<a class="moz-txt-link-abbreviated" href="mailto:xmlSAX2GetLineNumber@LIBXML2_2.6.0">xmlSAX2GetLineNumber@LIBXML2_2.6.0</a>'<br>
/usr/lib/libdap.so.10: undefined reference to
`<a class="moz-txt-link-abbreviated" href="mailto:xmlFreeParserCtxt@LIBXML2_2.4.30">xmlFreeParserCtxt@LIBXML2_2.4.30</a>'<br>
/usr/lib/libdap.so.10: undefined reference to
`<a class="moz-txt-link-abbreviated" href="mailto:xmlGetPredefinedEntity@LIBXML2_2.4.30">xmlGetPredefinedEntity@LIBXML2_2.4.30</a>'<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: rgb(0, 0, 0); font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><b>De:
  </b>"Susana Arciniegas" <a class="moz-txt-link-rfc2396E" href="mailto:susana.arciniegas@mail.igm.gob.ec"><susana.arciniegas@mail.igm.gob.ec></a><br>
  <b>Para: </b>"Cap&amp; amp; amp; amp; #237; tulo Local de la
comunidad hispano-hablante" <a class="moz-txt-link-rfc2396E" href="mailto:spanish@lists.osgeo.org"><spanish@lists.osgeo.org></a><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: rgb(0, 0, 0);">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: rgb(0, 0, 0); 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" <a class="moz-txt-link-rfc2396E" href="mailto:luis@piezas.org.es"><luis@piezas.org.es></a><br>
  <b>Para: </b>"amp Cap&amp, amp, amp, #237, tulo Local de la
comunidad hispano-hablante" <a class="moz-txt-link-rfc2396E" href="mailto:spanish@lists.osgeo.org"><spanish@lists.osgeo.org></a><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>
<a class="moz-txt-link-rfc2396E" href="mailto:susana.arciniegas@mail.igm.gob.ec"><susana.arciniegas@mail.igm.gob.ec></a> 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>
> <a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/spanish">http://lists.osgeo.org/mailman/listinfo/spanish</a><br>
> <a class="moz-txt-link-freetext" href="http://es.osgeo.org">http://es.osgeo.org</a><br>
> <a class="moz-txt-link-freetext" href="http://twitter.com/osgeoes">http://twitter.com/osgeoes</a><br>
><br>
_______________________________________________<br>
Spanish mailing list<br>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/spanish">http://lists.osgeo.org/mailman/listinfo/spanish</a><br>
<a class="moz-txt-link-freetext" href="http://es.osgeo.org">http://es.osgeo.org</a><br>
<a class="moz-txt-link-freetext" href="http://twitter.com/osgeoes">http://twitter.com/osgeoes</a><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; <a class="moz-txt-link-abbreviated" href="http://www.geoportaligm.gob.ec">www.geoportaligm.gob.ec</a><span></span><br>
  </span></div>
  <br>
_______________________________________________<br>
Spanish mailing list<br>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/spanish">http://lists.osgeo.org/mailman/listinfo/spanish</a><br>
<a class="moz-txt-link-freetext" href="http://es.osgeo.org">http://es.osgeo.org</a><br>
<a class="moz-txt-link-freetext" href="http://twitter.com/osgeoes">http://twitter.com/osgeoes</a><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; <a class="moz-txt-link-abbreviated" href="http://www.geoportaligm.gob.ec">www.geoportaligm.gob.ec</a><span></span><br>
  </span></div>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Spanish mailing list
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/spanish">http://lists.osgeo.org/mailman/listinfo/spanish</a>
<a class="moz-txt-link-freetext" href="http://es.osgeo.org">http://es.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://twitter.com/osgeoes">http://twitter.com/osgeoes</a>
  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Por favor, no me envíe documentos con extensiones .doc, .docx, .xls, .xlsx, .ppt, .pptx, .mdb, mdbx
Instale LibreOffice desde <a class="moz-txt-link-freetext" href="http://es.libreoffice.org/descarga/">http://es.libreoffice.org/descarga/</a>
LibreOffice es libre: se puede copiar, modificar y redistribuir libremente. Gratis y totalmente legal.
LibreOffice está en continuo desarrollo y no tendrá que pagar por las nuevas versiones.</pre>
</body>
</html>