<div dir="ltr"><div><div><div>Hey,<br>thanks everybody for advices :<br><br></div>Finally, the bug is :<br></div>if you don't have "xlstproc", no extension file is created.<br><br></div>If it is so required, it should stop at the configure step if missing.<br>
<br>Cheers,<br>Rémi-C<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-03-10 10:37 GMT+01:00 Rémi Cura <span dir="ltr"><<a href="mailto:remi.cura@gmail.com" target="_blank">remi.cura@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Hey,<br>thanks for your help !<br><br></div>I don't have a folder extensions/postgis/sql<br>
<br></div>I have a folder extensions/postgis/sql_bits , with the files "<a href="http://mark_editable_objects.sql.in" target="_blank">mark_editable_objects.sql.in</a>"  "<a href="http://remove_from_extension.sql.in" target="_blank">remove_from_extension.sql.in</a>".<br>

<br></div>I attached the log file from the command make and a log file for the command sudo make install<br><br><br></div>I'm a little bit worried that when doing a "sudo ldconfig",<br></div>I get 2 errors :<br>

/sbin/ldconfig.real: /usr/local/lib/libgdal.so.1 is not a symbolic link<br>/sbin/ldconfig.real: /usr/local/lib/<a href="http://liblwgeom-2.2.0dev.so" target="_blank">liblwgeom-2.2.0dev.so</a> is not a symbolic link<br><br>
<div><div><div>

<br><br><br></div><div>Following you advice I retryed make clean make make install after renaming <a href="http://postgis-2.1.so" target="_blank">postgis-2.1.so</a> , same problem.<br><br></div><div>Cheers,<br></div><div>
Rémi-C<br></div>
</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-03-07 23:22 GMT+01:00 Paragon Corporation <span dir="ltr"><<a href="mailto:lr@pcorp.us" target="_blank">lr@pcorp.us</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div class="h5">
<u></u>



<div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial">Remi,</font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial"></font></span> </div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial">Forgot to say also there is a bug in upgrading from PostGIS 
2.1 - 2.2</font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial"></font></span> </div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial">to upgrade you'll need to rename  your 
<a href="http://postgis-2.1.so" target="_blank">postgis-2.1.so</a> file before you can upgrade a 2.1 db to 2.2</font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial"></font></span> </div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial">see this ticket: <a href="http://trac.osgeo.org/postgis/ticket/2382" target="_blank">http://trac.osgeo.org/postgis/ticket/2382</a></font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial"></font></span> </div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial">Hope that helps,</font></span></div><div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial">Regina</font></span></div><br>
<div dir="ltr" align="left" lang="en-us">
<hr>
<font face="Tahoma"><b>From:</b> <a href="mailto:postgis-devel-bounces@lists.osgeo.org" target="_blank">postgis-devel-bounces@lists.osgeo.org</a> 
[mailto:<a href="mailto:postgis-devel-bounces@lists.osgeo.org" target="_blank">postgis-devel-bounces@lists.osgeo.org</a>] <b>On Behalf Of </b>Rémi 
Cura<br><b>Sent:</b> Friday, March 07, 2014 2:09 PM<br><b>To:</b> PostGIS 
Development Discussion<br><b>Subject:</b> Re: [postgis-devel] upgrading to 
2.2.0dev from 2.1<br></font><br></div>
<div></div>
</div><div><div><div dir="ltr">
<div>
<div><br>About gdal : a 'sudo ldconfig', and now postgis_full_version is no more 
mistaken.<br><br>I still have  issue about postgres update script. 
<br></div>Shall I manually create the update script from 2.1 to 2.2 by fusing 
the rt_postgis--2.1--2.2 , postgis .. 
??<br><br></div>Thanks,<br>Cheers,<br>Rémi-C<br></div>
<div class="gmail_extra"><br><br>
<div class="gmail_quote">2014-03-07 20:01 GMT+01:00 Rémi Cura <span dir="ltr"><<a href="mailto:remi.cura@gmail.com" target="_blank">remi.cura@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT:1ex;MARGIN:0px 0px 0px 0.8ex;BORDER-LEFT:#ccc 1px solid">
  <div dir="ltr">
  <div>
  <div>
  <div>
  <div>Hey List,<br></div>I downloaded and compiled the latest postgis version 
  (from git).<br><br></div>Everything runs smootlhy (new dependency for bison 
  ?).<br><br></div>
  <div>Butmake install is not doing what it should.<br><br></div>
  <div>it creates the 'postgresql/9.3/contrib/postgis-2.2 folder' and file it 
  with the stuff,<br></div>
  <div>but it doesn't create the files in 'postgresql/9.3/extension'<br></div>
  <div>such as postgis--2.2.0dev.sql, postgis--2.1-2.2.sql, and 
so.<br><br></div>
  <div>I created a postgis--2.2.0dev.sql by fusionning postgis.sql, 
  rt_postgis.sql, spatial_ref_sys.sql,and changed the 'postgis.control' 
  manually<br>,<br></div>
  <div>so I was able to add to a fresh database 'CREATE EXTENSION postgis 
  VERSION '2.2.0dev'.<br><br></div>
  <div>Yet the version of GDAL is still the old one (according to postgis full 
  version)<br></div>
  <div>In ./configure the correct version of gdal was recognized 
(1.11)<br></div>
  <div><br></div>
  <div>Am I missing something?<br><br></div>
  <div>Thanks,<br><br>Rémi-C<br></div></div></div></blockquote></div><br></div></div></div></div>
<br></div></div>_______________________________________________<br>
postgis-devel mailing list<br>
<a href="mailto:postgis-devel@lists.osgeo.org" target="_blank">postgis-devel@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-devel" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-devel</a><br></blockquote></div><br></div>
</blockquote></div><br></div>