Bug 427063

Summary: unixODBC Packages Missing Shared Libraries
Product: [Fedora] Fedora Reporter: Doug Mitchell <redhat>
Component: unixODBCAssignee: Tom Lane <tgl>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 8CC: hhorak
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 2.2.12-5.fc8 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-03 01:31:08 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 Doug Mitchell 2007-12-30 19:43:06 UTC
Description of problem:
ODBC Text File Driver is missing shared libraries

Version-Release number of selected component (if applicable):
unixODBC-2.2.12-4.fc8

How reproducible:
rpm -ql unixODBC | grep libodbctxt

Actual results:
/usr/lib64/libodbctxtS.so.1
/usr/lib64/libodbctxtS.so.1.0.0

Expected results:
/usr/lib64/libodbctxt.so.1
/usr/lib64/libodbctxt.so.1.0.0
/usr/lib64/libodbctxtS.so.1
/usr/lib64/libodbctxtS.so.1.0.0


Additional info:
ODBC setup library is present, but actual text file driver is missing.

Comment 1 Tom Lane 2007-12-30 21:08:01 UTC
That's weird, it's in my local build ... [ pokes through build log ]  Ahhh ... missing BuildRequires for flex
causes the configure script to decide to omit this driver when it's built in koji.  Ugh.   Will fix.

Comment 2 Fedora Update System 2008-01-03 01:31:07 UTC
unixODBC-2.2.12-5.fc8 has been pushed to the Fedora 8 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 3 Fedora Update System 2008-01-03 01:47:46 UTC
unixODBC-2.2.12-5.fc7 has been pushed to the Fedora 7 stable repository.  If problems still persist, please make note of it in this bug report.