Re: [postgis-users] Installing on Debian

2012-06-18 Thread Alex Borrell
Thanks Steve, I'll check that

On Fri, Jun 15, 2012 at 12:26 PM, steve.tout...@inspq.qc.ca wrote:


 Pehaps Check if you have a bad symbolic link on libxml2.so
 I had an issue with that



  *Alex Borrell borrella...@gmail.com@postgis.refractions.net*
 Envoyé par : postgis-users-boun...@postgis.refractions.net

 2012-06-15 10:56
  Veuillez répondre à
 PostGIS Users Discussion postgis-users@postgis.refractions.net

   A
 PostGIS Users Discussion postgis-users@postgis.refractions.net
 cc
   Objet
 Re: [postgis-users] Installing on Debian






 Hi,
 I manage to install postgresql 9.1/postgis 2.0 in a virtual machine with
 debian sid. So
 it solved the problem somehow. The libxml2 problem in Ubuntu 12.04
 remains, but I
 will compare it with the debian system.

 Thanks for your help!

 On Thu, Jun 14, 2012 at 1:59 PM, Alex Borrell 
 *borrella...@gmail.com*borrella...@gmail.com
 wrote:
 Thanks for help Stefano,

 I run the command, it seems to be installed, here are the results:

 aborrell@geo4:/usr/lib$ dpkg -l | grep libxml2
 ii  libxml-libxml-perl
 1.89+dfsg-1Perl interface to the libxml2
 library
 ii  libxml2
 2.8.0+dfsg1-3  GNOME XML library
 ii  libxml2-dbg
 2.8.0+dfsg1-3  Debugging symbols for the GNOME
 XML library
 ii  libxml2-dev
 2.8.0+dfsg1-3  Development files for the GNOME
 XML library
 ii  libxml2-utils
 2.8.0+dfsg1-3  XML utilities
 ii  libxml2-utils-dbg
 2.8.0+dfsg1-3  XML utilities (debug extension)
 ii  python-libxml2
 2.8.0+dfsg1-3  Python bindings for the GNOME
 XML library
 ii  python-lxml
 2.3.2-1pythonic binding for the libxml2
 and libxslt libraries

 The machine is running Ubuntu 12.04 with some libraries from debian
 testing.

 Thanks again for your kind help,

 Alex


 On Thu, Jun 14, 2012 at 1:30 PM, Stefano Iacovella *
 stefano.iacove...@gmail.com* stefano.iacove...@gmail.com wrote:
 Hi Alex

 It sounds like you are missing the headers and include files for
 compilation.
 Check if it is installed on your box:

 stefano@vmora11gsrv:~$ dpkg -l | grep libxml2
 ii  libxml-libxml-perl  1.70.ds-1
   Perl interface to the libxml2 library
 ii  libxml2 2.7.6.dfsg-1ubuntu1.5
   GNOME XML library
 ii  libxml2-dev 2.7.6.dfsg-1ubuntu1.5
   Development files for the GNOME XML library

 if it is not than you can add it with aptitude:

 sudo apt-get install libxml2-dev

 Hope it helps

 Stefano
 ---
 41.95581N 12.52854E

 *
 **http://www.linkedin.com/in/stefanoiacovella*http://www.linkedin.com/in/stefanoiacovella
 *
 **http://twitter.com/#!/Iacovellas* http://twitter.com/#!/Iacovellas


 2012/6/14 aborrell *borrella...@gmail.com* borrella...@gmail.com:
  Hi Paolo, thanks for your post about postgis 2.0. I've been trying to
 install
  it on an OSGeo 5.5 Ubuntu live dvd installed on a hard disk. I managed to
  get Postgresql 9.1 working, but when I try to configure Postgis 2.0 I get
  the following error:
 
  ./configure --with-pgconfig=/usr/lib/postgresql/9.1/bin/pg_config
  --with-geosconfig=/usr/bin/geos-config --with-jsondir=/usr
 --with-topology
  --with-raster
 
  ...
  checking libpq-fe.h presence... yes
  checking for libpq-fe.h... yes
  checking for PQserverVersion in -lpq... yes
  checking for xml2-config... /usr/bin/xml2-config
  checking libxml/tree.h usability... yes
  checking libxml/tree.h presence... yes
  checking for libxml/tree.h... yes
  checking libxml/parser.h usability... yes
  checking libxml/parser.h presence... yes
  checking for libxml/parser.h... yes
  checking libxml/xpath.h usability... yes
  checking libxml/xpath.h presence... yes
  checking for libxml/xpath.h... yes
  checking libxml/xpathInternals.h usability... yes
  checking libxml/xpathInternals.h presence... yes
  checking for libxml/xpathInternals.h... yes
  checking for xmlInitParser in -lxml2... no
  configure: error: could not find libxml2
 
  I can't make it work. xml2-config is in /usr/bin, libxml2 in
  /usr/include/libxml2/libxml and libxml2.so, libxml2.a in
  /usr/lib/i386-linux-gnu
 
  I would appreciate your help. Thanks
 
  Alex Borell
  Mexico
 
  --
  View this message in context: *
 http://postgis.17.n6.nabble.com/Installing-on-Debian-tp4996113p4998272.html
 *http://postgis.17.n6.nabble.com/Installing-on-Debian-tp4996113p4998272.html
  Sent from the PostGIS - User mailing list archive at Nabble.com.
  ___
  postgis-users mailing list
  *postgis-users@postgis.refractions.net*postgis-users@postgis.refractions.net
  *http://postgis.refractions.net/mailman/listinfo/postgis-users*http://postgis.refractions.net/mailman/listinfo/postgis-users
 ___
 postgis-users

