Changes between Initial Version and Version 1 of Ticket #1730


Ignore:
Timestamp:
May 1, 2013, 7:38:09 PM (11 years ago)
Author:
hamish
Comment:

If you compile your own copy of GDAL, you should remove any gdal packages fro Ubuntu or UbuntuGIS, and recompile GRASS and QGIS from source code to match your new libraries.

A GRASS built for a specific version of gdal only works with that version due to ABI/API compatibility issues.

see the debian/README.debian file in the grass source code, and the compile and install pages in the grass wiki for hints on how to rebuild grass from source.

Hamish

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1730

    • Property Status newclosed
    • Property Component DefaultPackaging
    • Property Platform UnspecifiedLinux
    • Property Keywords libgdal.so added
    • Property Resolutioninvalid
  • Ticket #1730 – Description

    initial v1  
    11 When trying to run GRASS 6.4.2 under Linux (Ubuntu 10.04 LTS) I get the following error message to the console on startup:
     2
    23 /usr/local/lib/libgdal.so.1: no version information available (required by /usr/lib/grass64/lib/libgrass_vect.6.4.2.so)
    3  Is there a procedure 'fix' for this ? I downloaded gdal and compiled it to get rid of a prior error message from 'ogr2ogr' about a version mismatch but now when I launch gis.m I get: "g.proj or projection error: g.proj /usr/local/lib/libgdal.so.1: no version information available (required by g.proj) - g.proj: /usr/local/lib/libgdal.so.1: no version information available (required by /usr/lib/grass64/libgrass_gproj.6.4.2.so)  Can I assume this is a GRASS-only problem, as QGIS (1.9.0) seems fine with use of the PROJ library, as is ?
     4
     5 Is there a procedure 'fix' for this ? I downloaded gdal and compiled it to get rid of a prior error message from 'ogr2ogr' about a version mismatch but now when I launch gis.m I get:
     6
     7 "g.proj or projection error: g.proj /usr/local/lib/libgdal.so.1: no version information available (required by g.proj) - g.proj: /usr/local/lib/libgdal.so.1: no version information available (required by /usr/lib/grass64/libgrass_gproj.6.4.2.so)
     8
     9Can I assume this is a GRASS-only problem, as QGIS (1.9.0) seems fine with use of the PROJ library, as is ?