[mapserver-users] msProcessProjection(): Projection library error. no system list, errno: 2

2010-11-18 Thread Sebastian E. Ovide
Hi All,

I'm using an map file that works fine on one server, but for some reason on
another server (just installed: Fedora) it is giving this error:

[Thu Nov 18 17:23:03 2010].578122 msProcessProjection(): Projection library
error. no system list, errno: 2

I've already set DEBUG 5 and CONFIG CPL_DEBUG ON bat I cannot find any
extra information that could help to understand what the problem is.. (I've
built mapserver with debug flag)

any ideas ?

-- 
Sebastian E. Ovide
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] msProcessProjection(): Projection library error. no system list, errno: 2

2010-11-18 Thread Michael Schulz
Hi,

the projection-lib cannot find the epsg file, where all the
projections are defined. Add

CONFIG PROJ_LIB /usr/local/share/proj/nad

your mapfile (you may have to adjust the path).

Cheers, Michael


2010/11/18 Sebastian E. Ovide sebastian.ov...@gmail.com:
 Hi All,
 I'm using an map file that works fine on one server, but for some reason on
 another server (just installed: Fedora) it is giving this error:
 [Thu Nov 18 17:23:03 2010].578122 msProcessProjection(): Projection library
 error. no system list, errno: 2
 I've already set DEBUG 5 and CONFIG CPL_DEBUG ON bat I cannot find any
 extra information that could help to understand what the problem is.. (I've
 built mapserver with debug flag)
 any ideas ?
 --
 Sebastian E. Ovide




 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users





-- 
---
Michael Schulz
msch...@webgis.de

in medias res
Gesellschaft für Informationstechnologie mbH

Schwimmbadstraße 2
D-79100  Freiburg i. Br.

Tel:  +49 (0)761 705798-102
Tel:  +49 (0)761 705798-0
Fax: +49 (0)761 705798-09

http://www.webgis.de / http://www.zopecms.de
--
Geschäftsführer: Stefan Giese, Dr. Christof Lindenbeck
Eingetragen im Handelsregister HRB 5930 beim Amtsgericht Freiburg
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] msProcessProjection(): Projection library error. no system list, errno: 2

2010-11-18 Thread Sebastian E. Ovide
solved with

yum install proj-epsg


On Thu, Nov 18, 2010 at 5:31 PM, Michael Schulz msch...@webgis.de wrote:

 Hi,

 the projection-lib cannot find the epsg file, where all the
 projections are defined. Add

 CONFIG PROJ_LIB /usr/local/share/proj/nad

 your mapfile (you may have to adjust the path).

 Cheers, Michael


 2010/11/18 Sebastian E. Ovide sebastian.ov...@gmail.com:
  Hi All,
  I'm using an map file that works fine on one server, but for some reason
 on
  another server (just installed: Fedora) it is giving this error:
  [Thu Nov 18 17:23:03 2010].578122 msProcessProjection(): Projection
 library
  error. no system list, errno: 2
  I've already set DEBUG 5 and CONFIG CPL_DEBUG ON bat I cannot find
 any
  extra information that could help to understand what the problem is..
 (I've
  built mapserver with debug flag)
  any ideas ?
  --
  Sebastian E. Ovide
 
 
 
 
  ___
  mapserver-users mailing list
  mapserver-users@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/mapserver-users
 
 



 --
 ---
 Michael Schulz
 msch...@webgis.de

 in medias res
 Gesellschaft für Informationstechnologie mbH

 Schwimmbadstraße 2
 D-79100  Freiburg i. Br.

 Tel:  +49 (0)761 705798-102
 Tel:  +49 (0)761 705798-0
 Fax: +49 (0)761 705798-09

 http://www.webgis.de / http://www.zopecms.de
 --
 Geschäftsführer: Stefan Giese, Dr. Christof Lindenbeck
 Eingetragen im Handelsregister HRB 5930 beim Amtsgericht Freiburg
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users




-- 
Sebastian E. Ovide
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] msProcessProjection(): Projection library error. no system list, errno: 2

2009-03-06 Thread kapilmanoj