Re: [postgis-users] Installing on Debian

2012-06-15 Thread Alex Borrell
Hi,
I manage to install postgresql 9.1/postgis 2.0 in a virtual machine with
debian sid. So
it solved the problem somehow. The libxml2 problem in Ubuntu 12.04 remains,
but I
will compare it with the debian system.

Thanks for your help!

On Thu, Jun 14, 2012 at 1:59 PM, Alex Borrell borrella...@gmail.com wrote:

 Thanks for help Stefano,

 I run the command, it seems to be installed, here are the results:

 aborrell@geo4:/usr/lib$ dpkg -l | grep libxml2
 ii  libxml-libxml-perl
 1.89+dfsg-1Perl interface to the libxml2
 library
 ii  libxml2
 2.8.0+dfsg1-3  GNOME XML library
 ii  libxml2-dbg
 2.8.0+dfsg1-3  Debugging symbols for the GNOME
 XML library
 ii  libxml2-dev
 2.8.0+dfsg1-3  Development files for the GNOME
 XML library
 ii  libxml2-utils
 2.8.0+dfsg1-3  XML utilities
 ii  libxml2-utils-dbg
 2.8.0+dfsg1-3  XML utilities (debug extension)
 ii  python-libxml2
 2.8.0+dfsg1-3  Python bindings for the GNOME
 XML library
 ii  python-lxml
 2.3.2-1pythonic binding for the libxml2
 and libxslt libraries

 The machine is running Ubuntu 12.04 with some libraries from debian
 testing.

 Thanks again for your kind help,

 Alex


 On Thu, Jun 14, 2012 at 1:30 PM, Stefano Iacovella 
 stefano.iacove...@gmail.com wrote:

 Hi Alex

 It sounds like you are missing the headers and include files for
 compilation.
 Check if it is installed on your box:

 stefano@vmora11gsrv:~$ dpkg -l | grep libxml2
 ii  libxml-libxml-perl  1.70.ds-1
   Perl interface to the libxml2 library
 ii  libxml2 2.7.6.dfsg-1ubuntu1.5
   GNOME XML library
 ii  libxml2-dev 2.7.6.dfsg-1ubuntu1.5
   Development files for the GNOME XML library

 if it is not than you can add it with aptitude:

 sudo apt-get install libxml2-dev

 Hope it helps

 Stefano
 ---
 41.95581N 12.52854E


 http://www.linkedin.com/in/stefanoiacovella

 http://twitter.com/#!/Iacovellas


 2012/6/14 aborrell borrella...@gmail.com:
  Hi Paolo, thanks for your post about postgis 2.0. I've been trying to
 install
  it on an OSGeo 5.5 Ubuntu live dvd installed on a hard disk. I managed
 to
  get Postgresql 9.1 working, but when I try to configure Postgis 2.0 I
 get
  the following error:
 
  ./configure --with-pgconfig=/usr/lib/postgresql/9.1/bin/pg_config
  --with-geosconfig=/usr/bin/geos-config --with-jsondir=/usr
 --with-topology
  --with-raster
 
  ...
  checking libpq-fe.h presence... yes
  checking for libpq-fe.h... yes
  checking for PQserverVersion in -lpq... yes
  checking for xml2-config... /usr/bin/xml2-config
  checking libxml/tree.h usability... yes
  checking libxml/tree.h presence... yes
  checking for libxml/tree.h... yes
  checking libxml/parser.h usability... yes
  checking libxml/parser.h presence... yes
  checking for libxml/parser.h... yes
  checking libxml/xpath.h usability... yes
  checking libxml/xpath.h presence... yes
  checking for libxml/xpath.h... yes
  checking libxml/xpathInternals.h usability... yes
  checking libxml/xpathInternals.h presence... yes
  checking for libxml/xpathInternals.h... yes
  checking for xmlInitParser in -lxml2... no
  configure: error: could not find libxml2
 
  I can't make it work. xml2-config is in /usr/bin, libxml2 in
  /usr/include/libxml2/libxml and libxml2.so, libxml2.a in
  /usr/lib/i386-linux-gnu
 
  I would appreciate your help. Thanks
 
  Alex Borell
  Mexico
 
  --
  View this message in context:
 http://postgis.17.n6.nabble.com/Installing-on-Debian-tp4996113p4998272.html
  Sent from the PostGIS - User mailing list archive at Nabble.com.
  ___
  postgis-users mailing list
  postgis-users@postgis.refractions.net
  http://postgis.refractions.net/mailman/listinfo/postgis-users
 ___
 postgis-users mailing list
 postgis-users@postgis.refractions.net
 http://postgis.refractions.net/mailman/listinfo/postgis-users



