Fedora Linux Support Community & Resources Center
  #1  
Old 9th July 2012, 09:42 PM
Dr.Diesel Offline
Registered User
 
Join Date: Mar 2005
Location: Terre Haute, IN
Posts: 254
linuxfirefox
Google Chrome and libudev.so.0?

Since the last few updates Google Chrome is busted. Any known work-a-rounds till Google catches up?

Code:
[root@sandy linux]# google-chrome 
/bin/google-chrome: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory
[root@sandy linux]#
I've tried:

Code:
[root@sandy linux]# ln -sf /usr/lib64/libudev.so.1.0.1 /usr/lib64/libudev.so.0
Which was suggested here.

Thanks
__________________
F18
Reply With Quote
  #2  
Old 9th July 2012, 09:52 PM
PabloTwo's Avatar
PabloTwo Offline
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,128
linuxchrome
Re: Google Chrome and libudev.so.0?

What release of Fedora are you using? Your signature says "F12".
On F16.x86_64:
Code:
BASH:~/-> locate libudev.so.0
/lib64/libudev.so.0
/lib64/libudev.so.0.12.0
And to see which package installed those..
Code:
BASH:~/-> rpm -qf /lib64/libudev.so.0
libudev-173-3.fc16.x86_64
Google Chrome 20.0.1132.47 works just fine on my fully updated F16.
Reply With Quote
  #3  
Old 9th July 2012, 11:05 PM
Dr.Diesel Offline
Registered User
 
Join Date: Mar 2005
Location: Terre Haute, IN
Posts: 254
linuxfirefox
Re: Google Chrome and libudev.so.0?

I'm on rawhide/F18.

Code:
[root@sandy linux]# locate libudev.so.0
/usr/lib/libudev.so.0
/usr/lib/libudev.so.0.13.1
/usr/lib64/libudev.so.0
/usr/lib64/libudev.so.0.13.1
[root@sandy linux]# rpm -qf /lib64/libudev.so.0
error: file /lib64/libudev.so.0: No such file or directory
[root@sandy linux]#
This is a rawhide change in systemd/udev. I was hoping for a work-a-round till Google catches up!

---------- Post added at 06:05 PM ---------- Previous post was at 05:54 PM ----------

Mmmmm, after a bit more looking, running this command completes with no output:

Code:
[root@sandy linux]# ln -sf /usr/lib64/libudev.so.1.0.1 /usr/lib64/libudev.so.0
I don't even have libudev.so.1.0.1, not sure why no output when the file is missing! But I do have libudev.so.1.0.2, when I link it properly it Chrome works!

Thanks
__________________
F18
Reply With Quote
  #4  
Old 14th July 2012, 05:19 PM
mschwendt's Avatar
mschwendt Offline
Registered User
 
Join Date: Jun 2010
Posts: 246
linuxfirefox
Re: Google Chrome and libudev.so.0?

Quote:
Originally Posted by Dr.Diesel View Post
I don't even have libudev.so.1.0.1, not sure why no output when the file is missing!
Because ln happily creates a dangling symlink, as the link target can be added or removed independently.
Reply With Quote
  #5  
Old 11th September 2012, 10:21 PM
patrick Online
Registered User
 
Join Date: Mar 2012
Location: Carrboro, NC, USA
Posts: 17
linuxfirefox
Re: Google Chrome and libudev.so.0?

I am having a similar problem with F18 in that spot's Chromium package requires:

Code:
Error: Package: chromium-20.0.1132.47-2.fc17.x86_64 (fedora-chromium)
           Requires: libicuuc.so.48()(64bit)
Error: Package: chromium-20.0.1132.47-2.fc17.x86_64 (fedora-chromium)
           Requires: libicui18n.so.48()(64bit)
Error: Package: chromium-20.0.1132.47-2.fc17.x86_64 (fedora-chromium)
           Requires: libudev.so.0()(64bit)
Which as far as I can tell nothing in F18 provides.
Reply With Quote
  #6  
Old 20th October 2012, 09:10 AM
ar17787 Offline
Registered User
 
