OK, on my SuSE 9.1 install I have had the
libk5crypto
libstdc++
problems, with the added note, that I had to force the crypto rpm because it conflicts with the heimdal stuff (no longer used in SuSE 9.3)...
On my 9.3 install I just had the libstdc++ issue.
In these instances I installed the rpms then sym linked the libstdc++ to the /usr/lib/gcc/ library that I needed. I don\'t know why the rpm I used put it there, but it did... (Note: I downloaded my own rpm\'s as Xordan didn\'t have them available yet and I may have dl\'d different ones.)
For the updater, I also got the libssl error. I just sym linked to solve that one.. I think I used
ln -s /usr/lib/libssl.so.0.9.7 /usr/lib/libssl.so.4
then I got a crypto error... I fixed it with...
ln -s /usr/lib/libcrypto.so.0.9.7 /usr/lib/libcrypto.so.4
That seems to have fixed everything and can now run the programs.
Remember, this is all for a standard SuSE 9.1 and 9.3 install.
Araye
EDIT: Yes Xordan, I only run the scripts ./pssetup for example
EDIT #2: After reading some more in this thread I realize now that I screwed up and replaced ./updater (script) with up (binary)... ooppsie So the above libssl and libcrypto stuff was probably not necessary after all. I will verify on my next install.
EDIT #3: Nope, I had to make the symlinks...