Bug 16034

Summary: mysql rpm doesn't update ld.so.cache
Product: [Retired] Red Hat Linux Reporter: Jeremy Katz <katzj>
Component: mysqlAssignee: Patrick Macdonald <patrickm>
Status: CLOSED RAWHIDE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 7.1   
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: 2000-08-13 15:59: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 Jeremy Katz 2000-08-11 21:58:53 UTC
The %post of the mysql rpm runs `/sbin/ldconfig -n /usr/lib/mysql` which
doesn't regenerate /etc/ld.so.cache making it so that libmysqlclient.so
can't be found by apache if you do an install of all of the apache, php,
and mysql
rpms after initial install until you manually run ldconfig to update the
cache.

Comment 1 Trond Eivind Glomsrxd 2000-08-13 15:59:06 UTC
Bah. Is there a way to make it update the cache and not go through all of the
directories?
Well, I guess I'll just remove the -n.

Comment 2 Trond Eivind Glomsrxd 2000-08-13 19:48:19 UTC
Fixed.