Opened 14 years ago

Closed 14 years ago

#624 closed defect (fixed)

KingOracle Provider on Linux uses two c++ libraries

Reported by: trevorwekel Owned by: trevorwekel
Priority: major Milestone: 3.5.0
Component: KingOracle Provider Version: 3.5.0
Severity: 3 Keywords:
Cc: External ID:

Description

Building the KingOracle provider against the Oracle 10.2 instant client on CentOS/RHEL 5 forces the compiler to include two versions of the GNU C++ library in the same shared library. Using multiple versions of the C runtime libraries can lead to memory leaks and other unexpected behaviour.

Upgrading KingOracle to use the Oracle 11.2 instant client resolves the dual C++ library issue.

Change History (1)

comment:1 by trevorwekel, 14 years ago

Resolution: fixed
Status: newclosed

Makefile.am changes submitted for trunk under r5346. Link fixups for trunk submitted under r5347.

Makefile.am changes and link fixups for branches/3.5 submitted under r5348.

Note: See TracTickets for help on using tickets.