Opened 11 years ago
Closed 11 years ago
#4570 closed defect (fixed)
wrong linking configuration with ESRI FGDB API 1.2
Reported by: | iacovellas | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 1.9.1 |
Component: | default | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: | roualt |
Description
At release 1.2 ESRI renamed library libfgdblinuxrtl.so to libfgdbunixrtl.so When compiling GDAL with FGDB support it fails because it can't find libfgdblinuxrtl.so Making a soft link to new libary fix the issues so it seems the simbols are the same in the two libraries. Tested on Ubuntu 10.04 with GDAL sources 1.9
Change History (4)
comment:1 by , 11 years ago
Milestone: | → 1.9.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 11 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Even, This change is breaking the configure script when there is no FileGDBAPI in the system. I worked when I changed the line
AC_MSG_ERROR([FileGDBAPI not found.])
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in trunk (r24125) and in branches/1.9 (r24126)