<p dir="ltr">Sorry Brian, but I'm not sure what that means. There are a few scripts in the postgis 2 contrib directory. Do I just run them like I've been running the above commands e.g. psql -d yourdatabase -f postgis.sql</p>

<div class="gmail_quote">On 6 Aug 2013 18:08, "Wilkins, Brian" <<a href="mailto:bwilkins@harris.com">bwilkins@harris.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am coming in a little late, but when I did an upgrade, I had to run my dump through one of the postgis update scripts in the contrib directory. Did you do that?<br>
<br>
Brian<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:postgis-users-bounces@lists.osgeo.org">postgis-users-bounces@lists.osgeo.org</a> [mailto:<a href="mailto:postgis-users-bounces@lists.osgeo.org">postgis-users-bounces@lists.osgeo.org</a>] On Behalf Of James David Smith<br>

Sent: Tuesday, August 06, 2013 12:54 PM<br>
To: PostGIS Users Discussion<br>
Subject: Re: [postgis-users] Problems installing on Linux<br>
<br>
On 6 August 2013 15:38, Rémi Cura <<a href="mailto:remi.cura@gmail.com">remi.cura@gmail.com</a>> wrote:<br>
> Hello,<br>
> I had trouble with geos.<br>
> Strangely, I had to turn postgres down, then make clean in geos, then<br>
> build and install, then clean postgis, then build and install, then<br>
> restart postgres.<br>
> I had error if not stopping my (local) server, and if not cleaning<br>
> geos and postgis before building<br>
><br>
> Cheers,<br>
><br>
> Rémi-C<br>
><br>
><br>
> 2013/8/6 Mike Toews <<a href="mailto:mwtoews@gmail.com">mwtoews@gmail.com</a>><br>
>><br>
>> On 6 August 2013 22:49, James David Smith<br>
>> <<a href="mailto:james.david.smith@gmail.com">james.david.smith@gmail.com</a>><br>
>> wrote:<br>
>> ><br>
>> > Hi Mike,<br>
>> ><br>
>> > Thanks for the reply. I thought that I had the latest version of<br>
>> > GEOS, so I just did 'locate geos' and it found quite a few files.<br>
>> > They seem to be grouped into the below folders:<br>
>> ><br>
>> > /depot/shared/geos-3.0.3/<br>
>> > /depot/shared/geos-3.3.5/<br>
>> > /opt/geos-3.3.8/include/geos/<br>
>> > /depot/shared/pgrouting/geos-3.0.0/<br>
>> > /depot/shared/pgrouting/geos-3.3.5/<br>
>> > /opt/Geos/<br>
>> ><br>
>> > I guess that this is causing the problem.<br>
>> ><br>
>> > Though when I do the "./configure" command for PostGIS I have been<br>
>> > pointing the it towards:<br>
>> ><br>
>> > /opt/geos-3.3.8/bin/geos-config<br>
>> ><br>
>> > Which should make it use the latest version of GEOS no?<br>
>> ><br>
>> > Sorry for not being very technical, I'm slowly getting the hang of<br>
>> > linux...<br>
>> ><br>
>> > Thanks<br>
>> ><br>
>> > James<br>
>><br>
>> Technical is always good here. Sometimes it is necessary to update<br>
>> the shared library cache by running "ldconfig" after various "make<br>
>> install" commands. It might need to be run as root (or with sudo, if<br>
>> you have that).<br>
>><br>
>> Also, sometimes, it could be also necessary to either add the LIBDIR<br>
>> to /etc/ld.so.conf, or add a .conf file in /etc/ld.so.conf.d/, or to<br>
>> fiddle around with the LD_LIBRARY_PATH environment variable to point<br>
>> to the directory with the current versions of .so shared libraries.<br>
>> After any changes with these, run "ldconfig" to update the system<br>
>> cache. Yet another good tool is "ldd" to see which libraries are<br>
>> being loaded. For example:<br>
>><br>
>> $ ldd /usr/pgsql-9.0/lib/<a href="http://postgis-2.0.so" target="_blank">postgis-2.0.so</a><br>
>><br>
>> should show you which other .so objects are being referenced.<br>
>><br>
>> -Mike<br>
>> _______________________________________________<br>
<br>
Hi Mike/Remy/all,<br>
<br>
Thanks for your help. I'm making progress. Please see below. My install is now using geos-3.3.8. Or seems to be.<br>
<br>
ldd /usr/pgsql-9.0/lib/<a href="http://postgis-2.0.so" target="_blank">postgis-2.0.so</a><br>
<br>
        linux-vdso.so.1 =>  (0x00007fff735fc000)<br>
        libgeos_c.so.1 => /opt/Geos/lib/libgeos_c.so.1 (0x00002b4411d4d000)<br>
        libproj.so.0 => /opt/Proj/lib/libproj.so.0 (0x00002b4411f74000)<br>
        libjson.so.0 => /opt/json/lib/libjson.so.0 (0x00002b44121ca000)<br>
        libxml2.so.2 => /opt/LibXml/lib/libxml2.so.2 (0x00002b44123cb000)<br>
        libz.so.1 => /usr/lib64/libz.so.1 (0x00002b441270e000)<br>
        libm.so.6 => /lib64/libm.so.6 (0x00002b4412922000)<br>
        libc.so.6 => /lib64/libc.so.6 (0x00002b4412ba5000)<br>
        <a href="http://libgeos-3.3.8.so" target="_blank">libgeos-3.3.8.so</a> => /opt/Geos/lib/<a href="http://libgeos-3.3.8.so" target="_blank">libgeos-3.3.8.so</a><br>
        libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00002b44132ab000)<br>
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00002b44135ab000)<br>
        libjson-c.so.2 => /opt/json/lib/libjson-c.so.2 (0x00002b44137ba000)<br>
        libdl.so.2 => /lib64/libdl.so.2 (0x00002b44139c3000)<br>
        /lib64/ld-linux-x86-64.so.2 (0x0000003f53000000)<br>
<br>
The following commands now seem to work:<br>
<br>
psql -d yourdatabase -f postgis.sql<br>
psql -d yourdatabase -f postgis_comments.sql psql -d yourdatabase -f spatial_ref_sys.sql<br>
<br>
And when I go into my database and do SELECT postgis_full_version I get the following:<br>
<br>
POSTGIS="2.0.4SVN r11660" GEOS="3.3.8-CAPI-1.7.8" PROJ="Rel. 4.6.1, 21 August 2008" LIBXML="2.7.6" LIBJSON="UNKNOWN" TOPOLOGY<br>
<br>
However it says that Topology and Raster support are not present. So I thought that I could now run the following commands to install those<br>
too:<br>
<br>
psql -d yourdatabase -f rtpostgis.sql<br>
psql -d yourdatabase -f raster_comments.sql psql -d yourdatabase -f topology/topology.sql psql -d yourdatabase -f doc/topology_comments.sql<br>
<br>
However when I run them I get an error. The first line is:<br>
<br>
psql:/usr/pgsql-9.0/share/contrib/postgis-2.0/rtpostgis.sql:48: ERROR:<br>
 could not load library "/usr/pgsql-9.0/lib/<a href="http://rtpostgis-2.0.so" target="_blank">rtpostgis-2.0.so</a>":<br>
<a href="http://libgeos-3.2.0.so" target="_blank">libgeos-3.2.0.so</a>: cannot open shared object file: No such file or directory<br>
<br>
Any idea why there is still mention of libgeos-3.2.0  ?  I thought I'd sorted that out now?<br>
<br>
Thanks<br>
<br>
James<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>
<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>