hi all,
i have done a blunder mistake in the Projection tag of the above mapfile, i
have written espg instead of epsg , that was the root cause of the above
error has been thrown.

just forgive me...

Thanks
kapilmanoj

kapilmanoj wrote:
 
 Dear users,
 
 I am using fedora 9 with mapserver 5.0.3 , i installed mapserver by using
 YUM install command through command prompt. Now I am trying to use the
 'projection' tag in a map file, but it is not working. I installed
 proj-4.6.0 also as like the above same way. However, when using the
 'projection' tag, it gets
 
  * msProcessProjection(): Projection library error. no system list, errno:
 2
 *
 
 
 This is my map file for your perusal,
 
 Map
 IMAGETYPE PNG
 NAME Gods own country
 SIZE 800 500
 IMAGECOLOR 256 255 255
 EXTENT  74.906173 8.249055 77.434938 12.791817 #geographic
 SHAPEPATH /var/www/html/mapfiles/sampletest/data
 FONTSET   /var/www/html/mapfiles/sampletest/fonts/fonts.list
 SYMBOLSET  /var/www/html/mapfiles/sampletest/symbols/symbols35.sym
 
 PROJECTION
  init=espg:4326
 END
 
 LAYER
 NAME   kerala
 TYPE   POLYGON
 STATUS OFF
 DATA   parl_04
 
 PROJECTION
   init=epsg:4326
   END
 
 CLASSITEM  PARTY
 
 CLASS
NAME   Greenary Land
EXPRESSION 'CPM'
 STYLE
 COLOR 256 256 255
 OUTLINECOLOR 256 256 256
 END
 
END
 
 #second class starts
CLASS
NAME 'CPI'
EXPRESSION 'CPI'
 
STYLE
   COLOR 198 198 255
   OUTLINECOLOR 256 256 256
 END
 
   END
 
  END #end of first layer
 
   LAYER # States label layer begins here
 NAME states_label
 DATA parl_04
 STATUS   OFF
 TYPE ANNOTATION
 
   PROJECTION
   init=epsg:4326
 END
 
 CLASSITEMPARTY
 
 LABELITEMNAME
 
 CLASS
   EXPRESSION 'CPM'
   STYLE
 COLOR  -1 -1 -1
   END
   LABEL
 COLOR 132 31 31
 SHADOWCOLOR 218 218 218
 SHADOWSIZE 2 2
 TYPE TRUETYPE
 FONT arial-bold
 SIZE 12
 ANTIALIAS TRUE
 POSITION AUTO
 PARTIALS FALSE
 MINDISTANCE 300
 BUFFER 4
   END # end of label
 END # end of class
 CLASS
   EXPRESSION 'CPI'
   STYLE
 COLOR  -1 -1 -1
   END
   LABEL
 COLOR 132 31 31
 SHADOWCOLOR 218 218 218
 SHADOWSIZE 2 2
 TYPE TRUETYPE
 FONT arial-bold
 SIZE 12
 ANTIALIAS TRUE
 POSITION AUTO
 PARTIALS FALSE
 MINDISTANCE 300
 BUFFER 4
   END # end of label
 END # end of class
 
 
   END # States label layer ends here
   # End of LAYER DEFINITIONS ---
 
 END #map ends here
 -+-
 
 The interesting thing to look out about this projection is when i add the
 projection tag both in the map object and layer object , its showing the
 above error
 
 * mProcessProjection(): Projection library error. no system list, errno: 2
 *
 
 but when i remove the projection tag from the map object leaving the
 project
 tag as it is in the layer object (not remove) its working fine, projecting
 the map without making any problem in the browser
 
 The apache error logs don't show anything interesting, but it still
 returns
 this:
 
   msProcessProjection(): Projection library error. no system list, errno:
 2
 when i add the projection tag in the map object.
 
  what could be a problem? somebody please help me out...
 
 help/tips will be appreciated.
 
 Thanks,
 kapilmanoj.
 
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users
 
 

-- 
View this message in context: 
http://n2.nabble.com/msProcessProjection%28%29%3A-Projection-library-error.-no-system-list%2C-errno%3A-2-tp2428209p2434929.html
Sent from the Mapserver - User mailing list archive at Nabble.com.

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users