[postgis-users] liblwgeom.1.1.so - Error installing PostGIS

strk at refractions.net strk at refractions.net
Tue Feb 7 02:48:42 PST 2006


Try running make clean and make again, it could be
you had old geos headers laying around.
Please show last lines of ./configure.
Also, where did you install libgeos from ?
And what's the output of geos-config --version ?

--strk;


On Mon, Feb 06, 2006 at 10:19:29PM +0000, Christian Heine wrote:
> Hi strk,
> 
> On Mon, 6 Feb 2006, strk at refractions.net wrote:
> 
> >Is 1.1.so dynamically linked against libgeos?
> >What does ldd say ?
> On Mac OS X there's no ldd - instead "otool -L":
> $ otool -L /usr/local/pgsql/lib/liblwgeom.1.1.so
> /usr/local/pgsql/lib/liblwgeom.1.1.so:
>     /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current 
>     version 7.3.0)
>     /usr/local/lib/libgeos.2.dylib (compatibility version 4.0.0, current 
>     version 4.1.0)
>     /usr/local/lib/libproj.0.dylib (compatibility version 6.0.0, current 
>     version 6.0.0)
>     /usr/lib/libmx.A.dylib (compatibility version 1.0.0, current version 
>     92.0.0)
>     /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current 
>     version 88.1.2)
> 
> Chris
> 
> >
> >On Mon, Feb 06, 2006 at 02:53:23PM +1100, Christian Heine wrote:
> >>Dear all,
> >>following up on my earlier mail "Error installing PostGIS-1.1.1" I
> >>tried tracking down the error and running nm (display name list) gave
> >>the following result:
> >>
> >>00094668 s __ZTIN4geos13GEOSExceptionE
> >>0009462c s __ZTIPN4geos13GEOSExceptionE
> >>00094670 s __ZTSN4geos13GEOSExceptionE
> >>00094650 s __ZTSPN4geos13GEOSExceptionE
> >>/usr/local/pgsql/lib/liblwgeom.1.0.so
> >>
> >>         U __ZTIN4geos13GEOSExceptionE
> >>000477b0 S __ZTIPN4geos13GEOSExceptionE
> >>0003f4b8 S __ZTSPN4geos13GEOSExceptionE
> >>/usr/local/pgsql/lib/liblwgeom.1.1.so
> >>
> >>         U __ZTIN4geos13GEOSExceptionE
> >>000477b0 S __ZTIPN4geos13GEOSExceptionE
> >>0003f4b8 S __ZTSPN4geos13GEOSExceptionE
> >>/usr/local/pgsql/lib/liblwgeom.1.so
> >>
> >>         U __ZTIN4geos13GEOSExceptionE
> >>000477b0 S __ZTIPN4geos13GEOSExceptionE
> >>0003f4b8 S __ZTSPN4geos13GEOSExceptionE
> >>/usr/local/pgsql/lib/liblwgeom.so
> >>
> >>00094668 s __ZTIN4geos13GEOSExceptionE
> >>0009462c s __ZTIPN4geos13GEOSExceptionE
> >>00094670 s __ZTSN4geos13GEOSExceptionE
> >>00094650 s __ZTSPN4geos13GEOSExceptionE
> >>/usr/local/pgsql/lib/liblwgeom.so.1
> >>
> >>That seems to indicate that __ZTIN4geos13GEOSExceptionE symbol is
> >>undefined in liblwgeom.1.1.so, liblwgeom.1.so and liblwgeom.so,
> >>whereas it is defined in liblwgeom.1.0.so and liblwgeom.so.1
> >>
> >>Is there a way to fix this?
> >>
> >>Cheers,
> >>Chris
> >>
> >>OS: Mac OS X 10.4.4 on a Dual G5 (64bit), PostgreSQL 8.0.3



More information about the postgis-users mailing list