Bug 102558

Summary: libmimelib.so symbolic link is missing from kdenetwork
Product: [Retired] Red Hat Linux Beta Reporter: Felipe Alfaro Solana <felipe_alfaro>
Component: kdenetworkAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: beta1   
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: 2003-09-02 14:55:23 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 Felipe Alfaro Solana 2003-08-17 22:36:12 UTC
Description of problem: 
The "kdenetwork" package from Red Hat does not contain the following symbolic 
link: 
 
/usr/lib/libmimelib.so -> /usr/lib/libmimelib.so.1 
 
This missing symbolic link causes some programs, like KMess, to fail during 
build as they link against libmimelib (using gcc's -lmimelib). During the 
build, GNU LD tries to link against /usr/lib/libmimelib.so but since it does 
not exist, it fails. 
 
Version-Release number of selected component (if applicable): 
3.1.3-1 
 
How reproducible: 
Always 
 
Steps to Reproduce: 
1. Check that the "kdenetwork" package does not install 
"/usr/lib/libmimelib.so" file as a symbolic link to "/usr/lib/libmimelib.so.1" 
     
Actual results: 
/usr/lib/limemimelib.so does not exist and this causes programs that link 
against it to fail. 
 
Expected results: 
/usr/lib/libmimelib.so should be included in the kdenetwork package as a 
symbolic link to /usr/lib/libmimelib.so.1 
 
Additional info:

Comment 1 Than Ngo 2003-09-02 14:55:23 UTC
it's fixed in 3.1.3-4. thanks for your report.