I just realized that google video/audio chat on Linux is finally here. When you download the plugin, you get a deb file. I had converted the deb file into a rpm file using the application alien. When I tried to install the rpm file I got the following dependency libraries missing,
error: Failed dependencies:
libcrypto.so.0.9.8(OPENSSL_0.9.8) is needed by google-talkplugin-1.4.1.0-2.i386
libssl.so.0.9.8(OPENSSL_0.9.8) is needed by google-talkplugin-1.4.1.0-2.i386
I have both libcrypto.so.0.9.8 and libssl.so.0.9.8 residing in /usr/lib/ directory. I know this is a very new application which was released not even a day ago but I had been desperately waiting for this release. It is pretty late here, I would be glad to hear your thoughts and advices by morning.
No Sir, I am running a 32 bit linux machine. The libraries which are not found by the plugin were installed by downloading and installing OpenSSL using Yast. I don’t think Yast would have downloaded 64 bit version of the library.
Thank you very much for the link caf4926. It feels better to know that other’s are facing the same problem. I think I will have to wait for a rpm release. I will try the deb on a unbuntu machine at work.