Thank you all.<br><br>I've solved the problem creating the biddings on ld.so.conf (don't know why they desapeared)<br><br>         echo '/usr/local/lib' >> /etc/ld.so.conf.d/local-lib.conf<br>         ldconfig<br>
<br>And my postgis instance is working again.<br><pre><br><br></pre><br><br><div class="gmail_quote">2010/3/15 strk <span dir="ltr"><<a href="mailto:strk@keybit.net">strk@keybit.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Mon, Mar 15, 2010 at 12:54:33AM -0100, Pedro Monteiro wrote:<br>
> Hi, I'm writing to ask for help with some misbehaviour of my postgis<br>
> database, after installing geos from EPEL on a Centos 5.2 server, getting<br>
> this error.<br>
><br>
> "ERROR: could not load library "/usr/local/lib/liblwgeom.so":<br>
> libgeos_c.so.1: cannot open shared object file: No such file or directory"<br>
<br>
</div>Try running ldconfig, as root.<br>
Make sure /usr/local/lib is in your /etc/ld.so.conf<br>
<br>
--strk;<br>
<br>
  ()   Free GIS & Flash consultant/developer<br>
  /\   <a href="http://strk.keybit.net/services.html" target="_blank">http://strk.keybit.net/services.html</a><br>
<div><div></div><div class="h5">_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</div></div></blockquote></div><br>