<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
SOLICITO SER BORRADA DE LA LISTA DE USUARIOS DE ESTE PROGRAMA.<BR>
GRACIAS.<BR>&nbsp;<BR>&gt; From: spanish-request@lists.osgeo.org<BR>&gt; Subject: Spanish Digest, Vol 31, Issue 29<BR>&gt; To: spanish@lists.osgeo.org<BR>&gt; Date: Wed, 30 Sep 2009 17:34:48 -0400<BR>&gt; <BR>&gt; Send Spanish mailing list submissions to<BR>&gt; spanish@lists.osgeo.org<BR>&gt; <BR>&gt; To subscribe or unsubscribe via the World Wide Web, visit<BR>&gt; http://lists.osgeo.org/mailman/listinfo/spanish<BR>&gt; or, via email, send a message with subject or body 'help' to<BR>&gt; spanish-request@lists.osgeo.org<BR>&gt; <BR>&gt; You can reach the person managing the list at<BR>&gt; spanish-owner@lists.osgeo.org<BR>&gt; <BR>&gt; When replying, please edit your Subject line so it is more specific<BR>&gt; than "Re: Contents of Spanish digest..."<BR>&gt; <BR>&gt; <BR>&gt; Today's Topics:<BR>&gt; <BR>&gt; 1. Re: Problemas (Mapserver) extensi?n de publicaci?n gvSIG -<BR>&gt; (Ayuda configuraci?n mapserver libreria proj)<BR>&gt; (Juan Manuel Uribe Medina)<BR>&gt; <BR>&gt; <BR>&gt; ----------------------------------------------------------------------<BR>&gt; <BR>&gt; Message: 1<BR>&gt; Date: Wed, 30 Sep 2009 17:34:44 -0400<BR>&gt; From: Juan Manuel Uribe Medina &lt;juanm.uribe@gmail.com&gt;<BR>&gt; Subject: Re: [Spanish] Problemas (Mapserver) extensi?n de publicaci?n<BR>&gt; gvSIG - (Ayuda configuraci?n mapserver libreria proj)<BR>&gt; To: "Cap&amp; amp, #237, tulo Local de la comunidad hispano-hablante"<BR>&gt; &lt;spanish@lists.osgeo.org&gt;<BR>&gt; Message-ID:<BR>&gt; &lt;3c4fbea70909301434w4111c7d6u5afca8d53a272857@mail.gmail.com&gt;<BR>&gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; <BR>&gt; Hola Mauricio<BR>&gt; Pues yo lo que veo es que estas indicando mal la ubicacion de las librerias<BR>&gt; de Proj.4. Lo correcto sería: proj=/usr asi nada mas.<BR>&gt; <BR>&gt; si le indicas como en tu ejemplo la ruta: "/usr/bin/proj" el compilador va a<BR>&gt; buscar esa carpeta, lo que claramente es un error.<BR>&gt; <BR>&gt; Espero y te sirva la informacion<BR>&gt; <BR>&gt; <BR>&gt; El 30 de septiembre de 2009 09:52, Mauricio Marquez &lt;<BR>&gt; mauriciomarquezgoa@yahoo.com&gt; escribió:<BR>&gt; <BR>&gt; &gt; Buen día a todos, he decidio desde ayer empezar todo desde cero para<BR>&gt; &gt; documentar cada paso, desde formatear la pc (luego repetiré los pasos en el<BR>&gt; &gt; servidor) hasta instalar el mapserver, hasta ahora tengo lo siguiente:<BR>&gt; &gt;<BR>&gt; &gt; Instalación Slackware 13.0 32 Bit Bien<BR>&gt; &gt; Instalación Apache Bien<BR>&gt; &gt; Instalación PostgreSQL + Postgis (incluye proj-4.6.1) Bien<BR>&gt; &gt; Instalación gvSIG 1.1.2 (Extensiones Raster, Sextante, Redes y Publicación)<BR>&gt; &gt; Bien<BR>&gt; &gt; Instalación librerias gdal Bien<BR>&gt; &gt; Instalación MapServer ... configuración error...<BR>&gt; &gt;<BR>&gt; &gt; Acá esta el fallo del porque me decia el error "mensaje: loadProjection():<BR>&gt; &gt; Projection library error. Projection support is not available."...<BR>&gt; &gt;<BR>&gt; &gt; Sucede que cuando voy a configurar al mapserver utilizo la siguiente<BR>&gt; &gt; instrucción:<BR>&gt; &gt;<BR>&gt; &gt; ./configure --with-proj=/usr/bin/proj --with-postgis=/usr/bin/pg_config<BR>&gt; &gt; --with-gdal=/usr/bin/gdal-config --with-ogr=/usr/bin/gdal-config<BR>&gt; &gt; --with-curl-config=/usr/bin/curl-config --with-httpd=/etc/httpd/<BR>&gt; &gt; --with-php=/usr/include/php/ --with-wfs --with-wcs --with-wmsclient<BR>&gt; &gt; --with-wfsclient --with-wcsclient --with-tiff --with-jpeg --with-gif<BR>&gt; &gt; --with-png<BR>&gt; &gt;<BR>&gt; &gt; Luego de ejecutar la sentencia me da el siguiente resultado con el error de<BR>&gt; &gt; configuración al final...<BR>&gt; &gt;<BR>&gt; &gt; root@mauri:/etc/mapserver-5.4.2# ./configure --with-proj=/usr/bin/proj<BR>&gt; &gt; --with-postgis=/usr/bin/pg_config --with-gdal=/usr/bin/gdal-config<BR>&gt; &gt; --with-ogr=/usr/bin/gdal-config --with-curl-config=/usr/bin/curl-config<BR>&gt; &gt; --with-httpd=/etc/httpd/ --with-php=/usr/include/php/ --with-wfs --with-wcs<BR>&gt; &gt; --with-wmsclient --with-wfsclient --with-wcsclient --with-tiff --with-jpeg<BR>&gt; &gt; --with-gif<BR>&gt; &gt; --with-png<BR>&gt; &gt;<BR>&gt; &gt; checking for gcc...<BR>&gt; &gt; gcc<BR>&gt; &gt;<BR>&gt; &gt; checking for C compiler default output file name...<BR>&gt; &gt; a.out<BR>&gt; &gt;<BR>&gt; &gt; checking whether the C compiler works...<BR>&gt; &gt; yes<BR>&gt; &gt;<BR>&gt; &gt; checking whether we are cross compiling...<BR>&gt; &gt; no<BR>&gt; &gt;<BR>&gt; &gt; checking for suffix of<BR>&gt; &gt; executables...<BR>&gt; &gt;<BR>&gt; &gt; checking for suffix of object files...<BR>&gt; &gt; o<BR>&gt; &gt;<BR>&gt; &gt; checking whether we are using the GNU C compiler...<BR>&gt; &gt; yes<BR>&gt; &gt;<BR>&gt; &gt; checking whether gcc accepts -g...<BR>&gt; &gt; yes<BR>&gt; &gt;<BR>&gt; &gt; checking for gcc option to accept ISO C89... none<BR>&gt; &gt; needed<BR>&gt; &gt;<BR>&gt; &gt; checking for g++...<BR>&gt; &gt; g++<BR>&gt; &gt;<BR>&gt; &gt; checking whether we are using the GNU C++ compiler...<BR>&gt; &gt; yes<BR>&gt; &gt;<BR>&gt; &gt; checking whether g++ accepts -g...<BR>&gt; &gt; yes<BR>&gt; &gt;<BR>&gt; &gt; checking for ranlib...<BR>&gt; &gt; ranlib<BR>&gt; &gt;<BR>&gt; &gt; checking for flex...<BR>&gt; &gt; flex<BR>&gt; &gt;<BR>&gt; &gt; checking lex output file root...<BR>&gt; &gt; lex.yy<BR>&gt; &gt;<BR>&gt; &gt; checking lex library...<BR>&gt; &gt; -lfl<BR>&gt; &gt;<BR>&gt; &gt; checking whether yytext is a pointer...<BR>&gt; &gt; yes<BR>&gt; &gt;<BR>&gt; &gt; checking for bison... bison<BR>&gt; &gt; -y<BR>&gt; &gt;<BR>&gt; &gt; checking if compiler supports -R...<BR>&gt; &gt; no<BR>&gt; &gt;<BR>&gt; &gt; checking if compiler supports -Wl,-rpath,...<BR>&gt; &gt; yes<BR>&gt; &gt;<BR>&gt; &gt; checking for exp in -lm...<BR>&gt; &gt; yes<BR>&gt; &gt;<BR>&gt; &gt; checking for __gxx_personality_v0 in -lstdc++...<BR>&gt; &gt; yes<BR>&gt; &gt;<BR>&gt; &gt; checking how to run the C preprocessor... gcc<BR>&gt; &gt; -E<BR>&gt; &gt;<BR>&gt; &gt; checking for grep that handles long lines and -e...<BR>&gt; &gt; /usr/bin/grep<BR>&gt; &gt;<BR>&gt; &gt; checking for egrep... /usr/bin/grep<BR>&gt; &gt; -E<BR>&gt; &gt;<BR>&gt; &gt; checking for ANSI C header files...<BR>&gt; &gt; yes<BR>&gt; &gt;<BR>&gt; &gt; checking for strcasecmp...<BR>&gt; &gt; yes<BR>&gt; &gt;<BR>&gt; &gt; checking for strncasecmp...<BR>&gt; &gt; yes<BR>&gt; &gt;<BR>&gt; &gt; checking for strdup...<BR>&gt; &gt; yes<BR>&gt; &gt;<BR>&gt; &gt; checking for strrstr...<BR>&gt; &gt; no<BR>&gt; &gt;<BR>&gt; &gt; checking for strcasestr...<BR>&gt; &gt; yes<BR>&gt; &gt;<BR>&gt; &gt; checking for strlcat...<BR>&gt; &gt; no<BR>&gt; &gt;<BR>&gt; &gt; checking for vsnprintf...<BR>&gt; &gt; yes<BR>&gt; &gt;<BR>&gt; &gt; MapServer Version from mapserver.h:<BR>&gt; &gt; '5.4.2'<BR>&gt; &gt;<BR>&gt; &gt; checking if pkg-config path is provided... checking for pkg-config...<BR>&gt; &gt; /usr/bin/pkg-config<BR>&gt; &gt;<BR>&gt; &gt; configure: checking where FreeType 2.x is installed...<BR>&gt; &gt; checking for FT_Init_FreeType in -lfreetype... yes<BR>&gt; &gt; using libfreetype -lfreetype from system libs.<BR>&gt; &gt; configure: checking where Zlib is installed...<BR>&gt; &gt; checking for zlibVersion in -lz... yes<BR>&gt; &gt; using libz from system libs (-DUSE_ZLIB).<BR>&gt; &gt; configure: checking where PNG is installed...<BR>&gt; &gt; checking for png_init_io in -lpng... yes<BR>&gt; &gt; using libpng from system libs.<BR>&gt; &gt; configure: checking whether we should include JPEG support...<BR>&gt; &gt; checking for jpeg_read_header in -ljpeg... yes<BR>&gt; &gt; using libjpeg from system libs.<BR>&gt; &gt; configure: checking where libXpm is installed...<BR>&gt; &gt; checking for XpmFreeXpmImage in -lXpm... yes<BR>&gt; &gt; using libXpm from system libs.<BR>&gt; &gt; configure: checking where libiconv is installed...<BR>&gt; &gt; checking for iconv_open in -lc... yes<BR>&gt; &gt; checking for libiconv_open in -liconv... no<BR>&gt; &gt; checking for iconv_open in -liconv... no<BR>&gt; &gt; using libiconv from system libs.<BR>&gt; &gt; libiconv found. Enabling internationalization (-DUSE_ICONV)<BR>&gt; &gt; configure: checking for GD 2.0.16 or higher...<BR>&gt; &gt; checking for gdFontCacheSetup in -lgd... yes<BR>&gt; &gt; using libgd 2.0.16 (or higher) from system libs (-L/usr/lib -lgd<BR>&gt; &gt; -ljpeg -lfreetype -lpng -lz -lXpm -lX11 ).<BR>&gt; &gt; checking for gdImageCreate in -lgd... yes<BR>&gt; &gt; checking for gdImageGif in -lgd... yes<BR>&gt; &gt; checking for gdImagePng in -lgd... yes<BR>&gt; &gt; checking for gdImageJpeg in -lgd... yes<BR>&gt; &gt; checking for gdImageWBMP in -lgd... yes<BR>&gt; &gt; checking for gdImageStringFT in -lgd... yes<BR>&gt; &gt; checking for gdImageOpenPolygon in -lgd... yes<BR>&gt; &gt; checking for gdImageGifPtr in -lgd... yes<BR>&gt; &gt; checking for gdFontGetTiny in -lgd... yes<BR>&gt; &gt; using GD ( -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP<BR>&gt; &gt; -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR<BR>&gt; &gt; -DGD_HAS_GETBITMAPFONTS) from system libs.<BR>&gt; &gt; configure: checking whether we should include PDF support...<BR>&gt; &gt; checking for PDF_setlinewidth in -lpdf... no<BR>&gt; &gt; checking for PDF_setrgbcolor in -lpdf... no<BR>&gt; &gt; checking for PDF_moveto in -lpdf... no<BR>&gt; &gt; checking for PDF_curveto in -lpdf... no<BR>&gt; &gt; checking for PDF_show_xy in -lpdf... no<BR>&gt; &gt; checking for PDF_load_font in -lpdf... no<BR>&gt; &gt; libpdf not found or too old... PDF support not included.<BR>&gt; &gt; checking if AGG support requested... no<BR>&gt; &gt; checking if RGBA palette png support requested... no<BR>&gt; &gt; configure: checking whether we should include EPPL7 support...<BR>&gt; &gt; including EPPL7 support.<BR>&gt; &gt; configure: checking whether we should include PROJ.4 support...<BR>&gt; &gt; configure: error: "Could not find proj_api.h or libproj.a/libproj.so in<BR>&gt; &gt; /usr/bin/proj."<BR>&gt; &gt; root@mauri:/etc/mapserver-5.4.2#<BR>&gt; &gt;<BR>&gt; &gt; Busco con locate el archivo proj_api.h y es ubicable en:<BR>&gt; &gt;<BR>&gt; &gt; root@mauri:/etc/mapserver-5.4.2# locate proj_api.h<BR>&gt; &gt; /usr/include/proj_api.h<BR>&gt; &gt;<BR>&gt; &gt; Luego con locate busco el archivo libproj.so y es ubicable en:<BR>&gt; &gt;<BR>&gt; &gt; root@mauri:/etc/mapserver-5.4.2# locate libproj.so<BR>&gt; &gt; /usr/local/gvSIG_1.1.1/libs/libproj.so<BR>&gt; &gt; /usr/local/gvSIG_1.1.1/libs/libproj.so.0<BR>&gt; &gt; /usr/local/gvSIG_1.1.1/libs/libproj.so.0.5.0<BR>&gt; &gt; /usr/lib/libproj.so<BR>&gt; &gt; /usr/lib/libproj.so.0.5.5<BR>&gt; &gt; /usr/lib/libproj.so.0<BR>&gt; &gt;<BR>&gt; &gt; La pregunta o consulta del millón de dólares es: ¿Qué error estoy<BR>&gt; &gt; cometiendo al configurar al mapserver?, intente cambiar la ubicación de la<BR>&gt; &gt; configuración del proj "--with-proj=/usr/bin/proj" a las ubicaciones de<BR>&gt; &gt; los archivos que da el error de configuración pero sigue ocurriendo el error<BR>&gt; &gt; de configuracion, ¿Alguna idea o sugerencia?, gracias por la atención y<BR>&gt; &gt; disculpen lo largo del mail, supongo que así lograré darme a entender mejor,<BR>&gt; &gt; saludos...<BR>&gt; &gt;<BR>&gt; &gt; *Mauricio Márquez*<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; --- El *mar 29-sep-09, Mauricio Marquez &lt;mauriciomarquezgoa@yahoo.com&gt;*escribió:<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; De: Mauricio Marquez &lt;mauriciomarquezgoa@yahoo.com&gt;<BR>&gt; &gt; Asunto: Re: [Gvsig_usuarios] Problemas (Mapserver) extensión de publicación<BR>&gt; &gt; gvSIG<BR>&gt; &gt; A: "Lista de Usuarios de gvSIG" &lt;gvsig_usuarios@listserv.gva.es&gt;<BR>&gt; &gt; Fecha: martes, 29 septiembre, 2009, 10:40 am<BR>&gt; &gt;<BR>&gt; &gt; Hola Valenty, un abrazo mi pana, felicitaciones por lo logrado en<BR>&gt; &gt; Argentina...<BR>&gt; &gt;<BR>&gt; &gt; Te muestro el contenido del mapfile a lo que haces referencia...<BR>&gt; &gt;<BR>&gt; &gt; WEB<BR>&gt; &gt; METADATA<BR>&gt; &gt; "wms_encoding" "UTF-8"<BR>&gt; &gt; "wms_title" "Mapserver WMS"<BR>&gt; &gt; "wms_abstract" "Plan Revolucionario de la Lectura"<BR>&gt; &gt; "wms_srs" " EPSG:4326"<BR>&gt; &gt; "wms_onlineresource" "<BR>&gt; &gt; http://localhost/cgi-bin/wms?map=/var/www/htdocs/plan_revol_mapserver3/plan_revol.map<BR>&gt; &gt; "<BR>&gt; &gt; END<BR>&gt; &gt; END<BR>&gt; &gt; PROJECTION<BR>&gt; &gt; "init=epsg:4326"<BR>&gt; &gt; END<BR>&gt; &gt; LAYER<BR>&gt; &gt; NAME "public.plan_revol_datos"<BR>&gt; &gt; STATUS ON<BR>&gt; &gt; TYPE POLYGON<BR>&gt; &gt; DATA "the_geom from public.plan_revol_datos using unique gid using<BR>&gt; &gt; srid=4326"<BR>&gt; &gt; CONNECTIONTYPE POSTGIS<BR>&gt; &gt; CONNECTION "user=***** password=***** host=***** port=*****<BR>&gt; &gt; dbname=*****"<BR>&gt; &gt; //Oculto valores de Conexión por seguridad<BR>&gt; &gt; MAXSCALE -1.0<BR>&gt; &gt; MINSCALE -1.0<BR>&gt; &gt; TRANSPARENCY 100<BR>&gt; &gt; DUMP TRUE<BR>&gt; &gt; TEMPLATE "."<BR>&gt; &gt; CLASSITEM "nro_de_par"<BR>&gt; &gt; PROJECTION<BR>&gt; &gt; "init=epsg:4326"<BR>&gt; &gt; END<BR>&gt; &gt;<BR>&gt; &gt; Valenty Dijo: "por lo visto o no declarastes ese SRS a la salida del map o<BR>&gt; &gt; el srs de origen no puede ser reproyectado".<BR>&gt; &gt;<BR>&gt; &gt; Lamento decir que esta parte no la entendí, no quiero pecar de ignorante,<BR>&gt; &gt; sólo que no se a que se refiere con exactitud, saludos...<BR>&gt; &gt;<BR>&gt; &gt; *Mauricio Márquez*<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; --- El *mar 29-sep-09, Valenty Gonzalez &lt;gvalenty@creativa-consultores.com<BR>&gt; &gt; &gt;* escribió:<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; De: Valenty Gonzalez &lt;gvalenty@creativa-consultores.com&gt;<BR>&gt; &gt; Asunto: Re: [Gvsig_usuarios] Problemas (Mapserver) extensión de publicación<BR>&gt; &gt; gvSIG<BR>&gt; &gt; A: "Lista de Usuarios de gvSIG" &lt;gvsig_usuarios@listserv.gva.es&gt;<BR>&gt; &gt; Fecha: martes, 29 septiembre, 2009, 12:46 am<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; Hola Mauricio,<BR>&gt; &gt;<BR>&gt; &gt; revisa en el mapfile la proyeccion que habilitastes para la variable MAP,<BR>&gt; &gt; es decir para la salida del mapa, a ver si declarastes el EPSG:4326.<BR>&gt; &gt;<BR>&gt; &gt; tambien debes verificar que sistema de proyeccion tienes en las capas o<BR>&gt; &gt; layers en postgis, ya que el error que tienes es de proyeccion.<BR>&gt; &gt;<BR>&gt; &gt; por lo visto o no declarastes ese SRS a la salida del map o el srs de<BR>&gt; &gt; origen no puede ser reproyectado.<BR>&gt; &gt;<BR>&gt; &gt; Saludos,<BR>&gt; &gt;<BR>&gt; &gt; Valenty Gonzalez<BR>&gt; &gt; CREATIVA<BR>&gt; &gt; Venezuela<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; 2009/9/28 Mauricio Marquez &lt;mauriciomarquezgoa@yahoo.com&gt;<BR>&gt; &gt;<BR>&gt; &gt;&gt; Hola Ernesto, así con esa misma línea de comando (claro cambiando la<BR>&gt; &gt;&gt; dirección del servidor donde está instalado el fgs y la ubicación del .map y<BR>&gt; &gt;&gt; las instrucciones internas dentro del archivo para decir la ubicación del<BR>&gt; &gt;&gt; archivo .map) funciona perfectamente en el servidor FGS, sin embargo, he<BR>&gt; &gt;&gt; cambiado la "C" por la "S" en el servidor local tal como comentas e igual<BR>&gt; &gt;&gt; sigue el mismo error, gracias...<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; *Mauricio Márquez*<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; --- El *lun 28-sep-09, Ernesto Murcia &lt;bv2musae@uco.es&gt;* escribió:<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; De: Ernesto Murcia &lt;bv2musae@uco.es&gt;<BR>&gt; &gt;&gt; Asunto: Re: [Gvsig_usuarios] Problemas (Mapserver) extensión de<BR>&gt; &gt;&gt; publicación gvSIG<BR>&gt; &gt;&gt; A: "Lista de Usuarios de gvSIG" &lt;gvsig_usuarios@listserv.gva.es&gt;<BR>&gt; &gt;&gt; Fecha: lunes, 28 septiembre, 2009, 12:50 pm<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Mauricio Marquez escribió:<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Buenos días a todos, estoy haciendo pruebas con la extensión de<BR>&gt; &gt;&gt; publicación la cual funciona perfectamente, el problema que tengo es con el<BR>&gt; &gt;&gt; MapServer, instale el paquete fgs y allí si pubilco sin ningun incoveniente,<BR>&gt; &gt;&gt; sólo que estan funcionando 2 apaches, 2 postgis y 2 de todo, para ello he<BR>&gt; &gt;&gt; decidido crear otro servidor de prueba pero que tenga un sólo apache, 1 solo<BR>&gt; &gt;&gt; postgis y otros, el problema esta en que si verifico que el mapserver<BR>&gt; &gt;&gt; funciona me dice que esta todo bien: "No query information to decode.<BR>&gt; &gt;&gt; QUERY_STRING is set, but empty. " en http://localhost/cgi-bin/wms, pero<BR>&gt; &gt;&gt; cuando intento ver el .map desde la misma ubicación<BR>&gt; &gt;&gt; http://localhost/cgi-bin/wms?map=/var/www/htdocs/plan_revol_mapserver3/plan_revol.map&amp;VERSION=1.1&amp;REQUEST=GetMap&amp;SERVICE=wms&amp;LAYERS=public.plan_revol_datos,public.plan_revol_puntos&amp;STYLE=default&amp;CRS=EPSG:4326&amp;BBOX=-74,0,-58,13&amp;WIDTH=950&amp;HEIGHT=800&amp;FORMAT=png&amp;TRANSPARENT=true&amp;EXCEPTONS=xml&amp;BGCOLOR=defaultme da el siguiente "mensaje:<BR>&gt; &gt;&gt; loadProjection(): Projection library error. Projection support is not<BR>&gt; &gt;&gt; available." , no se que hacer, supongo que algo está mal configurado, lo<BR>&gt; &gt;&gt; que hice hasta ahora fue descargar el Postgres + PostGIS y la librería PROJ4<BR>&gt; &gt;&gt; para que funcionara el PostGIS el cual esta funcionando bien, ahora para el<BR>&gt; &gt;&gt; mapserver me baje el FWTools para tener todas las librerias del Mapserver y<BR>&gt; &gt;&gt; el también descargué Mapserver, por el mensaje del servidor me da la<BR>&gt; &gt;&gt; impresión que quedó bien instalado, pero cuando intento abrir un .map y me<BR>&gt; &gt;&gt; dice el error de la librería me quedo un poco desorientado, alguna<BR>&gt; &gt;&gt; recomendación?<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Estoy en Slackware 13.0 32bits, estoy usando FWTools-2.0.6,<BR>&gt; &gt;&gt; mapserver-5.4.2, gvSIG 1.1.2 con su extensión de publicación, saludos...<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; *Mauricio Márquez*<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; ------------------------------<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Mauricio, no sé si estará ahí el problema, pero en la petición que haces<BR>&gt; &gt;&gt; hay un error: el parámetro referido a la proyección es *SRS*, y no CRS.<BR>&gt; &gt;&gt; Suerte.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; -----Adjunto en línea a continuación-----<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; _______________________________________________<BR>&gt; &gt;&gt; gvSIG_usuarios mailing list<BR>&gt; &gt;&gt; gvSIG_usuarios@listserv.gva.es&lt;http://mc/compose?to=gvSIG_usuarios@listserv.gva.es&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Para ver histórico de mensajes, editar sus preferencias de usuario o darse<BR>&gt; &gt;&gt; de baja en esta lista, acuda a la siguiente dirección:<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; ------------------------------<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; ¡Obtén la mejor experiencia en la web!<BR>&gt; &gt;&gt; Descarga gratis el nuevo Internet Explorer 8<BR>&gt; &gt;&gt; http://downloads.yahoo.com/ieak8/?l=e1<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; _______________________________________________<BR>&gt; &gt;&gt; gvSIG_usuarios mailing list<BR>&gt; &gt;&gt; gvSIG_usuarios@listserv.gva.es<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Para ver histórico de mensajes, editar sus preferencias de usuario o darse<BR>&gt; &gt;&gt; de baja en esta lista, acuda a la siguiente dirección:<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;<BR>&gt; &gt; -----Adjunto en línea a continuación-----<BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; gvSIG_usuarios mailing list<BR>&gt; &gt; gvSIG_usuarios@listserv.gva.es<BR>&gt; &gt;<BR>&gt; &gt; Para ver histórico de mensajes, editar sus preferencias de usuario o darse<BR>&gt; &gt; de baja en esta lista, acuda a la siguiente dirección:<BR>&gt; &gt;<BR>&gt; &gt; http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; ------------------------------<BR>&gt; &gt;<BR>&gt; &gt; ¡Obtén la mejor experiencia en la web!<BR>&gt; &gt; Descarga gratis el nuevo Internet Explorer 8<BR>&gt; &gt; http://downloads.yahoo.com/ieak8/?l=e1<BR>&gt; &gt;<BR>&gt; &gt; -----Adjunto en línea a continuación-----<BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; gvSIG_usuarios mailing list<BR>&gt; &gt; gvSIG_usuarios@listserv.gva.es&lt;http://mc/compose?to=gvSIG_usuarios@listserv.gva.es&gt;<BR>&gt; &gt;<BR>&gt; &gt; Para ver histórico de mensajes, editar sus preferencias de usuario o darse<BR>&gt; &gt; de baja en esta lista, acuda a la siguiente dirección:<BR>&gt; &gt;<BR>&gt; &gt; http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; ------------------------------<BR>&gt; &gt;<BR>&gt; &gt; ¡Obtén la mejor experiencia en la web!<BR>&gt; &gt; Descarga gratis el nuevo Internet Explorer 8<BR>&gt; &gt; http://downloads.yahoo.com/ieak8/?l=e1<BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Spanish mailing list<BR>&gt; &gt; Spanish@lists.osgeo.org<BR>&gt; &gt; http://lists.osgeo.org/mailman/listinfo/spanish<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; <BR>&gt; <BR>&gt; -- <BR>&gt; Juan Manuel Uribe Medina<BR>&gt; http://www.hablandodesigs.com<BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://lists.osgeo.org/pipermail/spanish/attachments/20090930/5db64fa4/attachment.html<BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; Spanish mailing list<BR>&gt; Spanish@lists.osgeo.org<BR>&gt; http://lists.osgeo.org/mailman/listinfo/spanish<BR>&gt; <BR>&gt; <BR>&gt; End of Spanish Digest, Vol 31, Issue 29<BR>&gt; ***************************************<BR>                                               <br /><hr />Discover the new Windows Vista <a href='http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE' target='_new'>Learn more!</a></body>
</html>