LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 11-23-2009, 10:32 PM   #1
abunajmi
LQ Newbie
 
Registered: Nov 2009
Posts: 10

Rep: Reputation: 0
Unhappy error loading libglib-2.0.so.0 when linux starting boot


hi, does anyone know what's the problem when i get starting boot linux redhat enterprise as 4 there is error in loading libvte.s0.4 and libglib-2.0.so.0 the error always appears every several minutes. by teh way how to fix this error maybe anyone knows about this. thanks for reply
 
Old 11-24-2009, 01:46 PM   #2
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
post the output from
Code:
dmesg | grep libvte.s0.4 
dmesg | grep libglib-2.0.so.0
 
Old 11-25-2009, 01:39 AM   #3
abunajmi
LQ Newbie
 
Registered: Nov 2009
Posts: 10

Original Poster
Rep: Reputation: 0
the problem is i can not login becouse every system device not work proper becouse of that error , could you help and tell me what should i do? i have running out ide
 
Old 11-25-2009, 02:20 AM   #4
abunajmi
LQ Newbie
 
Registered: Nov 2009
Posts: 10

Original Poster
Rep: Reputation: 0
code :

/usr/bin/rhgb-client: error while loading shared libraries: libglib-2.0.so.0: Cannot open shared object file: No such file or directory.
 
Old 11-25-2009, 03:34 PM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
You may have to acces your system from a live cd.
And 'cd /media/<your-Linux>/

Next you can extract the packages (lib)vte + glib2
into your system.

Easier to explain, when you tell, which Linux, you are using.
Like CentOS 4 , Redhat EL 4 .
Please include this information by every question.

If it's an rpm system the extract command is :
rpm2cpio <package>.rpm | cpio -idmv
.....
 
Old 11-25-2009, 07:56 PM   #6
abunajmi
LQ Newbie
 
Registered: Nov 2009
Posts: 10

Original Poster
Rep: Reputation: 0
i use single user until appear prompt sh-3.00# and try to repair the library but i can extract the rpm becouse when i call command rpm it's come up error in library:librpmdb-4.3.so so how to extract the rpm in this situation could you help me please
 
Old 11-25-2009, 08:04 PM   #7
abunajmi
LQ Newbie
 
Registered: Nov 2009
Posts: 10

Original Poster
Rep: Reputation: 0
oh ya i use redhat el 4 i have sysimage when i use linux rescue is it posible to repair the error using this image how to restore the image into the system?
 
Old 11-25-2009, 08:09 PM   #8
kirukan
Senior Member
 
Registered: Jun 2008
Location: Eelam
Distribution: Redhat, Solaris, Suse
Posts: 1,278

Rep: Reputation: 148Reputation: 148
Did you check whether the libglib-2.0.so.0 module is existing on your system?
 
Old 11-25-2009, 08:14 PM   #9
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
I use single user until appear prompt sh-3.00#
From that run level, you can type : init 3

In run level 3, you have access to all commands.

But it is much easier to do the repair from a
recue cd / live cd.
.....

Last edited by knudfl; 11-25-2009 at 08:19 PM.
 
Old 11-25-2009, 08:43 PM   #10
abunajmi
LQ Newbie
 
Registered: Nov 2009
Posts: 10

Original Poster
Rep: Reputation: 0
how to rescue from live cd? how to mount cdrom from booting live - cd?
 
Old 11-26-2009, 02:23 AM   #11
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
You don't mount a rescue / live cd. No cdrom mounting.

A live rescue cd is bootable and run's its own Linux OS.

But first thing to do :
From the prompt, you have = sh-3.00# ,
please enter ' init 3 ' to be brought to runlevel 3,
where you can do :
1) ls /usr/lib/libglib*
2) ls /usr/lib/libvte*
.. to see, what you actually have, and if anything
really is missing.
.....

Last edited by knudfl; 11-30-2009 at 04:18 AM.
 
Old 11-29-2009, 08:40 PM   #12
abunajmi
LQ Newbie
 
Registered: Nov 2009
Posts: 10

Original Poster
Rep: Reputation: 0
after i run the command you suggested to me the output from command ls libglib* and ls libvte is no such file or directory what should i do next?
 
Old 11-29-2009, 08:43 PM   #13
abunajmi
LQ Newbie
 
Registered: Nov 2009
Posts: 10

Original Poster
Rep: Reputation: 0
sorry i put wrong command i forget to put space in libvte* after i put space it come up several report what should i do next?
 
Old 11-30-2009, 04:29 AM   #14
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Sorry, my mistake.

You will have to look for libglib* and libvte*
where they are expected to be.
Like shown in the now edited post # 11 :
ls /usr/lib/libglib*
ls /usr/lib/libvte*

And please write the exact result here, if any more problems.
.....
 
Old 11-30-2009, 11:21 PM   #15
abunajmi
LQ Newbie
 
Registered: Nov 2009
Posts: 10

Original Poster
Rep: Reputation: 0
after i type ls /usr/lib/libglib* and ls /usr/lib/libvte* the result is the file exist in folder /usr/lib/ and now what to do next?
 
  


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
Fedora machine won't boot, libglib missing... woppa30 Linux - Software 1 03-21-2006 06:06 AM
solaris boot problem boot error loading interpreter(misc/krtld) Johncy_j Solaris / OpenSolaris 5 08-18-2005 01:47 AM
GTK+-2.6.2 compile error: libtool looking in wrong place for libglib-2.0.la Locura Linux - Software 5 02-17-2005 03:51 PM
Error loading speedo, starting X erithanis Linux - Software 3 01-08-2005 01:39 AM
Error 0x10 loading Linux on dual boot with W2K noggin Linux - Software 4 12-25-2004 10:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 10:02 PM.

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