View Issue Details

IDProjectCategoryView StatusLast Update
0000761bareos-coreinstaller / packagespublic2017-01-25 14:19
Reporterc.monty Assigned Tojoergs  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionunable to reproduce 
PlatformLinuxOSSLESOS Version12
Product Version16.2.4 
Summary0000761: Installation bconsole fails with error libreadline.so.5()
DescriptionHi!
I try to install package bareos-bconsole-16.2.4-12.1.x86_64.rpm on SLES12 SP1 but this fails with error
Problem: bareos-bconsole-16.2.4-12.1.x86_64 requires libreadline.so.5()(64bit), but this requirement cannot be provided

libreadline.so.5 is not available with SLES12.

How can I fix this issue?
Steps To Reproducezypper install bareos-bconsole-16.2.4-12.1.x86_64.rpm
TagsNo tags attached.

Activities

joergs

joergs

2017-01-25 14:19

developer   ~0002527

You somehow picked the wrong package/repository.
We perform automated testing of our (Linux) packages against all distribution we release packages for.

Anyway, I just tried to reproduce the problem.

zypper ar -f http://download.bareos.org/bareos/release/16.2/SLE_12_SP1/bareos.repo

zypper install bareos bareos-database-postgresql

(configure database and start daemons)

bconsole works without problem.

However:

rpm -q --requires bareos-bconsole
/bin/sh
/bin/sh
bareos-common = 16.2.4
config(bareos-bconsole) = 16.2.4-12.1
libbareos-16.2.4.so()(64bit)
libbareoscfg-16.2.4.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libjansson.so.4()(64bit)
libpthread.so.0()(64bit)
libpthread.so.0(GLIBC_2.2.5)(64bit)
libreadline.so.6()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1

You see, it have a dependency to 'libreadline.so.6()(64bit)'. Therefore I'm not sure, were your version comes from.

Feel free to reopen the ticket if you think I missed something.

Issue History

Date Modified Username Field Change
2017-01-10 17:22 c.monty New Issue
2017-01-25 14:19 joergs Note Added: 0002527
2017-01-25 14:19 joergs Status new => closed
2017-01-25 14:19 joergs Assigned To => joergs
2017-01-25 14:19 joergs Resolution open => unable to reproduce