___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] Installing on Debian

2012-06-15 Thread Steve . Toutant
Pehaps Check if you have a bad symbolic link on libxml2.so
I had an issue with that




Alex Borrell borrella...@gmail.com@postgis.refractions.net 
Envoyé par : postgis-users-boun...@postgis.refractions.net
2012-06-15 10:56
Veuillez répondre à
PostGIS Users Discussion postgis-users@postgis.refractions.net


A
PostGIS Users Discussion postgis-users@postgis.refractions.net
cc

Objet
Re: [postgis-users] Installing on Debian








Hi, 
I manage to install postgresql 9.1/postgis 2.0 in a virtual machine with 
debian sid. So
it solved the problem somehow. The libxml2 problem in Ubuntu 12.04 
remains, but I
will compare it with the debian system.

Thanks for your help!

On Thu, Jun 14, 2012 at 1:59 PM, Alex Borrell borrella...@gmail.com 
wrote:
Thanks for help Stefano,

I run the command, it seems to be installed, here are the results:

aborrell@geo4:/usr/lib$ dpkg -l | grep libxml2
ii  libxml-libxml-perl   
1.89+dfsg-1Perl interface to the libxml2 
library
ii  libxml2  
2.8.0+dfsg1-3  GNOME XML library
ii  libxml2-dbg  
2.8.0+dfsg1-3  Debugging symbols for the GNOME 
XML library
ii  libxml2-dev  
2.8.0+dfsg1-3  Development files for the GNOME 
XML library
ii  libxml2-utils
2.8.0+dfsg1-3  XML utilities
ii  libxml2-utils-dbg
2.8.0+dfsg1-3  XML utilities (debug extension)
ii  python-libxml2   
2.8.0+dfsg1-3  Python bindings for the GNOME 
XML library
ii  python-lxml  
2.3.2-1pythonic binding for the 
libxml2 and libxslt libraries

The machine is running Ubuntu 12.04 with some libraries from debian 
testing.

Thanks again for your kind help,

Alex


On Thu, Jun 14, 2012 at 1:30 PM, Stefano Iacovella 
stefano.iacove...@gmail.com wrote:
Hi Alex

It sounds like you are missing the headers and include files for 
compilation.
Check if it is installed on your box:

stefano@vmora11gsrv:~$ dpkg -l | grep libxml2
ii  libxml-libxml-perl  1.70.ds-1
  Perl interface to the libxml2 library
ii  libxml2 2.7.6.dfsg-1ubuntu1.5
  GNOME XML library
ii  libxml2-dev 2.7.6.dfsg-1ubuntu1.5
  Development files for the GNOME XML library

