Home > centos error > centos error while loading shared libraries libgio-2.0.so.0

Centos Error While Loading Shared Libraries Libgio-2.0.so.0

General support questions including new installations Post Reply Print view Search Advanced search 11 posts 1 2 Next vinturi Posts: 5 Joined: 2010/01/29 09:57:32 "libglib-2.0.so.0" problem Quote Postby vinturi » 2010/01/29 10:02:33 After I restart my PC, following message is being displayed and GUI is not coming up..How to get rid of this problem?******/usr/bin/rhgb-client: error while loading shared libraries: libglib-2.0.so.0: Cannot open shared object file: No such file or directory******--Thanks in advance Top pschaff Retired Moderator Posts: 18276 Joined: 2006/12/13 20:15:34 Location: Tidewater, Virginia, North America Contact: Contact pschaff Website Re: "libglib-2.0.so.0" problem Quote Postby pschaff » 2010/01/29 21:35:13 Welcome to the CentOS fora.You have a serious error.Code: Select all[pschaffn@c5 ~]$ locate libglib-2.0.so.0
/lib/libglib-2.0.so.0
/lib/libglib-2.0.so.0.1200.3
[pschaffn@c5 ~]$ rpm -qf /lib/libglib-2.0.so.0
glib2-2.12.3-4.el5_3.1.i386
Large parts of the system depend on glib2. An attempt to remove it will remove hundreds of packages including virtually anything GUI, and nice things like yum, rpm, and associated packages. You could try booting in runlevel3 or single user mode.Boot to runlevel 3 by interrupting GRUB by typing a character such as "space" then appending to the kernel line by typing "a" and appending " 3". Should give you text login prompt.If that fails boot to single user mode by interrupting GRUB by typing a character such as "space" then appending to the kernel line by typing "a" and appending " 1". Should give you a root shell and not a login prompt.You need to reinstall glib2, but how the file disappeared would be interesting to know. If you can get on in runlevel 3 tryCode: Select allyum reinstall glib2If (unfortunately more likely when) that fails you may need to boot to rescue mode using the installation media, or from a LiveCD, and see what is recoverable. Top vinturi Posts: 5 Joined: 2010/01/29 09:57:32 Re: "libglib-2.0.so.0" problem Quote Postby vinturi » 2010/02/01 02:52:40 Thank you very much pschaff for your response.While compiling gstreamer package, it seems some of the files were replaced.When I tried locating 'libglib-2.0.so.0', I could find "/lib/libglib-2.0.so.0.1200.3" as it is but '/lib

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up Linux error while loading http://www.centos.org/forums/viewtopic.php?t=15051 shared libraries: cannot open shared object file: No such file or directory up vote 142 down vote favorite 54 Program is part of the Xenomai test suite, cross-compiled from Linux PC into Linux+Xenomai ARM toolchain. # echo $LD_LIBRARY_PATH /lib # ls /lib ld-2.3.3.so libdl-2.3.3.so libpthread-0.10.so ld-linux.so.2 libdl.so.2 libpthread.so.0 libc-2.3.3.so libgcc_s.so libpthread_rt.so libc.so.6 libgcc_s.so.1 libstdc++.so.6 libcrypt-2.3.3.so libm-2.3.3.so libstdc++.so.6.0.9 libcrypt.so.1 libm.so.6 # ./clocktest ./clocktest: error while loading http://stackoverflow.com/questions/480764/linux-error-while-loading-shared-libraries-cannot-open-shared-object-file-no-s shared libraries: libpthread_rt.so.1: cannot open shared object file: No such file or directory Edit: OK I didn't notice the .1 at the end was part of the filename. What does that mean anyway? linux shared-libraries file-not-found xenomai share|improve this question edited Jan 26 '09 at 18:22 asked Jan 26 '09 at 18:07 zaratustra 2,17462538 153 This might happen if you have recently installed a shared library and didn't run ldconfig(8) afterwards. Do 'ldconfig', there's no harm in it. –AbiusX Jun 5 '11 at 21:02 14 +1 to @AbiusX comment - running sudo ldconfig (assuming that libraries are in fact where they should be [/usr/bin/lib/, /usr/bin/include/, /usr/local/lib/ and /usr/local/include/ AFAIK], please correct me if I'm wrong) can resolve that problem. Cheers! –AeroCross Nov 16 '11 at 18:11 add a comment| 13 Answers 13 active oldest votes up vote 57 down vote accepted Update While what I write below is true as a general answer about shared libraries, I think the most frequent cause of these sorts of message is because you've installed a package, but not installed the "-dev" version of that package. Well, it's not lying - there is no libpthread_

