FYI <br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Niels Mayer</b> <span dir="ltr">&lt;<a href="mailto:nielsmayer@gmail.com">nielsmayer@gmail.com</a>&gt;</span><br>
Date: Wed, Aug 25, 2010 at 5:32 PM<br>Subject: Installing Google Voice Chat for Linux on Fedora instead of Debian<br>To: linux-audio-user &lt;<a href="mailto:linux-audio-user@lists.linuxaudio.org">linux-audio-user@lists.linuxaudio.org</a>&gt;, <a href="mailto:alsa-user@lists.sourceforge.net">alsa-user@lists.sourceforge.net</a><br>
<br><div>Excited to see <a href="http://googleblog.blogspot.com/2010/08/call-phones-from-gmail.html" target="_blank">http://googleblog.blogspot.com/2010/08/call-phones-from-gmail.html</a> , I was quickly disappointed to find the plugin only supported debian and was 32 bit. However, I persevered and got it running on Fedora 12 x86_64 anyways.</div>

<div><br></div><div>Solution:</div><a href="http://www.google.com/support/forum/p/chat/thread?tid=10ffe01c3a4779f5&amp;hl=en&amp;fid=10ffe01c3a4779f500048eaedc559f0f" target="_blank">http://www.google.com/support/forum/p/chat/thread?tid=10ffe01c3a4779f5&amp;hl=en&amp;fid=10ffe01c3a4779f500048eaedc559f0f</a><div>

<br></div><div>Google ought to hire someone that knows about App Development and Linux Audio and Fedora packaging (me?) to make the audio/video experience nicer for it&#39;s Linux users. In particular, not just blindly using ALSA devices for input that cannot possibly support audio capture, although I guess I&#39;m a fringe-case since I don&#39;t use pulseaudio, since I&#39;ve got KDE&#39;s phonon setup to do the right thing w/r/t all my audio devices, including the ones talking via Jackd. ( <a href="http://ccrma-mail.stanford.edu/pipermail/planetccrma/2010-May/016886.html" target="_blank">http://ccrma-mail.stanford.edu/pipermail/planetccrma/2010-May/016886.html</a> ). Also, not assuming every Linux user runs a debian/ubuntu distro would be helpful as well :-)</div>

<div><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Google Help</b> <span dir="ltr">&lt;<a href="mailto:noreply@google.com" target="_blank">noreply@google.com</a>&gt;</span><br>

Date: Wed, Aug 25, 2010 at 5:13 PM<br>Subject: Re: [Google Chat Help] Linux version now available!<br>To: <a href="mailto:nielsmayer@gmail.com" target="_blank">nielsmayer@gmail.com</a><br><br><br>NielsMayer has posted an answer to the question &quot;Linux version now available!&quot;:<br>

<br><div dir="ltr"><div>FYI, adventures in Installing google talk on fedora 12 x86_64</div><div><br></div><div>Linux installation doesn&#39;t distinguish between Fedora/OpenSUSE and Debian/Ubuntu linux systems, so you get a download for the wrong distro:</div>

<div>-rw-r--r--  1 npm  npm     6926676 2010-08-25 15:47 google-talkplugin_current_amd64.deb</div><div><br></div><div>Which can be unpacked via ark(1) or file-roller(1) and  contains a file data.tar.gz</div><div><br></div>

<div>I installed the plugin for chrome/mozilla 64 bit by  doing </div><div>   132<span>        </span>16:01<span>        </span>cd /</div><div>   134<span>        </span>16:02<span>        </span>sudo tar xvzf ~/Download/data.tar.gz ./opt/google/talkplugin</div>

<div>   151<span>        </span>16:11<span>        </span>cd /usr/lib64/mozilla/plugins </div><div>                                 ## (or /usr/lib ... for 32 bit)</div><div>   152<span>        </span>16:11<span>        </span>sudo ln -s /opt/google/talkplugin/libnpgoogletalk64.so /opt/google/talkplugin/libnpgtpo3dautoplugin.so .</div>

<div><br></div><div>now, about:/plugins shows the existence of the plugin:</div><div><br></div><div>Google Talk Plugin (2 files)</div><div>Version: 1.4.1.0</div><div>Name:<span>        </span>Google Talk Plugin</div><div>Description:<span>        </span>Version: 1.4.1.0</div>

