LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-05-2011, 10:23 PM   #1
hackum
LQ Newbie
 
Registered: Apr 2011
Location: Brazil unfortunately. :(
Distribution: Gentoo
Posts: 28

Rep: Reputation: 0
Error starting Google Chrome.


Installed Google Chrome by Slackbuilds after installation in the terminal: google-chrome, comprised the following error:

bash-4.1 # google-chrome
/ usr / bin / google-chrome: error while loading shared libraries: libgconf-2.so.4: can not open shared object file: No such file or directory

Thanks!
 
Old 05-05-2011, 10:31 PM   #2
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
Rebuild your GConf package
 
Old 05-05-2011, 10:33 PM   #3
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
You don't have GConf installed, which is a dependency of Google Chrome. You can see that here.
You can get GConf from /extra. You will find it in the google-chrome directory.
 
Old 05-05-2011, 10:37 PM   #4
hackum
LQ Newbie
 
Registered: Apr 2011
Location: Brazil unfortunately. :(
Distribution: Gentoo
Posts: 28

Original Poster
Rep: Reputation: 0
How? Note: I am beginner Slackware
bash-4.1# google-chrome
/usr/bin/google-chrome: error while loading shared libraries: libpam.so.0: cannot open shared object file: No such file or directory

Last edited by hackum; 05-05-2011 at 10:47 PM.
 
Old 05-05-2011, 10:46 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
I assume that you have a Slackware install-DVD. Put that into the drive, mount it (if not auto-mounted) and navigate to the folder extra/google-chrome on it. You will find the GConf-package there. Install it using installpkg.

If you don't have the DVD browse to your favorite mirror on the net, for example http://ftp.gwdg.de/pub/linux/slackware/, click on the link for your installed distro (for example slackware-13.37) and click on extra and then on google-chrome. Download the needed package and install it using installpkg.

If you need more information about installpkg try it with
Code:
man installpkg
or read the chapter about package management in the Slack Book. You should read that book anyway.
 
Old 05-05-2011, 10:49 PM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by hackum View Post
/usr/bin/google-chrome: error while loading shared libraries: libpam.so.0: wrong ELF class: ELFCLASS64
Seems to me that you have mixed 32 and 64 bit packages. You can do that only if you have installed the multilib packages from AlienBob. This will work only if you have a 64 bit OS and want to install 32 bit packages, but not vice versa.
 
Old 05-05-2011, 10:54 PM   #7
hackum
LQ Newbie
 
Registered: Apr 2011
Location: Brazil unfortunately. :(
Distribution: Gentoo
Posts: 28

Original Poster
Rep: Reputation: 0
Error continues:

bash-4.1# installpkg GConf-2.32.1-i486-1.txz
Verifying package GConf-2.32.1-i486-1.txz.
Installing package GConf-2.32.1-i486-1.txz:
PACKAGE DESCRIPTION:
# GConf (GNOME configuration library)
#
# GConf is a configuration database system, functionally similar to the
# Windows registry.
#
# Homepage: http://www.gnome.org/projects/gconf/
#
Executing install script for GConf-2.32.1-i486-1.txz.
Package GConf-2.32.1-i486-1.txz installed.

bash-4.1# google-chrome
/usr/bin/google-chrome: error while loading shared libraries: libpam.so.0: cannot open shared object file: No such file or directory
bash-4.1# installpkg ORBit2-2.14.19-i486-1.txz
Verifying package ORBit2-2.14.19-i486-1.txz.
Installing package ORBit2-2.14.19-i486-1.txz:
PACKAGE DESCRIPTION:
# ORBit2 (CORBA ORB library)
#
# ORBit is a high-performance CORBA (Common Object Request Broker
# Architecture) ORB (object request broker). It allows programs to
# send requests and receive replies from other programs, regardless
# of the locations of the two programs. CORBA is an architecture that
# enables communication between program objects, regardless of the
# programming language they're written in or the operating system they
# run on.
#
Executing install script for ORBit2-2.14.19-i486-1.txz.
Package ORBit2-2.14.19-i486-1.txz installed.

bash-4.1# google-chrome
/usr/bin/google-chrome: error while loading shared libraries: libpam.so.0: cannot open shared object file: No such file or directory
bash-4.1#
 
Old 05-05-2011, 11:04 PM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
As the error-message states, you don't have the pam libraries for chrome installed. You need this package: google-chrome-pam-solibs-1.1.3-i486-1.txz. You will find that also in the google-chrome folder. I wonder why you install orbit, but not the pam libs.
 
Old 05-05-2011, 11:04 PM   #9
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
install google-chrome-pam-solibs
 
Old 05-06-2011, 10:24 AM   #10
flyer103
Member
 
Registered: Mar 2010
Location: Beijing, China
Distribution: Slackware
Posts: 41

Rep: Reputation: 1
I had encountered the same problem and after isntalling ORBit2-2.14.19 and Linux-PAM-1.1.3, the problem was solved. If it had no effect, try the command "ldconfig". Just google the messages that the system indicates ^_^
 
Old 05-06-2011, 01:40 PM   #11
hackum
LQ Newbie
 
Registered: Apr 2011
Location: Brazil unfortunately. :(
Distribution: Gentoo
Posts: 28

Original Poster
Rep: Reputation: 0
Error continues > /usr/bin/google-chrome: error while loading shared libraries: libprelude.so.2: cannot open shared object file: No such file or directory

Last edited by hackum; 05-06-2011 at 01:42 PM.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] SquirrelMail v1.4.21 returning error with Google Chrome moyorakkhi Linux - Server 5 08-30-2012 07:23 AM
[SOLVED] Google Talk Plugin, Slackware64-Current, Google Chrome (Latest) and Multilib - Error Gavin Harper Slackware 3 01-04-2011 07:45 AM
[SOLVED] Google-Chrome Error (Error 9 (net::ERR_UNEXPECTED): Unknown error) smoooth103 Slackware 4 12-04-2010 07:42 PM
Google Chrome - error loading libnss3.so dc_eros Slackware 9 06-02-2010 04:04 PM
Installing Google Chrome on RHEL 5.5 - Getting error pssmba Red Hat 2 04-23-2010 05:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration