[postgis-users] Postgis Installation Error

Jorge Arévalo jorge.arevalo at deimos-space.com
Fri Apr 8 01:42:25 PDT 2011


Hi,

On Thu, Apr 7, 2011 at 11:26 PM, vikashvikky <vikashtalanki at gmail.com> wrote:
>
>
> Hi Jorge,
>
>    Thanx for your reply. I have tried what you said, this time its somewhat
> better than previous but still some problem, When I make check I am getting
>
>
> unning tests
>
>  loader/Point.............. ok
>  loader/PointM.............. ok
>  loader/PointZ.............. ok
>  loader/MultiPoint.............. ok
>  loader/MultiPointM.............. ok
>  loader/MultiPointZ.............. ok
>  loader/Arc.............. ok
>  loader/ArcM.............. ok
>  loader/ArcZ.......... ok
>  loader/Polygon.............. ok
>  loader/PolygonM.............. ok
>  loader/PolygonZ.............. ok
>  regress. ok
>  regress_index. ok
>  regress_index_nulls. ok
>  lwgeom_regress. ok
>  regress_lrs. ok
>  removepoint. ok
>  setpoint. ok
>  simplify. ok
>  snaptogrid. ok
>  affine. ok
>  wkt. ok
>  measures. ok
>  long_xact. ok
>  ctors. ok
>  sql-mm-serialize. ok
>  sql-mm-circularstring. ok
>  sql-mm-compoundcurve. ok
>  sql-mm-curvepoly. ok
>  sql-mm-general. ok
>  sql-mm-multicurve. ok
>  sql-mm-multisurface. ok
>  geojson. ok
>  gml. ok
>  svg. ok
>  kml. ok
>  in_gml. ok
>  in_kml. ok
>  regress_ogc. ok
>  regress_ogc_cover. ok
>  regress_ogc_prep. ok
>  regress_bdpoly. ok
>  regress_proj. ok
>  dumppoints. ok
>  wmsservers. ok
>  tickets. failed (diff expected obtained: /tmp/pgis_reg_6910/test_47_diff)
>  regress_buffer_params. ok
>  hausdorff. ok
>
> Run tests: 49
> Failed: 1
> make[1]: Leaving directory `/sources/postgis/postgis-1.5.0SVN/regress'
>
> And getting the same error when I try to create template_postgis db.
> --
> View this message in context: http://old.nabble.com/Postgis-Installation-Error-tp31336778p31346600.html
> Sent from the PostGIS - User mailing list archive at Nabble.com.
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>

The tickets problem is normal, but I think it has been solved in one
of the last commits. Update your working copy first (svn update),
compile and check again.

About creating the new database, did you follow the steps in the same
order? First create empty db, install PL/pgSQL, install PostGIS. In
which step are you stuck?

Anyway, in your log output I only see NOTICE messages, not errors.
Could you try this, from a console?

psql -U postgres -d template_postgis

If you connect to your postgres backed, the database has been
correctly created.

Best regards,

-- 
Jorge Arévalo
Internet & Mobilty Division, DEIMOS
jorge.arevalo at deimos-space.com
http://es.linkedin.com/in/jorgearevalo80
http://mobility.grupodeimos.com/
http://gis4free.wordpress.com
http://geohash.org/ezjqgrgzz0g



More information about the postgis-users mailing list