[postgis-tickets] [PostGIS] #3089: [RASTER] regress tests on 'loader' fail

PostGIS trac at osgeo.org
Wed Apr 22 18:58:09 PDT 2015


#3089: [RASTER] regress tests on 'loader' fail
----------------------+---------------------------
  Reporter:  kain     |      Owner:  dustymugs
      Type:  defect   |     Status:  closed
  Priority:  medium   |  Milestone:  PostGIS 2.1.7
 Component:  raster   |    Version:  2.1.x
Resolution:  invalid  |   Keywords:
----------------------+---------------------------

Comment (by kain):

 Recently I found another two ways to bypass this issue:

 1. remove /usr/lib64/libexpat.la from gdal's dependent liararies,
 otherwise libtool dynamically loads /usr/lib64 rather than
 /opt/gcc-4.4.2/lib64 when builds the raster/loader;
 2. remove those *.a and *.la files in gdal/lib/, then libtool may
 automatically search for the dependent .so files.

 With above methods, we can compile raster with a separate GCC version
 (different from the default GCC provided by OS).

 Wish this helps to other guys.

--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3089#comment:8>
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