if it is not than you can add it with aptitude:

sudo apt-get install libxml2-dev

Hope it helps

Stefano
---
41.95581N 12.52854E


http://www.linkedin.com/in/stefanoiacovella

http://twitter.com/#!/Iacovellas


2012/6/14 aborrell borrella...@gmail.com:
 Hi Paolo, thanks for your post about postgis 2.0. I've been trying to 
install
 it on an OSGeo 5.5 Ubuntu live dvd installed on a hard disk. I managed 
to
 get Postgresql 9.1 working, but when I try to configure Postgis 2.0 I 
get
 the following error:

 ./configure --with-pgconfig=/usr/lib/postgresql/9.1/bin/pg_config
 --with-geosconfig=/usr/bin/geos-config --with-jsondir=/usr 
--with-topology
 --with-raster

 ...
 checking libpq-fe.h presence... yes
 checking for libpq-fe.h... yes
 checking for PQserverVersion in -lpq... yes
 checking for xml2-config... /usr/bin/xml2-config
 checking libxml/tree.h usability... yes
 checking libxml/tree.h presence... yes
 checking for libxml/tree.h... yes
 checking libxml/parser.h usability... yes
 checking libxml/parser.h presence... yes
 checking for libxml/parser.h... yes
 checking libxml/xpath.h usability... yes
 checking libxml/xpath.h presence... yes
 checking for libxml/xpath.h... yes
 checking libxml/xpathInternals.h usability... yes
 checking libxml/xpathInternals.h presence... yes
 checking for libxml/xpathInternals.h... yes
 checking for xmlInitParser in -lxml2... no
 configure: error: could not find libxml2

 I can't make it work. xml2-config is in /usr/bin, libxml2 in
 /usr/include/libxml2/libxml and libxml2.so, libxml2.a in
 /usr/lib/i386-linux-gnu

 I would appreciate your help. Thanks

 Alex Borell
 Mexico

 --
 View this message in context: 
http://postgis.17.n6.nabble.com/Installing-on-Debian-tp4996113p4998272.html

 Sent from the PostGIS - User mailing list archive at Nabble.com.
 ___
 postgis-users mailing list
 postgis-users@postgis.refractions.net
 http://postgis.refractions.net/mailman/listinfo/postgis-users
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

Re: [postgis-users] Installing on Debian

2012-06-14 Thread aborrell
Hi Paolo, thanks for your post about postgis 2.0. I've been trying to install
it on an OSGeo 5.5 Ubuntu live dvd installed on a hard disk. I managed to
get Postgresql 9.1 working, but when I try to configure Postgis 2.0 I get
the following error:

./configure --with-pgconfig=/usr/lib/postgresql/9.1/bin/pg_config
--with-geosconfig=/usr/bin/geos-config --with-jsondir=/usr --with-topology
--with-raster

...
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking for PQserverVersion in -lpq... yes
checking for xml2-config... /usr/bin/xml2-config
checking libxml/tree.h usability... yes
checking libxml/tree.h presence... yes
checking for libxml/tree.h... yes
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking libxml/xpath.h usability... yes
checking libxml/xpath.h presence... yes
checking for libxml/xpath.h... yes
checking libxml/xpathInternals.h usability... yes
checking libxml/xpathInternals.h presence... yes
checking for libxml/xpathInternals.h... yes
checking for xmlInitParser in -lxml2... no
configure: error: could not find libxml2

I can't make it work. xml2-config is in /usr/bin, libxml2 in
/usr/include/libxml2/libxml and libxml2.so, libxml2.a in
/usr/lib/i386-linux-gnu

I would appreciate your help. Thanks

Alex Borell
Mexico

--
View this message in context: 
http://postgis.17.n6.nabble.com/Installing-on-Debian-tp4996113p4998272.html
Sent from the PostGIS - User mailing list archive at Nabble.com.
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] Installing on Debian

2012-06-14 Thread Stefano Iacovella
Hi Alex

It sounds like you are missing the headers and include files for compilation.
Check if it is installed on your box:

stefano@vmora11gsrv:~$ dpkg -l | grep libxml2
ii  libxml-libxml-perl  1.70.ds-1
   Perl interface to the libxml2 library
ii  libxml2 2.7.6.dfsg-1ubuntu1.5
   GNOME XML library
ii  libxml2-dev 2.7.6.dfsg-1ubuntu1.5
   Development files for the GNOME XML library

