#1502 PR merged
: Run ldconfig non mandatory at the end of 390_copy_binaries_liraries.sh¶
Labels: bug
, fixed / solved / done
jsmeix opened issue at 2017-09-19 13:10:¶
This is a band-aid fix for
https://github.com/rear/rear/issues/1494
that should still keep
https://github.com/rear/rear/issues/772
working - but I do not test on Fedora 23.
Now only an error is reported when 'ldconfig'
fails at the end of 390_copy_binaries_libraries.sh
but that is no longer fatal.
jsmeix commented at 2017-09-19 13:13:¶
@gdha
if on Fedora 23 there must not be a 'ldconfig' call
at the end of 390_copy_binaries_libraries.sh
I would rather implement distibution specific code here
(by using things like OS_VENDOR and OS_VERSION)
to get it fixed for now at least on SUSE.
jsmeix commented at 2017-09-19 14:22:¶
I will merge it right now because I think it is o.k.
(at least it should be a better default behaviour now)
and if not (e.g. for special things on Fedora 23 or 25)
we can later fix it especially there.
[Export of Github issue for rear/rear.]