<div dir="ltr">[SOLVED]<div><br></div><div>I had to put permissive rights on the libSFCGAL.* file in "/usr/local/lib"</div><div>(chmod 777)</div><div><br></div><div>Then </div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px">
<div><div>su postgres</div></div><div><div><br></div></div><div><div>createdb test_sfcgal -p 5433</div></div><div><div>createlang plpgsql test_sfcgal -p 5433</div></div><div><div>psql -d test_sfcgal -p 5433 -f postgis.sql</div>
</div><div><div>psql -d test_sfcgal -p 5433 -f spatial_ref_sys.sql</div></div><div><div>psql -d test_sfcgal -p 5433 -f sfcgal.sql</div></div><div><br></div></blockquote>Thanks again Olivier for help !<div><br></div><div>Cheers,</div>
<div><br></div><div>Rémi-C<br><br>PS : may I suggest to add those lines at the end of the "installation" page in the github of SFCGAL.</div><div>""""""""</div><div><div style="font-family:arial,sans-serif;font-size:12.666666984558105px">
<b>Right now (and until 2.2.0) sfcgal doesn't use EXTENSION</b></div><div style="font-family:arial,sans-serif;font-size:12.666666984558105px"><b>so we need to create the spatial database with the old school method:</b></div>
<div style="font-family:arial,sans-serif;font-size:12.666666984558105px"><b><br></b></div><div style="font-family:arial,sans-serif;font-size:12.666666984558105px"><b>cd /usr/share/postgresql/9.3/contrib/postgis-2.1</b></div>
<div style="font-family:arial,sans-serif;font-size:12.666666984558105px"><b><span style="font-family:arial;font-size:small">psql -d your_database -f postgis.sql</span><br></b></div><div style="font-family:arial,sans-serif;font-size:12.666666984558105px">
<b>psql <span style="font-family:arial;font-size:small">your_database </span><span style="font-family:arial;font-size:small">-f </span> spatial_ref_sys.sql</b></div><div style="font-family:arial,sans-serif;font-size:12.666666984558105px">
<b>psql <span style="font-family:arial;font-size:small">your_database </span><span style="font-family:arial;font-size:small">-f </span> sfcgal.sql</b></div></div><div>""""""""</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/14 Oliver Courtin <span dir="ltr"><<a href="mailto:olivier.courtin@oslandia.com" target="_blank">olivier.courtin@oslandia.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><br><div><div>Le 14 oct. 2013 à 15:17, Rémi Cura a écrit :</div><div><br></div><div>Rémi,</div><div class="im"><br><blockquote type="cite"><div dir="ltr"><div>great news for 2.2, I hope I'll be able to try sfcgal before that :-)</div>
</div></blockquote><div><br></div></div><div>:)</div><div class="im"><br><blockquote type="cite"><div dir="ltr"><div>the postgis.sql breaks at the 2nd statement with the classical : </div><div><div><br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">
<div><div><font size="1">ERROR: could not load library "/usr/lib/postgresql/9.3/lib/<a href="http://postgis-2.1.so/" target="_blank">postgis-2.1.so</a>": libSFCGAL.so: cannot open shared object file: No such file or directory</font></div>

</div><div><div><font size="1">État SQL :58P01</font></div></div></blockquote><div><br></div><div class="gmail_extra">what now?</div></div></blockquote><div><br></div><div><br></div></div><div>Did you done a ldconfig ?</div>
<div><br></div><div>What give a :</div><div>ldconfig -v | grep -i sfcgal </div><div><br></div><div><br></div><div>What give also a:</div><div>ldd <span style="font-size:x-small">/usr/lib/postgresql/9.3/lib/</span><span style="font-size:x-small"><a href="http://postgis-2.1.so/" target="_blank">postgis-2.1.so</a></span></div>
<span class="HOEnZb"><font color="#888888"><div><br></div><div><br></div></font></span></div><span class="HOEnZb"><font color="#888888"><div><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><div style="word-wrap:break-word">
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><div style="word-wrap:break-word">
O.</div></span><br></div></span><br></span><br>
</div>
<br></font></span></div><br>_______________________________________________<br>
postgis-devel mailing list<br>
<a href="mailto:postgis-devel@lists.osgeo.org">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>