Opened 12 years ago

Closed 12 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 Even Rouault, 12 years ago

Milestone: 1.9.1
Resolution: fixed
Status: newclosed

Fixed in trunk (r24125) and in branches/1.9 (r24126)

comment:2 by chaitanya, 12 years ago

Resolution: fixed
Status: closedreopened

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:3 by Even Rouault, 12 years ago

Oops. I'll fix that tonight.

comment:4 by Even Rouault, 12 years ago

Resolution: fixed
Status: reopenedclosed

Re-fixed in trunk (r24139) and in branches/1.9 (r24140)

Note: See TracTickets for help on using tickets.