In <
list-13350022@2rosenthals.com>, on 06/11/25
at 11:45 PM, "Massimo S." <
ecs-isp@2rosenthals.com> said:
Hi,
3/08/24 22:29 137.166 124 a--- libcx0.dbg
3/08/24 22:29 59.022 124 a--- libcx0.dll
This is probably correct. The way to know for sure is to use yum or anpm
to show you what versions you have installed. The package version and
platform need to match because bww ensures that they do when the packages
are built and the dependencies are defined to require this.
There's no technical reason that the version numbers and platform have to
match, but common sense says it makes little sense to do otherwise, since
the packages are tied at the hip.
or better, i find this:
libc-debuginfo.pentium4 1:0.1.13-1.oc00
but dunno if it's the right one
At one time you did. Yum or anpm can almost always provide the answer to
this question. For example:
[d:\tmp]yum list installed libc libc-debuginfo
Installed Packages
libc.pentium4 1:0.1.12-1.oc00
installed libc-debuginfo.pentium4 1:0.1.12-1.oc00
installed
Note that as with libcx, the version number and platform will match.