Changes between Initial Version and Version 1 of Ticket #6947


Ignore:
Timestamp:
Jun 27, 2017, 6:45:45 PM (7 years ago)
Author:
thehesiod
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6947 – Description

    initial v1  
    11we noticed that when ogr tries to dynamically load libproj it tries to load libproj.so instead of libproj.so.XX.  This means that both the client needs to install libproj-dev and it may try to load the wrong version that doesn't work.  If gdal is built against a particular libproj.so it should load the specific version and not the -dev version.  Here's the callstack from python:
    22
     3{{{
    34#1  0x00007ffff606697e in CPLGetSymbol () from /usr/local/lib/libgdal.so.20
    45#2  0x00007ffff580dd63 in ?? () from /usr/local/lib/libgdal.so.20
     
    1819#16 0x00007ffff7aa51e4 in Py_Main () from /usr/local/lib/libpython3.5m.so.1.0
    1920#17 0x0000000000400ad6 in main ()
     21}}}
    2022
    2123btw I'm not sure if I logged this against the correct component.