Hello, I'm trying to execute rpm-Uvh tkinter-2.2.3-26.i386.rpm on my linux station. The error I get is
error: Failed dependencies:
libtix8.1.8.3.so is needed by tkinter-2.2.3-26
libtk8.3.so is needed by tkinter-2.2.3-26
Well, problem is these files are on the machine at
./usr/local/lib/libtix8.1.8.3.so
./home/oper8tor/tix-8.1.3/unix/tk8.3/libtix8.1.8.3.so
And ./usr/local/lib is in PYTHONPATH and PATH env variables. Does the RPM just look for the files or does it actually use them? Thanks for any help.
error: Failed dependencies:
libtix8.1.8.3.so is needed by tkinter-2.2.3-26
libtk8.3.so is needed by tkinter-2.2.3-26
Well, problem is these files are on the machine at
./usr/local/lib/libtix8.1.8.3.so
./home/oper8tor/tix-8.1.3/unix/tk8.3/libtix8.1.8.3.so
And ./usr/local/lib is in PYTHONPATH and PATH env variables. Does the RPM just look for the files or does it actually use them? Thanks for any help.