Displaying 2 results from an estimated 2 matches for "6d45bfc5".
2019 Feb 12
3
weird RPM dependency error; '/bin/sh' needed, but is provided
...$ rpm --justdb --ignoresize --dbpath ~/local_rpm_db -Uvh /mnt/Packages/*.rpm *.rpm
warning: /mnt/cdrom/Packages/acl-2.2.51-14.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
warning: berkeleydb-ltb-4.6.21.NC-4.el7.patch4.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 6d45bfc5: NOKEY
error: Failed dependencies:
/bin/sh is needed by openldap-ltb-2.4.47-1.el7.x86_64
Which is weird, as the 'bash' RPM is clearly part of the set, and 'provides'
the needed feature:
$ rpm -q -provides -p /mnt/Packages/bash-4.2.46-31.el7.x86_64.rpm | egrep 'sh$&...
2019 Feb 12
0
weird RPM dependency error; '/bin/sh' needed, but is provided
...l l
0000060 - i n f o \n l i b c . s o . 6 (
0000100 ) ( 6 4 b i t ) \n l i b c . s o
Then run the same thing against the openldap-ltb package:
warning: ./openldap-ltb-2.4.47-1.el7.x86_64.rpm: Header V4 DSA/SHA1
Signature, key ID 6d45bfc5: NOKEY
0000000 / b i n / b a s h \n / b i n / s
0000020 h \n / b i n / s h \n / b i n / s
*
0000060 h \n / s b i n / l d c o n f i g
0000100 \n b e r k e l e y d b - l t b
That ast...