Primer All Books and Articles Community Mailing Lists Forums User Groups Events Q&A (external) Developers Project Ideas SVN Repository Perforce Repository Support Vendors Security Information Bug Reports Submit Bug-report Foundation Monetary Donations Hardware https://forums.freebsd.org/threads/12637/ Donations Log in or Sign up The FreeBSD Forums Forums > Ports and Packages > Installation and Maintenance of Ports or Packages > This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More. nspluginwrapper can't find libgio-2.0.so.0, but it's there? Discussion in 'Installation and Maintenance of Ports or Packages' started by centos error alaric, Mar 24, 2010. alaric New Member Messages: 13 Thanks Received: 0 Followed "How to" for flash (twice). Got great help from a Dude calling himself Dutch Daemon (thanks again). I'm now stuck on the following: Code:/usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loading shared libraries: libgio-2.0.so.0: cannot open shared object file: No such file or directory In spite of: Code:find / -name libgio-s.0so.0 /usr/local/lib/libgio-2.0.so.0 ?? centos error while Any Help Greatly Appreciated alaric, Mar 24, 2010 #1 Shuny New Member Messages: 13 Thanks Received: 2 Got the same problem error yesterday. After a reboot it was gone and I could use flash on my system. Shuny, Mar 25, 2010 #2 DutchDaemon Administrator Staff Member Administrator Moderator Messages: 10,998 Thanks Received: 2,203 It may be looking for /usr/compat/linux/lib/libgio-2.0.so.0, not /usr/local/lib/libgio-2.0.so.0. Freedom must be organized in order to persist. FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki FreeBSD Forum Rules and Guidelines DutchDaemon, Mar 25, 2010 #3 alaric thanks for this. errd New Member Messages: 2 Thanks Received: 0 DutchDaemon said: It may be looking for /usr/compat/linux/lib/libgio-2.0.so.0, not /usr/local/lib/libgio-2.0.so.0.Click to expand... Have got the same problem: Code:/usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loading shared libraries: libgio-2.0.so.0: cannot open shared object file: No such file or directory I've tried to link /usr/local/lib/libgio-2.0.so.0 to /usr/compat/linux/lib/libgio-2.0.so.0 but without success: Code:/usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loading shared libraries: /lib/libgio-2.0.so.0: ELF file OS ABI invalid Any ideas? errd, Mar 28, 2010 #4 DutchDaemon Administrator Staff Member Administrator Moderator Messages: 10,998 Thanks Received: 2,203 Linking FreeBSD an

 

Related content

centos error x11 support required for gui compilation

Centos Error X Support Required For Gui Compilation p PMhey out there i'm an ab absolute newbie with linux and ubuntu so i apologise for my lack of knowlege been trying to install Mplayer didnt relatedl work through synaptic so was trying through terminal using instructions from http www oldskoolphreak com tfiles hack ubuntu txt problem is when i get to configure --enable-gui i get Error X support required for GUI compilation can anyone help me fix this many thanks Peter January th AMyou probably have to instal the x window dev files sudo apt-get install x-window-system-dev or install the

centos error while loading shared libraries libc.so.6

Centos Error While Loading Shared Libraries Libc so p during installation Issues related to software problems Post Reply Print view Search relatedl Advanced search posts bull Page of pennstate Posts Joined Libc so error during installation Quote Postby pennstate raquo I am a first-time user of centOS and have not used Linux for a few years so I hope someone may be able to help me troubleshoot the following error Please enter installation directory opt netcool rm error while loading shared libraries libc so cannot open shared object file No such file or directorycat error while loading shared libraries libc

centos error 11 unrecognized device string

Centos Error Unrecognized Device String p Member Registered - - Posts GRUB Error Unrecognized relatedl Device String This just popped out of nowhere i tried reinstalling GRUB with a livecd but that didn't work This is on a fresh install from last night This morning just rebooted and BAM The Windows option still works though rolleyes Heres my menu lst Arch Linuxtitle Arch Linuxroot hd kernel boot vmlinuz root dev disk by-uuid a d -bf b- dfe-a d- c b c roinitrd boot kernel img Arch Linuxtitle Arch Linux Fallbackroot hd kernel boot vmlinuz root dev disk by-uuid a d

centos error problem with internal logger update logfile = /var/log/clamav/freshclam.log

Centos Error Problem With Internal Logger Update Logfile var log clamav freshclam log p Get Kubuntu Get Xubuntu Get Lubuntu Get UbuntuStudio Get Mythbuntu Get Edubuntu Get Ubuntu-GNOME Get UbuntuKylin Ubuntu Code of Conduct Ubuntu Wiki Community Wiki Other Support relatedl Launchpad Answers Ubuntu IRC Support AskUbuntu Official Documentation User Documentation Social Media Facebook Twitter Useful Links Distrowatch Bugs Ubuntu PPAs Ubuntu Web Upd Ubuntu OMG Ubuntu Ubuntu Insights Planet Ubuntu Activity Page Please read before SSO login Advanced Search Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help SOLVED freshclam not updating due to permission issue Having

centos error inserting coretemp no such device

Centos Error Inserting Coretemp No Such Device p LM Sensors on Cent OS How To Get And Install The Coretemp Module purehate March Insights Comments relatedl Tweet If you have been following my progress over the last few days you will know that after a complete rebuild of the tools server and a change of the operating system I have been working hard to get all our temp monitoring back online The server previously ran Gentoo Linux which although is still my favorite distro is just not suited for a production server environment So we decided to go with Cent

centos error missing dependency /usr/bin/rebuild-security-providers

Centos Error Missing Dependency usr bin rebuild-security-providers p errors General support questions including new installations Post Reply Print view Search Advanced search posts Next oldwierdal Posts relatedl Joined Location Yuma Arizona resolving update errors Quote Postby oldwierdal raquo Sometimes we humans seem to have great difficulty believing what the machines we invented are telling us For example our dandy yum update program in CentOS told me there were conflicts with OpenOffice and with java- -gcj-compat I recall early on in my adventures with Linux and Fedora Core and later with CentOS suffering from brain-freeze when I would get error messages

centos error cannot create sourcedir /usr/src/redhat/sources

Centos Error Cannot Create Sourcedir usr src redhat sources table id toc tbody tr td div id toctitle Contents div ul li a href Cpio Md Sum Mismatch a li ul td tr tbody table p HCL Search Reviews Search ISOs Go to Page LinuxQuestions org Forums Linux Forums Linux - Distributions Red Hat rpm error cannot create sourcedir User Name relatedl Remember Me Password Red Hat This forum is for the discussion p h id Cpio Md Sum Mismatch p of Red Hat Linux Notices Welcome to LinuxQuestions org a friendly and active Linux Community You are rpm-build currently

centos error while loading shared libraries libssl.so.4

Centos Error While Loading Shared Libraries Libssl so p it isn't installed -- Issues related to software problems Post Reply Print view Search Advanced relatedl search posts bull Page of jbruyet Posts Joined SSL is installed but it isn't installed -- Quote Postby jbruyet raquo Hey all I'm working on getting my Nagios server working but I've hit a wall -- there is isn't an ssl install Here's what I'm seeing I couldn't get NRPE to work so I ran it locally and this error popped up check nrpe error while loading shared libraries libssl so cannot open shared object

centos error zm requires gnutls/openssl.h

Centos Error Zm Requires Gnutls openssl h p available for Linux especially if you need to relatedl capture images and or video from multiple cameras both remote and local It offers a huge set of features that just aren't available in other pieces of free software Getting it to compile on Centos bit however is a bit of a chore There is some information in the ZoneMinder wiki on compiling and installing ZoneMinder on Centos but these instructions are incomplete and will not work After helping a coworker get it up and running and finding little information out there for

centos error while loading shared libraries libuno_sal so 3

Centos Error While Loading Shared Libraries Libuno sal So p not found Issues related to software problems Post Reply Print view Search Advanced search posts bull Page relatedl of Jhingman Posts Joined libXm so libc so not found Quote Postby Jhingman raquo the issue I'm having is the libraries in the subject libXm so and libc so aren't found by the system when trying to run a particular program We have it set up so that certain apps are installed to a server and when a user wants to use a particular app they call a shell script which in

