I'm running Ximian XD2 on RedHat 9 using RedCarpet/Opencarpet for package management.
I'm attempting to install gDesklets with rpm packages from various sources. After much trial and error, I have narrowed it down to:
Installing: python-gnome, python-gtk, python-numeric
Upgrading: python, pyorbit
The install fails with pyorbit, indicating that it needs [any] libcrypto.so.0.9.6 and libssl.so.0.9.6
These libraries are provided by the Openssl package; however, my installed version indicates that I have libcrypto and libssl 0.9.7a
I'm guessing that since these rpms are not specifically for RH9 that pyorbit is looking in the wrong place.
Questions:
1. How do I know where these rpms are looking for their dependencies? and
2. How do I tweak them to look in the correct place??
In a related matter, I was told that I should install programs that I compile from source into my /opt directory because they have a tendency to break package management.
Questions:
3. (In general) will I need to change any other paths than the --prefix? (i.e. will it find it's dependencies OK?)
4. Do you agree/disagree with the need to install source compiled programs into /opt on an rpm based distro?
-Kevin
========================================
Please be patient with me. I'm still climbing the learning curve