<div>Version:<span>        </span></div><div>Priority:<span>        </span>1</div><div>Location:<span>        </span>/opt/google/talkplugin/libnpgoogletalk64.so</div><div> <span>        </span> Disable</div><div>MIME types:<span>        </span></div><div>
MIME type<span>        </span>Description<span>        </span>File extensions</div>
<div>application/googletalk<span>        </span>Google Talk Plugin<span>        </span></div><div>.googletalk</div><div>Name:<span>        </span>Google Talk Plugin Video Accelerator</div><div>Description:<span>        </span>Google Talk Plugin Video Accelerator version:0.1.43.3</div>

<div>Version:<span>        </span></div><div>Priority:<span>        </span>2</div><div>Location:<span>        </span>/opt/google/talkplugin/libnpgtpo3dautoplugin.so</div><div> <span>        </span> Disable</div><div>MIME types:<span>        </span></div><div>

MIME type<span>        </span>Description<span>        </span>File extensions</div><div>application/vnd.gtpo3d.auto<span>        </span>O3D MIME<span>        </span></div><div>.</div><div><br></div><div>However, back in gmail. clicking on the &quot;call phone&quot; doesn&#39;t work....</div>

<div><br></div><div>Issue:</div><div><br></div><div>gnulem-230-~/Download&gt; /opt/google/talkplugin/GoogleTalkPlugin </div><div>/opt/google/talkplugin/GoogleTalkPlugin: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory</div>

<div><br></div><div>Solving:</div><div><br></div><div>gnulem-236-/usr/lib&gt; sudo ln -s libssl.so.1.0.0a libssl.so.0.9.8</div><div><br></div><div>## note the plugin seems to rely on 32 bit libraries being installed, which fortunately, </div>

<div>## they are even though I have x86_64 system as i&#39;ve needed to run other 32 bit binaries...</div><div><br>Issue:</div><div><br></div><div>gnulem-245-~&gt; /opt/google/talkplugin/GoogleTalkPlugin</div><div>/opt/google/talkplugin/GoogleTalkPlugin: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory</div>

<div><br></div><div>Solving:</div><div><br></div><div>gnulem-247-~&gt; sudo ln -s /usr/lib/libcrypto.so.1.0.0a /usr/lib/libcrypto.so.0.9.8</div><div><br></div><div>gnulem-248-~&gt; /opt/google/talkplugin/GoogleTalkPlugin</div>

<div>/opt/google/talkplugin/GoogleTalkPlugin: /usr/lib/libcrypto.so.0.9.8: no version information available (required by /opt/google/talkplugin/GoogleTalkPlugin)</div><div>/opt/google/talkplugin/GoogleTalkPlugin: /usr/lib/libssl.so.0.9.8: no version information available (required by /opt/google/talkplugin/GoogleTalkPlugin)</div>

<div>socket(): Address family not supported by protocol</div><div>socket(): Address family not supported by protocol</div><div><br></div><div>restarting chrome... and it ...</div><div>!!!!!!!!!!!!!!!!!!!!!!!! WORKS !!!!!!!!!!!!!!!!!!!!!!!!</div>

<div><br></div><div><br></div><div>testing in a call, I&#39;m using an ALSA device that doesn&#39;t have input by default</div><div><br></div><div>gnulem-253-~&gt; /opt/google/talkplugin/GoogleTalkPlugin</div><div>/opt/google/talkplugin/GoogleTalkPlugin: /usr/lib/libcrypto.so.0.9.8: no version information available (required by /opt/google/talkplugin/GoogleTalkPlugin)</div>

<div>/opt/google/talkplugin/GoogleTalkPlugin: /usr/lib/libssl.so.0.9.8: no version information available (required by /opt/google/talkplugin/GoogleTalkPlugin)</div><div><br></div><div>socket(): Address family not supported by protocol</div>

<div>socket(): Address family not supported by protocol</div><div>socket(): Address family not supported by protocol</div><div>ALSA lib pcm_dmix.c:957:(snd_pcm_dmix_open) The dmix plugin supports only playback stream</div>

<div><br></div><div>Issue:</div><div><br></div><div>Given my default ALSA device is a dmix device, I now need to totally rework </div><div><a href="http://nielsmayer.com/npm/dot-asoundrc.txt" target="_blank">http://nielsmayer.com/npm/dot-asoundrc.txt</a> to make this all useful....</div>

<div><br></div><div><br></div><div>-- Nielsl</div><div><a href="http://nielsmayer.com" target="_blank">http://nielsmayer.com</a></div></div></div></div>
</div><br>