if it is not than you can add it with aptitude:

sudo apt-get install libxml2-dev

Hope it helps

Stefano
---
41.95581N 12.52854E


http://www.linkedin.com/in/stefanoiacovella

http://twitter.com/#!/Iacovellas


2012/6/14 aborrell borrella...@gmail.com:
 Hi Paolo, thanks for your post about postgis 2.0. I've been trying to install
 it on an OSGeo 5.5 Ubuntu live dvd installed on a hard disk. I managed to
 get Postgresql 9.1 working, but when I try to configure Postgis 2.0 I get
 the following error:

 ./configure --with-pgconfig=/usr/lib/postgresql/9.1/bin/pg_config
 --with-geosconfig=/usr/bin/geos-config --with-jsondir=/usr --with-topology
 --with-raster

 ...
 checking libpq-fe.h presence... yes
 checking for libpq-fe.h... yes
 checking for PQserverVersion in -lpq... yes
 checking for xml2-config... /usr/bin/xml2-config
 checking libxml/tree.h usability... yes
 checking libxml/tree.h presence... yes
 checking for libxml/tree.h... yes
 checking libxml/parser.h usability... yes
 checking libxml/parser.h presence... yes
 checking for libxml/parser.h... yes
 checking libxml/xpath.h usability... yes
 checking libxml/xpath.h presence... yes
 checking for libxml/xpath.h... yes
 checking libxml/xpathInternals.h usability... yes
 checking libxml/xpathInternals.h presence... yes
 checking for libxml/xpathInternals.h... yes
 checking for xmlInitParser in -lxml2... no
 configure: error: could not find libxml2

 I can't make it work. xml2-config is in /usr/bin, libxml2 in
 /usr/include/libxml2/libxml and libxml2.so, libxml2.a in
 /usr/lib/i386-linux-gnu

 I would appreciate your help. Thanks

 Alex Borell
 Mexico

 --
 View this message in context: 
 http://postgis.17.n6.nabble.com/Installing-on-Debian-tp4996113p4998272.html
 Sent from the PostGIS - User mailing list archive at Nabble.com.
 ___
 postgis-users mailing list
 postgis-users@postgis.refractions.net
 http://postgis.refractions.net/mailman/listinfo/postgis-users
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] Installing on Debian

2012-06-14 Thread Alex Borrell
Thanks for help Stefano,

I run the command, it seems to be installed, here are the results:

aborrell@geo4:/usr/lib$ dpkg -l | grep libxml2
ii  libxml-libxml-perl
1.89+dfsg-1Perl interface to the libxml2
library
ii  libxml2
2.8.0+dfsg1-3  GNOME XML library
ii  libxml2-dbg
2.8.0+dfsg1-3  Debugging symbols for the GNOME
XML library
ii  libxml2-dev
2.8.0+dfsg1-3  Development files for the GNOME
XML library
ii  libxml2-utils
2.8.0+dfsg1-3  XML utilities
ii  libxml2-utils-dbg
2.8.0+dfsg1-3  XML utilities (debug extension)
ii  python-libxml2
2.8.0+dfsg1-3  Python bindings for the GNOME
XML library
ii  python-lxml
2.3.2-1pythonic binding for the libxml2
and libxslt libraries

The machine is running Ubuntu 12.04 with some libraries from debian testing.

Thanks again for your kind help,

Alex

