Bug 459617

Summary: gpsdrive doesn't locate libmysql.so reference
Product: [Fedora] Fedora Reporter: Marcus <marcus>
Component: gpsdriveAssignee: Kevin Fenzi <kevin>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-08-28 04:13:45 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 Marcus 2008-08-20 16:01:08 UTC
Description of problem:
gpsdrive has incorrect (really missing libmysql link.  It references libmysqlclient.so which is not found.

Version-Release number of selected component (if applicable):
mysql-libs-5.0.51a-1.fc9.i386
gpsdrive-2.09-5.fc9.i386

How reproducible:
none.

Steps to Reproduce:
1.
2.
3.
  
Actual results:
# gpsdrive 

libmysqlclient.so not found.

MySQL support disabled.

Expected results:
# gpsdrive 

SQL: connected to localhost as gast using geoinfo


Additional info:
fix added symlink (in /usr/lib/mysql/):
lrwxrwxrwx 1 root root      20 2008-08-20 11:22 libmysqlclient.so -> libmysqlclient.so.15

Comment 1 Kevin Fenzi 2008-08-28 04:13:45 UTC
Happily this is already fixed... see bug 441179

Unfortunately, I forgot to push the updated package as an update. ;( 

In the mean time you can get it from koji: 

http://koji.fedoraproject.org/koji/buildinfo?buildID=45674

or wait a bit and it should appear as an update. 

Sorry about that. 

Feel free to re-open this or file a new bug if you spot any problems with the fixed version.