Thanks Steve, I'll check that<br><br><div class="gmail_quote">On Fri, Jun 15, 2012 at 12:26 PM,  <span dir="ltr"><<a href="mailto:Steve.Toutant@inspq.qc.ca" target="_blank">Steve.Toutant@inspq.qc.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br><font face="sans-serif">Pehaps Check if you have a bad symbolic
link on libxml2.so</font>
<br><font face="sans-serif">I had an issue with that<br>
</font>
<br>
<br>
<br>
<p></p><table width="100%">
<tbody><tr valign="top">
<td width="40%"><font size="1" face="sans-serif"><b>Alex Borrell <<a href="mailto:borrellalex@gmail.com" target="_blank">borrellalex@gmail.com</a>>@<a href="http://postgis.refractions.net" target="_blank">postgis.refractions.net</a></b>
</font>
<br><font size="1" face="sans-serif">Envoyé par : <a href="mailto:postgis-users-bounces@postgis.refractions.net" target="_blank">postgis-users-bounces@postgis.refractions.net</a></font>
<p><font size="1" face="sans-serif">2012-06-15 10:56</font>
</p><table border="">
<tbody><tr valign="top">
<td bgcolor="white">
<div align="center"><font size="1" face="sans-serif">Veuillez répondre à<br>
PostGIS Users Discussion <<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a>></font></div></td></tr></tbody></table>
<br>
</td><td width="59%">
<table width="100%">
<tbody><tr valign="top">
<td>
<div align="right"><font size="1" face="sans-serif">A</font></div>
</td><td><font size="1" face="sans-serif">PostGIS Users Discussion <<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a>></font>
</td></tr><tr valign="top">
<td>
<div align="right"><font size="1" face="sans-serif">cc</font></div>
</td><td>
</td></tr><tr valign="top">
<td>
<div align="right"><font size="1" face="sans-serif">Objet</font></div>
</td><td><font size="1" face="sans-serif">Re: [postgis-users] Installing on Debian</font></td></tr></tbody></table>
<br>
<table>
<tbody><tr valign="top">
<td>
</td><td></td></tr></tbody></table>
<br></td></tr></tbody></table><div class="HOEnZb"><div class="h5">
<br>
<br>
<br>
<br>
<br><font size="3">Hi, <br>
I manage to install postgresql 9.1/postgis 2.0 in a virtual machine with
debian sid. So<br>
it solved the problem somehow. The libxml2 problem in Ubuntu 12.04 remains,
but I<br>
will compare it with the debian system.<br>
<br>
Thanks for your help!<br>
</font>
<br><font size="3">On Thu, Jun 14, 2012 at 1:59 PM, Alex Borrell <</font><a href="mailto:borrellalex@gmail.com" target="_blank"><font size="3" color="blue"><u>borrellalex@gmail.com</u></font></a><font size="3">>
wrote:</font>
<br><font size="3">Thanks for help Stefano,<br>
<br>
I run the command, it seems to be installed, here are the results:<br>
<br>
aborrell@geo4:/usr/lib$ dpkg -l | grep libxml2<br>
ii  libxml-libxml-perl                          
1.89+dfsg-1                               
Perl interface to the libxml2 library<br>
ii  libxml2                                     
2.8.0+dfsg1-3                             
GNOME XML library<br>
ii  libxml2-dbg                                 
2.8.0+dfsg1-3                             
Debugging symbols for the GNOME XML library<br>
ii  libxml2-dev                                 
2.8.0+dfsg1-3                             
Development files for the GNOME XML library<br>
ii  libxml2-utils                               
2.8.0+dfsg1-3                             
XML utilities<br>
ii  libxml2-utils-dbg                           
2.8.0+dfsg1-3                             
XML utilities (debug extension)<br>
ii  python-libxml2                              
2.8.0+dfsg1-3                             
Python bindings for the GNOME XML library<br>
ii  python-lxml                                 
2.3.2-1                                   
pythonic binding for the libxml2 and libxslt libraries<br>
<br>
The machine is running Ubuntu 12.04 with some libraries from debian testing.<br>
<br>
Thanks again for your kind help,<br>
<br>
Alex</font>
<br><font size="3"><br>
</font>
<br><font size="3">On Thu, Jun 14, 2012 at 1:30 PM, Stefano Iacovella <</font><a href="mailto:stefano.iacovella@gmail.com" target="_blank"><font size="3" color="blue"><u>stefano.iacovella@gmail.com</u></font></a><font size="3">>
wrote:</font>
<br><font size="3">Hi Alex<br>
<br>
It sounds like you are missing the headers and include files for compilation.<br>
Check if it is installed on your box:<br>
<br>
stefano@vmora11gsrv:~$ dpkg -l | grep libxml2<br>
ii  libxml-libxml-perl              
   1.70.ds-1<br>
  Perl interface to the libxml2 library<br>