On Thu, Jun 14, 2012 at 1:30 PM, Stefano Iacovella 
stefano.iacove...@gmail.com wrote:

 Hi Alex

 It sounds like you are missing the headers and include files for
 compilation.
 Check if it is installed on your box:

 stefano@vmora11gsrv:~$ dpkg -l | grep libxml2
 ii  libxml-libxml-perl  1.70.ds-1
   Perl interface to the libxml2 library
 ii  libxml2 2.7.6.dfsg-1ubuntu1.5
   GNOME XML library
 ii  libxml2-dev 2.7.6.dfsg-1ubuntu1.5
   Development files for the GNOME XML library

 if it is not than you can add it with aptitude:

 sudo apt-get install libxml2-dev

 Hope it helps

 Stefano
 ---
 41.95581N 12.52854E


 http://www.linkedin.com/in/stefanoiacovella

 http://twitter.com/#!/Iacovellas


 2012/6/14 aborrell borrella...@gmail.com:
  Hi Paolo, thanks for your post about postgis 2.0. I've been trying to
 install
  it on an OSGeo 5.5 Ubuntu live dvd installed on a hard disk. I managed to
  get Postgresql 9.1 working, but when I try to configure Postgis 2.0 I get
  the following error:
 
  ./configure --with-pgconfig=/usr/lib/postgresql/9.1/bin/pg_config
  --with-geosconfig=/usr/bin/geos-config --with-jsondir=/usr
 --with-topology
  --with-raster
 
  ...
  checking libpq-fe.h presence... yes
  checking for libpq-fe.h... yes
  checking for PQserverVersion in -lpq... yes
  checking for xml2-config... /usr/bin/xml2-config
  checking libxml/tree.h usability... yes
  checking libxml/tree.h presence... yes
  checking for libxml/tree.h... yes
  checking libxml/parser.h usability... yes
  checking libxml/parser.h presence... yes
  checking for libxml/parser.h... yes
  checking libxml/xpath.h usability... yes
  checking libxml/xpath.h presence... yes
  checking for libxml/xpath.h... yes
  checking libxml/xpathInternals.h usability... yes
  checking libxml/xpathInternals.h presence... yes
  checking for libxml/xpathInternals.h... yes
  checking for xmlInitParser in -lxml2... no
  configure: error: could not find libxml2
 
  I can't make it work. xml2-config is in /usr/bin, libxml2 in
  /usr/include/libxml2/libxml and libxml2.so, libxml2.a in
  /usr/lib/i386-linux-gnu
 
  I would appreciate your help. Thanks
 
  Alex Borell
  Mexico
 
  --
  View this message in context:
 http://postgis.17.n6.nabble.com/Installing-on-Debian-tp4996113p4998272.html
  Sent from the PostGIS - User mailing list archive at Nabble.com.
  ___
  postgis-users mailing list
  postgis-users@postgis.refractions.net
  http://postgis.refractions.net/mailman/listinfo/postgis-users
 ___
 postgis-users mailing list
 postgis-users@postgis.refractions.net
 http://postgis.refractions.net/mailman/listinfo/postgis-users

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] Installing on Debian

2012-05-22 Thread Paolo Cavallini
Il 22/05/2012 04:00, Mike Toews ha scritto:

 Here are some simple instructions for Debian 6.0 (squeeze):
 http://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS20Debian60src

Thanks for your replies.
In fact, I found that the plain old sequence is just fine:

wget http://postgis.refractions.net/download/postgis-2.0.0.tar.gz
tar xfvz postgis-2.0.0.tar.gz
cd postgis-2.0.0
./autogen.sh
./configure
make
make install

Love the
CREATE EXTENSION postgis;

Pity for missing GEOS 3.3 in Debian. Going to ask debian-gis.
All the best.
-- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] Installing on Debian

2012-05-21 Thread Jeff Meyer
Buon giorno Paolo - 

Have you had any luck here?
If not, have you tried the Ubuntu install instructions? 
http://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS20Ubuntu1204

Thanks, Jeff





 From: Paolo Cavallini cavall...@faunalia.it
To: PostGIS Users Discussion postgis-users@postgis.refractions.net 
Sent: Monday, May 21, 2012 4:04 AM
Subject: [postgis-users] Installing on Debian
 
Hi all.
The Debian package for 2.0 is still not done (any volunteer here?). Is there a 
clean
install howto for Debian unstable/testing? I only found outdated/incomplete 
instructions.
All the best, and thanks.
-- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] Installing on Debian

2012-05-21 Thread Mike Toews
On 21 May 2012 23:04, Paolo Cavallini cavall...@faunalia.it wrote:
 Hi all.
 The Debian package for 2.0 is still not done (any volunteer here?). Is there 
 a clean
 install howto for Debian unstable/testing? I only found outdated/incomplete 
 instructions.
 All the best, and thanks.

Hi Paolo,

Here are some simple instructions for Debian 6.0 (squeeze):
http://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS20Debian60src

It looks like you still need to compile GEOS for PostGIS 2.0, since
they are still packaging old versions for Debian sid. Mind you, the
way these instructions work, the make test will fail on PostGIS 2.0
configured --with-raster, as there will be a second GEOS installed as
a dependency for the libgdal-dev package.

-Mike
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users