Join Date: May 2011
Posts: 5
linuxfirefox
Re: Google Chrome and libudev.so.0?

hey don't know if you're still following this or if anyone else is having the problem in Fedora 18 but I installed the chrome beta and that seems to fix the problem
Reply With Quote
  #7  
Old 24th October 2012, 09:16 PM
Ihatewindows's Avatar
Ihatewindows Offline
Registered User
 
Join Date: Oct 2012
Location: Fort Wayne, IN
Posts: 1,112
macossafari
Re: Google Chrome and libudev.so.0?

Code:
sudo yum install apper
Run apper
In the search bar type chrome
Remove Chromium
Re-install Chromium, which will re-install dependencies.

Or

Code:
sudo yum remove google-chrome
sudo yum install google-chrome
Instead of playing around with libudev.so.0
Hope this could help.

Last edited by Ihatewindows; 24th October 2012 at 09:18 PM.
Reply With Quote
  #8  
Old 3rd November 2012, 08:27 PM
Vespa's Avatar
Vespa Offline
Registered User
 
Join Date: Sep 2009
Location: Just outside Philadelphia, USA
Posts: 81
linuxfirefox
Re: Google Chrome and libudev.so.0?

Quote:
Originally Posted by Ihatewindows View Post
Code:
sudo yum remove google-chrome
sudo yum install google-chrome
Instead of playing around with libudev.so.0
Hope this could help.
This worked for me on Fedora 18. It installed google-chrome-unstable-24.0.1312.2-165266.x86_64 from the repository rather than the version I had downloaded from Google: google-chrome-stable-22.0.1229.94-161065.x86_64.

Thanks and Cheers!
Reply With Quote
  #9  
Old 4th November 2012, 01:48 AM
Ihatewindows's Avatar
Ihatewindows Offline
Registered User
 
Join Date: Oct 2012
Location: Fort Wayne, IN
Posts: 1,112
macossafari
Re: Google Chrome and libudev.so.0?

Sometimes we overlook the simple things.
Reply With Quote
  #10  
Old 11th November 2012, 08:48 PM
secipolla Offline
Registered User
 
Join Date: May 2011
Posts: 700
linuxfirefox
Re: Google Chrome and libudev.so.0?

But what dependencies are missing?

$ google-chrome
/usr/bin/google-chrome: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory
$ yum list google-chrome-stable
Loaded plugins: auto-update-debuginfo, downloadonly, presto, remove-with-
: leaves
Installed Packages
google-chrome-stable.i386 23.0.1271.64-165188 @google-chrome/17

Hmm, there's an F18 version for it (searches..)?

I'm just asking because I started using chromium (version 22etc. from Russian repo) last week. It's not working so well after I upgraded to f18 two days ago (takes some time to open/close) and now I realized that chrome doesn't even launch.

Will do the remove/install thing.

Last edited by secipolla; 11th November 2012 at 08:53 PM.
Reply With Quote
  #11  
Old 7th March 2013, 06:53 PM
abchobby Offline
Registered User
 
Join Date: Mar 2013
Location: italy
Posts: 1
linuxfirefox
Re: Google Chrome and libudev.so.0?

Quote:
Originally Posted by Ihatewindows View Post
Code:
sudo yum install apper
Run apper
In the search bar type chrome
Remove Chromium
Re-install Chromium, which will re-install dependencies.

Or

Code:
sudo yum remove google-chrome
sudo yum install google-chrome
Instead of playing around with libudev.so.0
Hope this could help.
Wow This worked for me on Fedora 18!!
Thank's a lot!!!
Reply With Quote
Reply

Tags
chrome, google, libudevso0

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Google Chrome scalerman Using Fedora 14 7th October 2011 02:27 AM
Google Chrome for F15 agriz Using Fedora 5 29th May 2011 03:34 PM
install google chrome - no google.repo file jimiwa Using Fedora 1 2nd October 2010 08:35 PM
google chrome chandru1 Using Fedora 6 17th July 2010 06:34 PM
Google Chrome mathan Installation and Live Media 8 29th July 2009 08:39 AM


Current GMT-time: 19:10 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat