i have to install the opal compiler. its not the opal in the repository but a compiler for the functional programming language opal.
it depend on tcl-8.4 and tk-8.4. where can i find this rpms? i just found rpms from opensuse 10.3. is it possible to take this?
if the newer packages are install and i try to install the rpm the system tells me tcl-/tk-8.4 is needed and it stops the install process. so i’m sure i cant use 8.5.
zypper doesn’t care where i install my tcl/tk packages. a simple zypper install tcl/tk will always update to 8.5.
maybe i have to try rpm instead of zypper to install all packages side by side?
zypper just calls rpm, so that won’t make any difference to the installation directories. That’s why if you really need them side by side you have to compile from source to be able to change the installation directories.
Try bypassing the 8.4 requirement for your software, what was it called, opal? Chances are, if it isn’t very version specific and 8.5 is mostly just bug-fixes over 8.4, it might just work. Or you could compile that package against 8.5.
hi,
the packages maintainer released a new version in which tcl/tk 8.5 is supported. so its no longer necessary to have both versions installed. nevertheless, it’s interesting to understand how i could install two different versions of one package.