Changes between Version 123 and Version 124 of FAQ
- Timestamp:
- Mar 28, 2016, 10:36:52 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v123 v124 56 56 57 57 * 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. 58 62 59 63 === 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" ===