<div dir="ltr"><div><div>Hi Sandro,<br><br></div>In the existing database it returns: "$libdir/postgis-2.1".<br></div><br>In a new database it returns: "$libdir/postgis-2.0".<br><br>Also, when I create a new database I am able to create a postgis extension, and it works fine.<br>
<br>select postgis_version() returns "2.0 USE_GEOS=1 USE_PROJ=1 USE_STATS=1".<br><br>So, the problem resides with existing databases where postgis stopped working.<br>Any clues?<br>Thank you very much.<br><br>António<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/7 Sandro Santilli <span dir="ltr"><<a href="mailto:strk@keybit.net" target="_blank">strk@keybit.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Fri, Jun 07, 2013 at 12:27:39PM +0100, António M. Rodrigues wrote:<br>
> Hey all,<br>
><br>
> I have postgis 2.0.1-2 installed.<br>
><br>
> Today I add ubuntugis stable repositories and amongst various updates, I<br>
> noticed it re-installed postgis.<br>
><br>
> Problem: With my existing database, postgis stopped working.<br>
><br>
> Running select postgis_version() it complains saying:<br>
>     ERROR:  could not access file "$libdir/postgis-2.1": No such file or<br>
> directory<br>
><br>
> Apparently this is only a problem with existing databases, not new ones (<br>
> <a href="http://nelsonslog.wordpress.com/2013/04/13/postgis-upgrades-in-debian-ubuntu/" target="_blank">http://nelsonslog.wordpress.com/2013/04/13/postgis-upgrades-in-debian-ubuntu/</a><br>
> ).<br>
<br>
</div></div>Sounds like a packaging bug to me. Do new databases use older postgis library ?<br>
Try this query, on the working and the non-working databases:<br>
<br>
 select probin from pg_proc where proname = 'postgis_lib_version';<br>
<br>
--strk;<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>
</blockquote></div><br></div>