Howto: Install Google Voice and Video Chat on Fedora | RHEL | Linux | RPM-Based System
Hello Guys,
As I have already posted that Google Voice and Video chat is available for Linux but Only for Ubuntu, Today i was googling for installing Google Voice and Video chat on Fedora | RHEL and RPM Based Linux. So I Found 1 very nice howto on google helps itself. A very nice howto which shows us that howto install using DEB file. I am posting that with some modification.
Google Released Official RPM to Install using Official RPM follow this link :- http://www.tejasbarot.com/2010/09/02/install-google-voice-video-chat-using-official-google-rpm-fedora-rhel-linux/
Perform following steps to install Google Voice & Video chat on Fedora | RHEL and RPM Based Linux
1. You need to be root for Doing this. So be as a root
2. Click Here to Download DEB File. Or Execute Below command on Terminal.
# wget -c http://dl.google.com/linux/direct/google-talkplugin_current_i386.deb
3. Move deb file to /tmp directory. Execute below command
# mv google-talkplugin_current.deb /tmp
4. Now Change your Directory to /tmp. Execute cd /tmp
5. Now Execute below command
# ar vx google-talkplugin_current.deb # This command will extract DEB file here.
6. Above command will install drivers, but as we don’t have exact RPM so we have to make link of some library files. Execute below commands
# cd /usr/lib
# ln -s ../../lib/libcrypto.so.1.0.0a libcrypto.so.0.9.8
# ln -s libssl.so.1.0.0a libssl.so.0.9.8
(non-Fedora distributions, and other versions of Fedora, may have different locations and version numbers for these libraries, but the same basic method should work.)
7. Now Again lets change our directory to /tmp where we have extracted DEB file. Execute command below
# cd /tmp
# tar xvzf data.tar.gz -C /
8. Now change your directory to /opt/google/talkplugin by executing command below
cd /opt/google/talkplugin
9. Type Below command
./GoogleTalkPlugin
If Everything is fine you will able to see two lines as below
./GoogleTalkPlugin: /usr/lib/libssl.so.0.9.8: no version information available (required by ./GoogleTalkPlugin)
./GoogleTalkPlugin: /usr/lib/libcrypto.so.0.9.8: no version information available (required by ./GoogleTalkPlugin)
Above lines are not errors its just warnings so Don’t worry.
By following this howto on some systems plugin will work on firefox and on some plugin will work on Google Chrome. Don’t know the reason but its only like that. Also I don’t say or not any surety that this will works for all.
I want to thank this post for showing a very nice way to install Google Plugin without RPM.
Source link :- http://www.google.co.uk/support/forum/p/chat/thread?tid=273c9ff21a1bbf53&hl=en
Enjoy Linux
Enjoy Voice & Video Chat on RPM Based Systems
All comments accepted.
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.








when i try ./Go
./GoogleTalkPlugin: error while loading shared libraries: libgobject-2.0.so.0: cannot open shared object file: Error 40
anybody can solve it
i followed all steps in centos
when i try ./GoogleTalkplugin command, error display
./GoogleTalkPlugin: error while loading shared libraries: libgobject-2.0.so.0: cannot open shared object file: Error 40
what is the prblm.. pls let me know..
Hello,
It seems that, libgcc is not installed or lower/higher version installed.
I am using RedHat.
I have tried as you suggested. see the message,
[root@gibies talkplugin]# ./GoogleTalkPlugin
./GoogleTalkPlugin: /lib/libc.so.6: version `GLIBC_2.11′ not found (required by ./GoogleTalkPlugin)
./GoogleTalkPlugin: /lib/libc.so.6: version `GLIBC_2.7′ not found (required by ./GoogleTalkPlugin)
./GoogleTalkPlugin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9′ not found (required by ./GoogleTalkPlugin)
[root@gibies talkplugin]#
This means you have not linked your file properly or you have not followed this document properly,
Requesting you to check step once again.
When I got to command line #9, I got this error message:
./GoogleTalkPlugin: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
I can see the sub folder /GoogleTalkPlugin.
Can someone give me some hint? Thanks
[...] See the rest here: Howto: Install Google Voice and Chat on Fedora | RHEL | Linux … [...]
Howto: Install Google Voice and Chat on Fedora | RHEL | Linux ……
I found your entry interesting do I’ve added a Trackback to it on my weblog
…
[...] Howto: Install Google Voice as well as Chat upon Fedora | RHEL | Linux | RPM-Based System @ All Linu… [...]