Re: Problem compiling PostGIS 1.1.4 - Mailing list pgsql-general

From Ludwig Kniprath
Subject Re: Problem compiling PostGIS 1.1.4
Date
Msg-id 452D5C5D.6000608@kni-online.de
Whole thread Raw
In response to Re: Problem compiling PostGIS 1.1.4  (Devrim GUNDUZ <devrim@commandprompt.com>)
List pgsql-general
Devrim GUNDUZ schrieb:
> Hello,
>
> On Tue, 2006-10-10 at 11:30 +0200, Ludwig Kniprath wrote:
>
>> "/usr/lib/postgresql/8.1/lib/liblwgeom.so.1.1": libgeos_c.so.1: cannot
>> open  shared object file: No such file or directory
>>
>
> Did you run make install agains geos? Is the path that libgeos_c.so.1
> lives in ldconfig path?
>
> Regards,
>
Hi Devrim,
I did run make against geos, but ldconfig afterwards had no entries for
libgeos_c.so.l. So I did it again, but read the geos-Install-document
more carefully:

"Linux: Make sure that /usr/local/lib is added to /etc/ld.so.conf
       Make sure that you run /sbin/ldconfig afterwards"

Afterwards the PostGIS-compilation and installation run without problems.

Thanks

Ludwig

pgsql-general by date:

Previous
From: Vivek Khera
Date:
Subject: Re: [Slony1-general] Using slony with many schema's
Next
From: Jeff Davis
Date:
Subject: Re: Is it possible to return custom type as proper ROW?