centos error downloading treeinfo file

Centos Error Downloading Treeinfo File p Version Target VersionFixed in VersionSummary Install fails when Updates repository is added to install DescriptionWhen running an install with an updates repository included the install fails usually during the MAKEDEV package installation relatedl The install UI reports A fatal error has occurred when reading the installation media Installation cannot continue Exit Installer Steps To ReproduceAdditional InformationThis occurs when doing an NFS install of Centos where the Updates repository is either on NFS or HTTP If I remove the updates repository from the install it works as expected If I add in the EPEL repository

centos error problem with internal logger updatelogfile = /var/log/clamav/freshclam.log

Centos Error Problem With Internal Logger Updatelogfile var log clamav freshclam log p raquo Print Pages Author Topic SOLVED CLAMAV update problem Read times Members and relatedl Guests are viewing this topic brinsleyparagao Newbie Posts SOLVED CLAMAV update problem on August AM I make a new server and install clamav and extras but in restart service i see this error log Stopping Clam AntiVirus Daemon OK Starting Clam AntiVirus Daemon LibClamAV Warning LibClamAV Warning The virus database is older than days LibClamAV Warning Please update it as soon as possible LibClamAV Warning OK So i try make a update on

centos error 25 disk read error

Centos Error Disk Read Error p Search HCL Search Reviews Search ISOs Go to Page LinuxQuestions org Forums Linux Forums Linux - Newbie After installation I get Error Disk read error relatedl Press any key to continue User Name Remember Me Password Linux - Newbie This Linux forum is for members that are new to Linux Just starting out and have a question If it is not in the man pages or the how-to's this is the place Notices Welcome to LinuxQuestions org a friendly and active Linux Community You are currently viewing LQ as a guest By joining our

centos error mdadm exited with status 127

Centos Error Mdadm Exited With Status p installation exits with mdadm error then grub freezes at loading stage General support questions Post Reply Print relatedl view Search Advanced search posts Next vvvvv Posts Joined SOLVED CentOS installation exits with mdadm error then grub freezes at loading stage Quote Postby vvvvv raquo Hi I made a clean reinstall from CentOS to CentOS I'm installing from external usb dvd drive My current partitioning sda - sda - GB md RAID - sda - GB md RAID sdb - sdb - GB md RAID - sdb - GB md RAID RAID devices -

centos error while loading shared libraries libmysqlclient.so.15

Centos Error While Loading Shared Libraries Libmysqlclient so p a DA server recently relatedl updated mysql to version you'll still need your old libmysqlclient so files from mysql This would be the error you're seeing root server directadmin service directadmin restart Stopping DirectAdmin FAILED Starting DirectAdmin usr local directadmin directadmin error while loading shared libraries libmysqlclient so cannot open shared object file No such file or directory FAILED To resolve the issue simply grab the old libmysqlclient so file from our server Example for CentOS - -bit run wget -O usr lib libmysqlclient so http files directadmin com services es

centos error while loading shared libraries libperl.so

Centos Error While Loading Shared Libraries Libperl so p libperl so General support relatedl questions including new installations Post Reply Print view Search Advanced search posts bull Page of dlindh Posts Joined Spamassassin error libperl so Quote Postby dlindh raquo Hi Just noticed that my spamassassin stopped scanning mail for me root msca ld so conf d service spamassassin startStarting spamd usr bin perl error while loading shared libraries libperl so cannot open shared object file No such file or directory FAILED Just running perl looks fine root msca ld so conf d perl -vThis is perl v built for

centos error while loading shared libraries libssl.so.0.9.8

Centos Error While Loading Shared Libraries Libssl so p it isn't installed -- Issues related to relatedl software problems Post Reply Print view Search Advanced search posts bull Page of jbruyet Posts Joined SSL is installed but it isn't installed -- Quote Postby jbruyet raquo Hey all I'm working on getting my Nagios server working but I've hit a wall -- there is isn't an ssl install Here's what I'm seeing I couldn't get NRPE to work so I ran it locally and this error popped up check nrpe error while loading shared libraries libssl so cannot open shared object