Bug 86123

Summary: MyODBC is not correctly build
Product: Red Hat Database Reporter: Cecil Westerhoff <cecil>
Component: ODBCAssignee: Tom Lane <tgl>
Status: CLOSED DUPLICATE QA Contact: Permaine Cheung <pcheung>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1CC: hhorak
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 18:52:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Cecil Westerhoff 2003-03-14 15:26:05 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.6 (X11; Linux i686; U;) Gecko/20020830

Description of problem:
When made a connection with isql every command except quit gives:
 isql: relocation error: /usr/lib/libmyodbc.so: undefined symbol:
>> _init_dynamic_array

After rebuilding the problem is solved.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. isql <database>
2. give any command except quit (including non-existing commands)
    

Actual Results:  isql: relocation error: /usr/lib/libmyodbc.so: undefined symbol:
>> _init_dynamic_array

Expected Results:  Getting output from my SQL command

Additional info:

rpmbuild --rebuild followed by rpm -Uvh solves the problem

By the way, I work with RedHat 8.0, but I coould only choose 7.1.

Comment 1 Tom Lane 2004-03-09 01:30:02 UTC
This has been fixed in an 8.0 errata; see bug #77635.

*** This bug has been marked as a duplicate of 77635 ***

Comment 2 Red Hat Bugzilla 2006-02-21 18:52:12 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.