Hello,<br>I had trouble with geos.<br>Strangely, I had to turn postgres down, then make clean in geos, then build and install, then clean postgis, then build and install, then restart postgres.<br>I had error if not stopping my (local) server, and if not cleaning geos and postgis before building<br>
<br>Cheers,<br><br>RĂ©mi-C<br><br><div class="gmail_quote">2013/8/6 Mike Toews <span dir="ltr"><<a href="mailto:mwtoews@gmail.com" target="_blank">mwtoews@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 6 August 2013 22:49, James David Smith <<a href="mailto:james.david.smith@gmail.com">james.david.smith@gmail.com</a>> wrote:<br>
><br>
> Hi Mike,<br>
><br>
> Thanks for the reply. I thought that I had the latest version of GEOS,<br>
> so I just did 'locate geos' and it found quite a few files. They seem<br>
> 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 linux...<br>
><br>
> Thanks<br>
><br>
> James<br>
<br>
</div>Technical is always good here. Sometimes it is necessary to update the<br>
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 being<br>
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>
<div class="HOEnZb"><div class="h5"><br>
-Mike<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>
</div></div></blockquote></div><br>