My favorite app does not launch on openSUSE 12.1, Rainlendar2 Lite.
The download I used is the generic (non Ubuntu/Debian).
With the help of the Rainlendar Forum, I did some troubleshooting via Terminal. openSUSE was missing dependencies, specifically shared libraries
One was .librtmp.so.0, and I found an RPM installer for openSUSE 12.1 and installed it.
Now this is what I get when I try to launch Rainlendar2 from Terminal:
tecknomage@linux-h9z4:/usr/lib/rainlendar2> ./rainlendar2
./rainlendar2: /usr/lib/liblber-2.4.so.2: no version information available (required by ./rainlendar2)
./rainlendar2: /lib/libcrypto.so.1.0.0: no version information available (required by ./rainlendar2)
./rainlendar2: /lib/libssl.so.1.0.0: no version information available (required by ./rainlendar2)
./rainlendar2: /lib/libssl.so.1.0.0: no version information available (required by ./rainlendar2)
./rainlendar2: /usr/lib/libldap_r-2.4.so.2: no version information available (required by ./rainlendar2)
./rainlendar2: /lib/libc.so.6: version `GLIBC_2.15’ not found (required by ./rainlendar2)
ALSO, these libraries do NOT show up in YaST, so how are they being seen above?
:disapointed: PLEASE, any help in getting this app to work would be appreciated.
I did not put the libraries there, the RPM installer did, but I know enough about Linux to know that these (root) folders shown are where these should go.
Rainlendar2 is installed under my Home directory. The Terminal error message is from Rainlendar about the libraries.
** What I need to fix is the files listed with version info.**
Thee RPM of course put the libraries into /usr/lib. That is normal. But why are you going into /usr/lib and call a program (not a library) from there?
When you say
[QUOTE[b]]Rainlendar2 is installed under my Home directory. [/QUOTE], you should prove that by showing an* ls -l* of that file. As you should prove everything you say, specialy your conclusions, with computer evidence. And between CODE tags.