Originally posted by: gromit131
Hello,
I am trying to install yum by running yum.sh. It is failing when trying to install python. Here are the messages,
pysqlite-1.1.7-2 will be installed ...
python-2.6.2-1 is installed. Updating to python-2.7.10-1 ...
python-devel-2.7.10-1 will be installed ...
python-iniparse-0.4-1 will be installed ...
python-pycurl-7.19.3-1 will be installed ...
python-tools-2.7.10-1 will be installed ...
python-urlgrabber-3.10.1-1 will be installed ...
Skipping readline-6.1-2 as higher version is already installed.
Please make sure these packages are from the Toolbox as there is no guarantee that
third party packages are compatible with Toolbox packages.
sqlite-3.7.9-1 is installed. Updating to sqlite-3.15.2-1 ...
yum-3.4.3-5 will be installed ...
yum-metadata-parser-1.1.4-2 will be installed ...
Installing the packages...
error: Failed dependencies:
libtcl8.4.so is needed by python-2.7.10-1.ppc
libtk8.4.so is needed by python-2.7.10-1.ppc
python = 2.6.2-1 is needed by (installed) python-libs-2.6.2-1.ppc
But I do have libtcl and libtk but they are version 8.5 instead of 8.4.
(/tmp/yum-20180614135731)> ls /usr/lib/libtcl*
/usr/lib/libtcl.so /usr/lib/libtcl8.5.so
(/tmp/yum-20180614135731)> ls /usr/lib/libtk*
/usr/lib/libtk.so /usr/lib/libtk8.5.so
Do I need to downgrade them? Any advices? Thanks.
Francis.