[postgis-tickets] [PostGIS] #3067: Make check fails v 2.1.3
PostGIS
trac at osgeo.org
Tue Mar 24 20:09:01 PDT 2015
#3067: Make check fails v 2.1.3
-----------------------+----------------------------------------------------
Reporter: serbinsh | Owner: pramsey
Type: defect | Status: closed
Priority: high | Milestone: PostGIS 2.1.6
Component: postgis | Version: 2.1.x
Resolution: wontfix | Keywords:
-----------------------+----------------------------------------------------
Comment(by kain):
Replying to [comment:1 pramsey]:
> The problem is not in PostGIS, it's in your build setup somewhere
> {{{
> /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required
by /data/software/geos/3.4.2/lib/libgeos-3.4.2.so)
> make[2]: *** [check] Error 1
> }}}
> or in your decision to deploy dependencies outside the system areas.
Patch accepted if it's something you can tweak in the build system to
support your case that doesn't break other systems.
[[BR]]
I met a similar issue in ''' v2.1.5''' also (I've submitted a ticket
http://trac.osgeo.org/postgis/ticket/3089 but assigned as 'invalid')
Two simple ways to workaround:
1. {{{ ln -s GCC/lib64/libstc++.so.6.0.XX /usr/lib64/libstdc++.so.6}}}
2. replace the path /lib/lib64 with GCC/lib64 (for me in the
"relink_command" of file raster2pgsql)
then everything will be OK.
Wish this helps to you.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3067#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list