Bug 102558 - libmimelib.so symbolic link is missing from kdenetwork
Summary: libmimelib.so symbolic link is missing from kdenetwork
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux Beta
Classification: Retired
Component: kdenetwork
Version: beta1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-08-17 22:36 UTC by Felipe Alfaro Solana
Modified: 2007-04-18 16:56 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-09-02 14:55:23 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.