Google Chrome 3.0.194.0 Released – openSUSE RPM
To follow updates I will provide for Chrome RPM packages please bookmark or check:
http://www.benkevan.com/blog/tag/google-chrome/

The newest release of the Chrome Unstable browser is upon us.. I’m not sure what fixes this build brings us, but I know we still don’t have basic features like plugins etc.
Here is more information if you want full change logs:
http://dev.chromium.org/getting-involved/dev-channel
I’ve made some rpm’s to make it easier for you to install on openSUSE:
The files are located here:
http://www.benkevan.com/upload/software/google-chrome-unstable-3.0.194.0-1.i386.rpm
http://www.benkevan.com/upload/software/google-chrome-unstable-3.0.194.0-1.x86_64.rpm
You can install using:
x86_64:
sudo rpm -Uvh http://www.benkevan.com/upload/software/google-chrome-unstable-3.0.194.0-1.x86_64.rpm --nodeps
i386:
sudo rpm -Uvh http://www.benkevan.com/upload/software/google-chrome-unstable-3.0.194.0-1.i386.rpm --nodeps
You may still have to do:
for i in libsmime3.so libnssutil3.so libnss3.so libssl3.so; do sudo ln -s /usr/lib/$i /usr/lib/$i.1d; done
and
for i in libplds4.so libplc4.so libnspr4.so ; do sudo ln -s /usr/lib/$i /usr/lib/$i.0d; done
(I had done this previously.. so didn’t test.. sorry people).
This build is quite a bit better then the previous builds.. I haven’t yet tested flash on the latest build, but I plan to shortly.







10 Comments
The symlinking of the various libraies is still required…
Thanks !
It does run and work on my opensuse 11.1 had no menu entry and the Mozilla import feature refused to work however from CLI I got;
sales@linux-du10:~> google-chrome
/opt/google/chrome/chrome: Symbol `SSL_ImplementedCiphers’ has different size in shared object, consider re-linking
[5347:5347:409275694812:ERROR:/b/slave/chrome-official-linux/build/src/chrome/br owser/google_update_settings_linux.cc(60)] Not implemented reached in static boo l GoogleUpdateSettings::GetLanguage(std::wstring*)
[5347:5347:409294682162:ERROR:/b/slave/chrome-official-linux/build/src/chrome/br owser/search_engines/template_url_prepopulate_data.cc(2788)] Not implemented rea ched in int::GetCurrentCountryID()
/opt/google/chrome/chrome: Symbol `SSL_ImplementedCiphers’ has different size in shared object, consider re-linking
/opt/google/chrome/chrome: Symbol `SSL_ImplementedCiphers’ has different size in shared object, consider re-linking
[5347:5352:409300728318:ERROR:/b/slave/chrome-official-linux/build/src/base/proc ess_util_posix.cc(242)] waitpid failed pid:5366 errno:10
Hope that helps
It does run and work on my opensuse 11.1 had no menu entry and the Mozilla import feature refused to work however from CLI I got;
sales@linux-du10:~> google-chrome
/opt/google/chrome/chrome: Symbol `SSL_ImplementedCiphers’ has different size in shared object, consider re-linking
[5347:5347:409275694812:ERROR:/b/slave/chrome-official-linux/build/src/chrome/br owser/google_update_settings_linux.cc(60)] Not implemented reached in static boo l GoogleUpdateSettings::GetLanguage(std::wstring*)
[5347:5347:409294682162:ERROR:/b/slave/chrome-official-linux/build/src/chrome/br owser/search_engines/template_url_prepopulate_data.cc(2788)] Not implemented rea ched in int::GetCurrentCountryID()
/opt/google/chrome/chrome: Symbol `SSL_ImplementedCiphers’ has different size in shared object, consider re-linking
/opt/google/chrome/chrome: Symbol `SSL_ImplementedCiphers’ has different size in shared object, consider re-linking
[5347:5352:409300728318:ERROR:/b/slave/chrome-official-linux/build/src/base/proc ess_util_posix.cc(242)] waitpid failed pid:5366 errno:10
Hope that helps
BTW I love your blog!
You can do the symlinking in %post section during the rpm creation/
%post
for i in libsmime3.so libnssutil3.so libnss3.so libssl3.so; do ln -s /usr/%_lib/$i /usr/%_lib/$i.1d; done
thx again for ur excellent service
btw : i dl the rpm and extract it . i start chrome from there , so no install needed
bookmarked …
pete
Thanks, but why don’t you simply provide them via OBS so I simply add a repo and get updates automatically?
@Chris
Not a bad idea.. I’ll try to get into OBS and see how I can do that.. and update that here. This RPM is really basic (no post / pre processing).
@cyberorg
I’ll consider repacking the rpm’s and including a .spec but right now I just do a simple conversion of the .deb with alien.. Maybe if I put it into OBS I’ll add a .spec and do it correctly.
on openSUSE 10.3 with KDE3:
both symbolic link commands ran no problem and the links exist..
howver, have zero idea how to resolve the following:
$ /opt/google/chrome> ./chrome
./chrome: Symbol `SSL_ImplementedCiphers’ has different size in shared object, consider re-linking
/opt/google/chrome/chrome: Symbol `SSL_ImplementedCiphers’ has different size in shared object, consider re-linking
./chrome: symbol lookup error: ./chrome: undefined symbol: cairo_format_stride_for_width
other that that (and it not starting) good work!!
hello,
I downloaded th rpm installed it then “/opt/google/chrome/chrome” the chrome window opens then close.
I have the following message:
[24830:24830:84859782417:ERROR:/usr/local/google/home/chrome-eng/b.64/slave/chrome-official-linux-64/build/src/net/proxy/proxy_config_service_linux.cc(559)] Not implemented reached in void net::ProxyConfigServiceLinux::Delegate::SetupAndFetchInitialConfig(MessageLoop*, MessageLoop*)Bug 17363: obey KDE proxy settings.
/opt/google/chrome/chrome: symbol lookup error: /opt/google/chrome/chrome: undefined symbol: cairo_format_stride_for_width
[24830:24830:84859849690:ERROR:/usr/local/google/home/chrome-eng/b.64/slave/chrome-official-linux-64/build/src/chrome/common/temp_scaffolding_stubs.h(71)] Not implemented reached in bool printing::PrintViewManager::OnRenderViewGone(RenderViewHost*)
/opt/google/chrome/chrome: symbol lookup error: /opt/google/chrome/chrome: undefined symbol: cairo_format_stride_for_width
/opt/google/chrome/chrome: symbol lookup error: /opt/google/chrome/chrome: undefined symbol: cairo_format_stride_for_width
I run that on:
myComp:/ # uname -ar
Linux WFXPC12 2.6.22.19-0.2-default #1 SMP 2008-12-18 10:17:03 +0100 x86_64 x86_64 x86_64 GNU/Linux
running opensuse 10.3 with dual screen
thank for the rpm anyway.
One Trackback
[...] Google Chrome 3.0.194.0 Released – openSUSE RPM | Ben Kevan's Blog [...]