OpenSUSE :: Error : `GLIBCXX_3.4.14' Not Found?
Jan 25, 2011
Recently I installed gcc-4.3.4 on my suse 11.3( I had to install it because matlab mex compiler was supported uptill gcc-4.3.4. ). It took me several mins to compile the source and installing took another hour.Now, the problem which I'm facing is as follows:1. can't open install/remove software, zypper, openoffice, firefox .. and many other applications.
zypper: /usr/local/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by zypper)
zypper: /usr/local/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by zypper)
zypper: /usr/local/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by
[code]....
View 4 Replies
ADVERTISEMENT
Jan 27, 2010
Using Suse 11.2, Linux 2.6.31.8-0.1-desktop.i386
Did a kernel upgrade today and VMware 6.5 wouldn't build modules, failing with
Code:
version `GLIBCXX_3.4.11' not found
To get it working again:
Code:
cd /usr/lib/vmware/lib/libstdc++.so.6
mv libstdc++.so.6 libstdc++.so.6.orig
ln -s /usr/lib/libstdc++.so.6.0.12 libstdc++.so.6
[Code]....
View 1 Replies
View Related
Feb 28, 2011
I'm a bit of a linux noob, running gOS (which I believe is based on 8.04) on a little Dell Mini (8GB SDD, hence gOS).I tried installing an app called Sublime Text, and it yields the following error in terminal:
Code:
me@dellmini:~/apps/Sublime$ ./sublime_text
./sublime_text: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by
[code]...
View 2 Replies
View Related
Mar 25, 2011
Anyone have any luck getting Firefox's binary to run under CentOS 5.5 from Mozilla's web site?
# ls
firefox-4.0.tar.bz2
# /usr/lib/firefox
/usr/lib/firefox-4.0.0/firefox-bin: /usr/lib/libstdc++.so.6:
version `GLIBCXX_3.4.9' not found (required by /usr/lib/firefox-4.0.0/libxul.so)
View 3 Replies
View Related
Oct 15, 2010
I've got an Aspire one Linpus Linux Lite and I have a problem installing Skype. When I tried to run Skype after downloading I got the following:
skype: /usr/lib/libstdc++.so.6: version 'GLIBCXX_3.4.9' not found (Required by Skype)
In the terminal window I typed the following: rpm -q glibc And got glibc-2.9-2 How do I install the required packages/libraries?
View 2 Replies
View Related
Apr 12, 2011
hJust installed brand new Centos 5.6 and skype, according to centos wiki (http://wiki.centos.org/HowTos/Skype) Getting these errors: skype: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by skype)
[root@thinkpad opt]# rpm -q libstdc++ --provides
libstdc++ = 4.1.1-52.el5
libstdc++.so.6()(64bit)
libstdc++.so.6(CXXABI_1.3)(64bit)
libstdc++.so.6(CXXABI_1.3.1)(64bit)
[Code]...
View 3 Replies
View Related
Jan 6, 2011
i'm a new on linux system and i have a problem with SUSE 9.1. I google for yast repositories to install "gcc" but i only see for release 10+. So i think 9.1 version it old version. The thing is that i can't upgrade the SO because it's a "sever" for some applications, and my problem is that i need to install Nagios, but when i type the ./configure command its says:
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
So I decided to install packages with yast, but i can't find any active repository. I very new on this, and i don't know if i'm doing right the things. Also i don't have too much practice on english.
This is the info of the SO
* uname -a:
Linux noc 2.6.5-7.111-default #1 Wed Oct 13 15:45:13 UTC 2004 i686 i686 i386 GNU/Linux
* cat /etc/SuSE-release
SuSE Linux 9.1 (i586)
VERSION = 9.1
View 9 Replies
View Related
Apr 23, 2010
I am trying to install from the iso image that a burned to cd, but while loading it comes up with an error. Eventually it says no repository found. I am not sure why this is happening.
View 5 Replies
View Related
Sep 18, 2010
I have updated opensuse 11.3 via yast and after reboot I got this errorerror: file not found.error: you need to load kernel first.Press any Key to continue.
View 9 Replies
View Related
Dec 3, 2010
I've just checked my apache error log and it's filled with this:
Code:
[error] [client 127.0.0.1] File does not exist: /srv/www/htdocs/announce
Every 8 minutes or so.
I'm running rTorrent as daemon on same machine, and I suspect it's trying to access something like http://localhost/announce. But that's just my guess, is it some misconfiguration of rTorrent, and how do I fix that? Or should I just ignore all those errors.
View 3 Replies
View Related
Oct 8, 2010
I managed to get following config up and running very nicely with an 11.3 installation. But recently I did a clean install of the OS and hoping to preserve my data in the home HD (2TB) partition I did the following operation which resulted in black screen screen with error 15: file not found.
Config: one SSD root (90GB) and swap (30Gb) second HD for home (2TB)
During the installation I reformatted and mounted the SSD with root and swap as above. I left the home HD (2TB) unformatted and mounted as home.
When I did my first boot up, it worked perfectly - Even Fire Fox booted up with my recovered pages as of my last install! However after installing my multi-media codecs, and security updates, etc. to the fresh install I rebooted the system only to discover that I am unable to get past GRUB!
I don't have to lose my data every time I do a fresh install to new ISO release.
View 9 Replies
View Related
Nov 28, 2009
I start Kmail, Akonadi tries to start a server and it fails (I removed the first 5 tests that were correct because otherwise this post would be to long). This is the report it gives:
[code]...
What can I do to let it start correctly, or is there a way to disable Akonadi? It's very annoying that every time I start Kmail, Akonadi attempts to start.
View 4 Replies
View Related
Jul 1, 2010
I have it running on my system (version 11.1.1) and i have installed only the kernel. i want to install several packages but i can't. yast2 -i bison-devel but i get this error:Error Download failed: File '/content' not found on medium [URL]...
View 6 Replies
View Related
May 19, 2011
FYI - Bug Team: I have had this issue all day today:
PackageKit Error repo-not-available: File '/repodata/repomd.xml' not found on medium 'http://download.opensuse.org/repositories/home:/dmitry_serpokryl:/Enlightenment-cvs-core-metapackage/openSUSE_11.2/'
View 6 Replies
View Related
Jun 16, 2011
i tried to install wine in SLED11 but i got this error : configure: error: X development files not found. Wine will be built without X support, which probably isn't what you want.You will need to install development packages of Xlib/Xfree86 at the very least. Use the --without-x option if you really want this.
View 8 Replies
View Related
Sep 10, 2009
Getting back my OpenSuse OS/partition.
Background: I had a dual boot system, Win XP followed by OpenSuse 11.1 install. I tweaked it a lot to get my wireless card and Nividia card working. Finally got it to a stage where it was working great.
What happened: For some reasons windows XP had some issues and I had to reinstall the OS. Since I have the openSuse install DVD lying around I took the bold step of reinstalling windows knowing that it will blow away the Grub from MBR. However, during the windows setup, the setup said something about setting the Linux partition as inactive (I think so). Unfortunately, I don't remember the exact message.
After finishing the XP install, I booted in with the XP Cd and tried the repair option to repair the MBR. That really messed up the MBR. So much so that booting back with XP boot CD and running fixmbr didn't work. Finally reinstalled windows again.
Now I am not sure what should I do next.
I tried using the superGrubDisk but it gives the following error: Error 15 File not found.
View 7 Replies
View Related
Oct 27, 2010
I have just upgraded from 11.1 to 11.4. When I boot up, I get a command line, but when I do 'startx', I get 'Fatal server error: no screens found'. I have been looking for a solution and tried 'Xorg -configure' but this gives:
Code:
Failed to load /usr/lib/xorg/modules/drivers/vboxvideo_drv.so: undefined symbol: resVgaShared
[code]....
View 6 Replies
View Related
Nov 16, 2010
Decided I'd like to take a look at OpenSUSE and installed onto my desktop. Already successfully dual booting Ubuntu 10.10 and Windows XP (which I keep purely for iTunes). When I start the PC the Ubuntu grub menu showing Ubuntu and Windows options has been replaced by a Suse-branded screen showing something that looks (to my untrained eye) like a grub menu. Ubuntu and Suse are listed. If I select Ubuntu I am shown a dos screen with "Error 15: file not found". I am then taken to the old Ubuntu grub screen but trying to boot Ubuntu from that menu returns the same error. I know all the data is still there - I can mount the drive in Suse and view all my documents.
I have searched the forums and tried to follow some of the instructions given in response to similar threads but I'm afraid I didn't get very far. Please assume that I have NO PRIOR KNOWLEDGE of Linux! I really know nothing about it and am only just getting to grips with basic terminal commands. Goodness knows why I thought OpenSUSE would be a good idea... I found instructions for running Boot Info Script and these are the results:
[Code].....
View 1 Replies
View Related
Jun 16, 2010
Since a few days, zypper start giving me this errors when i try to update/install packages
Here is the output:
[Code]...
error(-30987) from dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page not found
View 2 Replies
View Related
Apr 25, 2010
this morning the updater applet shows me this error and i dont know what to do this error says
PackageKit Error repo-not-available: File '/repodata/repomd.xml' not found on medium 'http://download.opensuse.org/repositories/home:/gryffus/openSUSE_11.2+KDE43'
View 1 Replies
View Related
Sep 23, 2010
Just today I have started to repeatedly get an error popup: File '/repodata/repomd/xml' not found on medium [URL] I have not done any updates nor modified the OS in anyway in the last two weeks.
View 2 Replies
View Related
Oct 22, 2010
Recently I've installed Open Suse 11.3 along with Ubuntu 9.10 on my PC ( made it a dual-boot OS ). This morning while logged in, in Open Suse 11.3, found out that there were important update for kernel in Yast. So, did the update and then required to restart the PC. In the Grub/boot menu, I chose to log-in to Open Suse 11.3, but after a while it returned with " Error 15, file not found ". Luckily I was able to log-in in Ubuntu 9.10. Assumed that Error 15 is always related to misplaced or wrong configuration of Grub in the partition, I did several searching via Google, and found this possible solution HowTo Boot into openSUSE when it won't Boot from the Grub Code on the Hard Drive . So I tried the " Broken Grub menu: boot to the menu, drop to a console and boot openSUSE direct " method. But rightly after the " find /boot/grub/menu.lst " command as instructed in the solution, it returned with ( hd0,0 ) and ( hd0,4 ). Why there are 2 bootloader in the Grub ? Which bootloader should I choose ? And for convenience, here is my " menu.lst " folder that I get via Terminal in Ubuntu 9.10 :
$ cat /boot/grub/menu.lst
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
[code]....
View 9 Replies
View Related
Jul 22, 2011
I'm having some problems compiling mednafen on Suse 11.4. When I run configure, things work fine until I get the following series of errors:
[Code]...
configure: error: *** OpenGL header file not found! I've seen references in a few places that these type ("Present But Cannot Be Compiled") can usually be ignored, but in this case ./configure fails and I can't make. I am unsure why this is, as I've installed mednafen on Suse 11.4 before and it runs fine. I've tried installing various OpenGL-related packages that I can find (Mesa, freeglut, glib, etc) but nothing seems to solve the problem
View 1 Replies
View Related
May 21, 2011
I am using an ARM board, and Fedora 14 as development environment. Cross compiler provided by Fedoraarmv5tel-redhat-linux-gnueabi-xxxeverything on the embedded board works just fine. I have directFB working with no problems, as well as ts_lib... and a lot of software I wrote that is working fine.Recently I downloaded QT open source version and compiled fine. However when I run any demo or example I get :/usr/lib/libQTGui.so.4: symbol powf, version GLIBCXXX_3.4 not defined in file libstdc++.so with link time reference.I tried QT forum, and it has been 2 weeks waiting for an email to activate my account. in the meantime i really need to move on.
View 2 Replies
View Related
Dec 20, 2009
while booting with bootsplash turned off there's a message "FATAL: Module ata_piix not found FATAL: Error running install command for ata_piix" .Though everything works fine i'd like to know what does this message mean and is there a way to disable loading of ata_piix whatever it means.
View 2 Replies
View Related
Apr 24, 2009
get phpMyAdmin work on LAMP installed on OpenSuse 10.1 !!
running: "rpm -q" command result:
apache2-2.2.0-21.7
php5-5.1.2-29.25.3
MySQL5.0.18
phpMyAdmin-2.9.1.1-2.3
webmin-1.360-1
My problem is when trying to connect to: "hxxp://www.m-y-d-o-m-a-i-n.com/phpMyAdmin" I reported Error 404: PHP Code: Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. If you think this is a server error, please contact the webmaster. Error 404
[Code].....
View 1 Replies
View Related
Oct 1, 2010
I installed a program with Yast (Kmess), but when I try to run it, bash gives me back this message:
Code: kmess: command not found I checked into Yast and it seems to be installed correctly!
View 9 Replies
View Related
Jun 12, 2010
in order to install OpenFOAM, I need to
> source ~/.bashrc
but I get an error file or directory not found...
View 6 Replies
View Related
Jan 2, 2011
I'm just installed OpenSuse 11.3 (64) on a 30gb SSD, hoping to get virtualbox 4.0 running to virtualize an instance of Windows 7.I went through some pain with my Nvidia video card and actually getting vb to install, but through lots of searching and tinkering got here.I created a vm in the vb control panel, but when I go to start it I get:
Code:
Failed to open a session for the virtual machine Win7Main.
The virtual machine 'Win7Main' has terminated unexpectedly during startup with exit code 1.
[code]....
View 9 Replies
View Related
Jul 2, 2011
today opensuse 11.4 introduce Firefox 5 update to me (my current version is ff4) but when i click on "apply" to install it, the following error report appeared: a package dependency could not be found, Details: patch:firefox50-upgrade-4806.noarch conflicts with MozillaFirefox-branding-openSUSE.i586 < 5.0-.3.1 provided by MozillaFirefox-branding-openSUSE-5.0-2.1.i586
View 4 Replies
View Related