添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
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.
(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.
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.
> 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.