Dear All,
I am trying to install boost libraries on OEL5. I get this error
$ rpm -ivh boost-date-time-1.46.1-MA001.el6.x86_64.rpm
error: Failed dependencies:
rpmlib(FileDigests) <= 4.6.0-1 is needed by boost-date-time-1.46.1-MA001.el6.x86_64
rpmlib(PayloadIsXz) <= 5.2-1 is needed by boost-date-time-1.46.1-MA001.el6.x86_64
my RPM version 4.4.2.3. And, the rpm --showrc shows the follows features:
Features supported by rpmlib:
rpmlib(VersionedDependencies) = 3.0.3-1
PreReq:, Provides:, and Obsoletes: dependencies support versions.
rpmlib(CompressedFileNames) = 3.0.4-1
file name(s) stored as (dirName,baseName,dirIndex) tuple, not as path.
rpmlib(PayloadIsBzip2) = 3.0.5-1
package payload can be compressed using bzip2.
rpmlib(PayloadFilesHavePrefix) = 4.0-1
package payload file(s) have "./" prefix.
rpmlib(ExplicitPackageProvide) = 4.0-1
package name-version-release is not implicitly provided.
rpmlib(HeaderLoadSortsTags) = 4.0.1-1
header tags are always sorted after being loaded.
rpmlib(ScriptletInterpreterArgs) = 4.0.3-1
the scriptlet interpreter can use arguments from header.
rpmlib(PartialHardlinkSets) = 4.0.4-1
a hardlink file set may be installed without being complete.
rpmlib(ConcurrentAccess) = 4.1-1
package scriptlets may access the rpm database while installing.
rpmlib(BuiltinLuaScripts) = 4.2.2-1
internal support for lua scripts.
How do I install rpmlib(FileDigests) and rpmlib(PayloadIsXz) features and enable these features?
Thanks,
Sudhanshu