[postgis-users] Make Check Error - Where is libgeos_c.so.1?
Michael Fuhr
mike at fuhr.org
Sun Aug 27 12:52:52 PDT 2006
On Sun, Aug 27, 2006 at 01:32:13PM -0600, Bill Thoen wrote:
> Turned out I just missed it. It's a symbolic link in /usr/local/lib
> pointing to libgeos_c.so.1.1.1. But yesterday (to fix another problem) I
> had to add /usr/local/lib to /etc/ld.so.conf.d/ld.so.conf. Then when I ran
> ldconfig, I assumed that should take care of it. But you're right. I also
> had to add and export LD_LIBRARY_PATH=/usr/local/lib. Anyway now it works,
> thanks! Guess I better take a closer look at the configuration steps again.
Setting LD_LIBRARY_PATH is handy for testing but if the library is
in a standard location then it shouldn't be necessary. I wonder
if you need to run ldconfig again.
--
Michael Fuhr
More information about the postgis-users
mailing list