Changes between Version 123 and Version 124 of FAQ


Ignore:
Timestamp:
Mar 28, 2016, 10:36:52 AM (8 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v123 v124  
    5656
    5757 * Make sure you use the proper compiler version (see [wiki:RequiredPackages]). GNU folks have a relaxed view on backwards compatibility even with minor release changes, and we have experienced problems related to this in the past.
     58
     59=== I get protobuf compilation errors. ===
     60
     61 * Make sure to remove system protobuf/grpc packages, as well as any manually installed libraries/binaries in `/usr` (look for them with `find /usr -name '*proto*'`). See ticket #1249 for related information.
    5862
    5963=== On a 64bit architecture I get linkage errors (e.g., when linking GDAL with the rasdaman driver) like "relocation R_X86_64_32 against `.bss' can not be used" ===