ii  libxml2                
            2.7.6.dfsg-1ubuntu1.5<br>
  GNOME XML library<br>
ii  libxml2-dev                
        2.7.6.dfsg-1ubuntu1.5<br>
  Development files for the GNOME XML library<br>
<br>
if it is not than you can add it with aptitude:<br>
<br>
sudo apt-get install libxml2-dev<br>
<br>
Hope it helps<br>
<br>
Stefano<br>
---------------------------------------------------<br>
41.95581N 12.52854E<br>
<br>
</font><font size="3" color="blue"><u><br>
</u></font><a href="http://www.linkedin.com/in/stefanoiacovella" target="_blank"><font size="3" color="blue"><u>http://www.linkedin.com/in/stefanoiacovella</u></font></a><font size="3"><br>
</font><font size="3" color="blue"><u><br>
</u></font><a href="http://twitter.com/#!/Iacovellas" target="_blank"><font size="3" color="blue"><u>http://twitter.com/#!/Iacovellas</u></font></a><font size="3"><br>
<br>
<br>
2012/6/14 aborrell <</font><a href="mailto:borrellalex@gmail.com" target="_blank"><font size="3" color="blue"><u>borrellalex@gmail.com</u></font></a><font size="3">>:</font>
<br><font size="3">> Hi Paolo, thanks for your post about postgis 2.0.
I've been trying to install<br>
> it on an OSGeo 5.5 Ubuntu live dvd installed on a hard disk. I managed
to<br>
> get Postgresql 9.1 working, but when I try to configure Postgis 2.0
I get<br>
> the following error:<br>
><br>
> ./configure --with-pgconfig=/usr/lib/postgresql/9.1/bin/pg_config<br>
> --with-geosconfig=/usr/bin/geos-config --with-jsondir=/usr --with-topology<br>
> --with-raster<br>
><br>
> .......<br>
> checking libpq-fe.h presence... yes<br>
> checking for libpq-fe.h... yes<br>
> checking for PQserverVersion in -lpq... yes<br>
> checking for xml2-config... /usr/bin/xml2-config<br>
> checking libxml/tree.h usability... yes<br>
> checking libxml/tree.h presence... yes<br>
> checking for libxml/tree.h... yes<br>
> checking libxml/parser.h usability... yes<br>
> checking libxml/parser.h presence... yes<br>
> checking for libxml/parser.h... yes<br>
> checking libxml/xpath.h usability... yes<br>
> checking libxml/xpath.h presence... yes<br>
> checking for libxml/xpath.h... yes<br>
> checking libxml/xpathInternals.h usability... yes<br>
> checking libxml/xpathInternals.h presence... yes<br>
> checking for libxml/xpathInternals.h... yes<br>
> checking for xmlInitParser in -lxml2... no<br>
> configure: error: could not find libxml2<br>
><br>
> I can't make it work. xml2-config is in /usr/bin, libxml2 in<br>
> /usr/include/libxml2/libxml and libxml2.so, libxml2.a in<br>
> /usr/lib/i386-linux-gnu<br>
><br>
> I would appreciate your help. Thanks<br>
><br>
> Alex Borell<br>
> Mexico<br>
><br>
> --<br>
> View this message in context: </font><a href="http://postgis.17.n6.nabble.com/Installing-on-Debian-tp4996113p4998272.html" target="_blank"><font size="3" color="blue"><u>http://postgis.17.n6.nabble.com/Installing-on-Debian-tp4996113p4998272.html</u></font></a><font size="3"><br>

> Sent from the PostGIS - User mailing list archive at Nabble.com.<br>
> _______________________________________________<br>
> postgis-users mailing list<br>
> </font><a href="mailto:postgis-users@postgis.refractions.net" target="_blank"><font size="3" color="blue"><u>postgis-users@postgis.refractions.net</u></font></a><font size="3"><br>
> </font><a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank"><font size="3" color="blue"><u>http://postgis.refractions.net/mailman/listinfo/postgis-users</u></font></a><font size="3"><br>

_______________________________________________<br>
postgis-users mailing list</font><font size="3" color="blue"><u><br>
</u></font><a href="mailto:postgis-users@postgis.refractions.net" target="_blank"><font size="3" color="blue"><u>postgis-users@postgis.refractions.net</u></font></a><font size="3" color="blue"><u><br>
</u></font><a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank"><font size="3" color="blue"><u>http://postgis.refractions.net/mailman/listinfo/postgis-users</u></font></a>
<br>
<br><tt><font>_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</font></tt>
<br>
<br>
<br></div></div><br>_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
<br></blockquote></div><br>