Bug 461863

Summary: Missing libbz2.so.1.0 in bzip2-libs
Product: [Fedora] Fedora Reporter: Aloisio Almeida Jr <aloisiojr>
Component: bzip2Assignee: Ivana Varekova <varekova>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: abdul.p78, matthiasworsch
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-09-12 10:15:54 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 Aloisio Almeida Jr 2008-09-11 00:23:53 UTC
Description of problem:
I noticed that the package bzip2-lib probably is missing a link /lib/libbz2.so.1.0

Steps to Reproduce:
1. Run 'rpm -ql bzip2-libs'
  
Actual results:
/lib/libbz2.so.1
/lib/libbz2.so.1.0.4

Expected results:
/lib/libbz2.so.1
/lib/libbz2.so.1.0
/lib/libbz2.so.1.0.4

Additional info:
Easier to reproduce with packages 'alienized' from debian, for instance, reprepro, the packages that makes me found this problem.

Comment 1 Ivana Varekova 2008-09-12 10:15:54 UTC
The standard convention for fedora libraries is to provide *.so.# and *.so.#.#.# link/library only - if there is necessary to use version 1.0 version of bzip2 library (/lib/libbz2.so.1 is not good enough), then use /lib/libbz2.so.1.0.4 please.

Comment 2 matthiasworsch 2012-05-30 20:53:08 UTC
(In reply to comment #1)
> The standard convention for fedora libraries is to provide *.so.# and
> *.so.#.#.# link/library only - if there is necessary to use version 1.0
> version of bzip2 library (/lib/libbz2.so.1 is not good enough), then use
> /lib/libbz2.so.1.0.4 please.

Comment 3 abdul 2016-01-07 10:48:40 UTC
Hello,

I am facing 2 dependency issues while installing the packae beyond compare and below are the dependencies
libbz2.so.1.0()(64bit)
libc.so.6(GLIBC_2.14)(64bit)

The package bzip2-libs provides the first dependency , but the when i installed the bzip2-libs. i couldn't find the library inside it.

[root@euca-10-254-117-106 rpmbuild]# rpm -ql bzip2-libs
/lib64/libbz2.so.1
/lib64/libbz2.so.1.0.4
/lib/libbz2.so.1
/lib/libbz2.so.1.0.4
here the libbz2.so.1. is missing.
How can we resolve this issue.

Comment 4 abdul 2016-01-13 06:06:35 UTC
(In reply to abdul from comment #3)
> Hello,
> 
> I am facing 2 dependency issues while installing the packae beyond compare
> and below are the dependencies
> libbz2.so.1.0()(64bit)
> libc.so.6(GLIBC_2.14)(64bit)
> 
> The package bzip2-libs provides the first dependency , but the when i
> installed the bzip2-libs. i couldn't find the library inside it.
> 
> [root@euca-10-254-117-106 rpmbuild]# rpm -ql bzip2-libs
> /lib64/libbz2.so.1
> /lib64/libbz2.so.1.0.4
> /lib/libbz2.so.1
> /lib/libbz2.so.1.0.4
> here the libbz2.so.1. is missing.
> How can we resolve this issue.




Kindly update the result please !!!!!!