Fedora :: Programs Not Working (Version GCC_4.2.0 Not Found)
Oct 15, 2009
New to fedora and a bit stuck atm. I got Fedora 11 installed ok and working fine. I then installed Oracle, Adobe Reader and Opera. All seemed to go ok. On booting the machine today, it booted fine, but when I click on places->computer or places-network or firefox or the file browser all I get is the arrow with the ring spinning around it for a bit and then nothing.
So, I tried to start up Firefox from a terminal and I get:
/lib/libgcc_s.so.1 : version 'GCC_4.2.0' not found (required by /usr/lib/libstdcc+.so.6)
I get a few errors when I try and start opera, but one of them is the same as above. I tried nautilus - same thing. I'd be willing to bet it's the same for places->computer and places->network but I don't know how to start those up from the terminal. Part of the install instructions I followed have almost certainly caused it, but I don't know how to reverse them, this is what I did:
"unzip Oracle_Access_Manager10_1_4_0_1_linux_GCClib.zip
This gives you 2 files:
libgcc_s.so.1
libstdc++.so.5
Now move the libgcc_s.so.1 file to /lib/libgcc_s.oracle.so.1
sudo mv libgcc_s.so.1 /lib/libgcc_s.oracle.so.1
And the most important one:
sudo ln -sf /lib/libgcc_s.oracle.so.1 /lib/libgcc_s.so
(Even after the ldconfig command is given in the reboot fase, the link for /lib/libgcc_s.so remains!)
Then you have to rename the /usr/lib/gcc/i586-redhat-linux/4.4.1/libgcc_s.so to /usr/lib/gcc/i586-redhat-linux/4.4.1/libgcc_s_so
Otherwise /lib/libgcc_s.so.1 will be used in link and not /lib/libgcc_s.so, therefore the link will fail
Now you can start the installer by
./runInstaller.sh
And the linking will succeed."
View 6 Replies
ADVERTISEMENT
Sep 17, 2010
For a program, I am getting
GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6)
on a Debian AMD64 machine. I am guessing the most likely issue is that the program is linked against this library but the necessary object files are missing on my system.
View 1 Replies
View Related
Jul 26, 2011
I want to compile program. "./configure" giving :
Code:
[kuba@Kuba-fedora uget-1.8.0]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executable .....
Configure: error: Package requirements (libnotify) were not met:
No package 'libnotify' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBNOTIFY_CFLAGS
and LIBNOTIFY_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. But I have the newest version of libnotify.
View 2 Replies
View Related
Jun 24, 2011
For compiling ArpON on my server the cmake command says 'libpcap not found' when a newer version libpcap-1.0.0-5.20091201git117cb5.fc13.i686.rpm is already exiting which I am unable to erase as other rpms depend on it.
View 5 Replies
View Related
Apr 4, 2010
im using fedora 12 on my laptop and im trying too play battlefield 2 demo from [URL]... the installation worked quite nicely but when i go to play the demo the aplikation comes up saying loading battlefield 2 demo.exe than it vanishes is there anything i need to install to get this program to work?
View 9 Replies
View Related
Oct 23, 2010
I'm a new Fedora user and I having difficulty with the product.I downloaded both the live cd and dvd of F13. I installed F13 from the live cd and after it completed I created my user name and then rebooted. Once I logged in I went to Administration -> add/remove program. I then clicked on package collections and ticked off the ones that I wanted. I then clicked on the APPLY button and I noticed that in the lower left corner of the screen (below the left panel and just above the Help button) it said Running and then nothing. If I attempt to close the screen it says that all selections will be lost. I also went back and set the filter to list "all installed" and the programs that I had selected were in the list.I then decided to try the dvd iso, so I blew everything away and installed F13 from there, but I encountered the same thing.So I'm at a loss what I'm doing incorrectly
View 2 Replies
View Related
Feb 22, 2009
I have in the past few months managed to get several people to switch to Linux just on the merits of its educational programs and games alone. Many people who are interested in educational programs for their children do not know where to find them for windows, and even when they do find them, they cost money, and might be worth nothing. So, i started looking into this on Linux, and did only minimal research on the available programs and games that are educational. I wound up already building 3 new computers that use Fedora, and getting several other people who already have a computer to switch to Fedora, just by making a video on how to use most of the educational programs that are available. This made it easier for those people to learn how to use the programs, especially for those that are not that intuitive, and it also showed them just what was available. [URL]
View 5 Replies
View Related
Nov 30, 2010
my error is : the groop was not found..i am trying to install openoffice , but its doing it in any software..
View 9 Replies
View Related
Jul 8, 2011
I just upgraded from Fedora 14 to 15 and am having problems getting my wireless internet to work. I never had it working in Fedora 14 as it told me "firmware was missing." I have tried many different approaches described online and non have seemed to help me. I have an HP dv6700 laptop with a Broadcom "Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)" chipset. I have installed the Broadcom-wl set from yum as well.
View 9 Replies
View Related
Apr 15, 2011
Defining tcsh aliases through a .aliases file has worked perfectly for me for years and years using cygwin and older versions of mandriva. I am encountering very annoying and mysterious problems when attempting to do the same thing with a .aliases file in a fedora 64-bit VM. Strangely, if I define aliases in the file, they won't work, but if I do so on the command line, then they will.
Here's a simple example: Suppose I define an alias for "ls" in the file:
alias ls '/bin/ls'
Then source the file. This happens:
me: ls : Command not found.
me: alias ls
/bin/ls
me: /bin/ls
file1 file2 file3 etc.
me: unalias ls
me: ls
file1 file2 file3 etc.
me: alias ls '/bin/ls'
me: ls
file1 file2 file3 etc.
A second example: if I place either of these lines in my .aliases file:
alias d '/bin/ls -alF !:1'
alias d '/bin/ls -alF !*'and source the alias file, this happens:/ me: d
Bad ! arg selector. However, if I define the alias on the command line:
/ me: alias d '/bin/ls -alF !*'then the alias behaves correctly:/ me: dtotal 376
drwxr-xr-x. 10 r r 4096 Apr 14 16:05 ./
drwxrwxr-x. 6 r r 4096 Feb 21 16:15 ../
drwxr-xr-x. 3 r r 4096 Apr 14 16:05 bin.v2/
-rwxr-xr-x. 1 r r 193872 Apr 14 15:35 bjam*
-rw-r--r--. 1 r r 52804 Apr 14 17:20 bjam.my.log
drwxr-xr-x. 77 r r 4096 Nov 17 09:49 boost/
-rw-r--r--. 1 r r 989 Nov 17 04:51 boost.css
View 2 Replies
View Related
Aug 2, 2010
m using fedora 13 gnome while installing glib m getting error
configure: error: *** Working zlib library and headers not found ***
View 3 Replies
View Related
Nov 30, 2010
Ihave Ubuntu 9.10. would like to upgrade soon to the new version of Ubuntu via the package manager. If i upgrade this way will my programs and files and pictures stay as is. I have all my stuff backed up anyways, but would like to know how this upgrade works.
View 5 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
Sep 11, 2009
I have a fedora 11 with kernel package: kernel-PAE-2.6.29.6-217.2.3.fc11.i686
I would like to install the devel package for this kernel version, but I can't find it, because in the fedora repo there is only the original kernel (2.6.29.4....) and in the updates repo there is only the newest kernel package (2.6.30....)
Where can I find the packages which are between the fedora and update repos' versions?
View 2 Replies
View Related
May 13, 2010
I'm using Ubuntu 9.10. Wanted to install an older version of AdobeReader and found it as a tar.gz file.Unzipped it and instructions said to run the "Install" script which I did with the follow commands:
# chmod 700 ./Install
# ./Install
It setup a /usr/local/Adobe/Acrobat 7.0 file but I don't see anything in the /bin/ directory. What did I do wrong here?
View 34 Replies
View Related
Jul 23, 2010
I have installed OpenSUSE 11.3 64 bit and want to install VMWare workstation 7.1. I have run the install script for VMWare without any issues. When I start the VMWare Workstation I get a window saying this: Before you can run VMWare, several modules must be compiled and loaded into the running kernel. Kernel Headers 2.6.34-12-desktop Kernel headers for version 2.6.34-12-desktop were not found.
View 9 Replies
View Related
Mar 15, 2010
Probably a stupid question. I want to install flashplayer- found the package on the adobe website- chosen the version (9.04+) and I then get the question 'Choose an application' - to open it with. What do I do now? This prompt simply takes me to file browser. Or is there an easier way to do it?
View 5 Replies
View Related
Aug 27, 2010
I have dowmloaded the latest version of Gnome Nanny, but have run into an instal problem at the first hurdle:
I have extracte the folder to Documents: Cd/ to the folder and run the ./configure command and get this message: No package 'pygtk-2.0' found
I have checked the install files and edited the lines which contain the above to now read pygtk -2.0 >=2.8 as 2.8 is the version of python I have installed. In package manager it only goes back to v2.2.
How I can get around this error?
Running Ubuntu 9.1 karmic Koala.
View 5 Replies
View Related
Jan 8, 2010
I have a doubt, may sound funny but wanna know whether it is possible to share DVD drive in windows [version 7] and use it in Linux system [version fedora 12]?
View 4 Replies
View Related
Mar 17, 2010
None of the tv viewing programs work, ether they crash or don't produce a stream.
I am sure the drivers are installed. The card is autodetected as a WinTV-HVR-1270. From what I have read on other post the 1250 r4 detects as a 1270
My system;
asus m2n-sli
GeForce 7600 GS
Hauppauge WinTV-HVR-1250 r4
Hauppauge WinTV-PVR-500 (working)
[Code]....
View 3 Replies
View Related
Nov 19, 2010
After the latest update in testing, I found sound not to be working. I checked system config in KDE and found the wrong sound card set there. I changed it to the correct sound card, sound now works in some programs and not others (IE, Dragon Player and Amarok have sound, Kaffeine and Iceweasel do not).Sound does not work through the on board sound card.System beep sounds (through the onboard speaker) also fail to work.I've had similar problems in the past due to the inability to turn off the onboard sound, alsaconf has always fixed them, however debian has removed alsaconf from alsa-utils.
View 5 Replies
View Related
Feb 5, 2010
I have a server running Reh Hat Linux 7.3 with kernel 2.4.18. Can i upgrade kernel to version 2.6 and glibc to version 2.5?
View 6 Replies
View Related
Mar 19, 2010
control keys aren't working most of the time in Open Office. I can copy, cut and paste with the mouse, but Control+C/X/V/Z is not working at all. I also use intellij idea, there I have the same problem, but I can use its own defined control+alt+space. I've tried Abiword, the control keys worked at the begging but then after a while when I used control+something(C/X/V/Z), it always selected everything. Besides that, the control keys are working perfectly in nautilus, terminal, firefox, chrome, gedit. I'm using Ubuntu 9.10.
View 4 Replies
View Related
Apr 8, 2010
I've been using Ubuntu 9.10 fairly regularly on my home computer for a week or two now, dual-booting it with Windows 7. So far I've been quite happy with it, but yesterday something odd happened. I decided to copy all the music I had stored on the Windows partition over to the Ubuntu file system so that I could listen to it there. I have about 16 gigs of music mostly in .mp3 format, so I put the folder on an external hard drive, then logged into Ubuntu and copied it back from the external drive to my Music file.
Once the transfer was done, I opened the Music file and double-clicked on one of the .mp3s at random to play it. When I did this, a window popped up and the first half-second or so of the track played, and then the window closed and it stopped. This happened once or twice more with different .mp3s. The window didn't last long enough for me to get a good idea of what program it was for, but I assume it was Totem, which I hadn't yet run since installing Ubuntu, because according to the Properties->Open With tab of any .mp3 file, that's the default program to use to open .mp3s.
Attempting to run Totem from the Applications menu gives the same result, I later found. Attempting to run Totem from a terminal gave the following error:
andrew@Lovelace-Linux:~$ totem
** (totem:2323): WARNING **: Could not import pygtk
ImportError: No module named pygtk
Segmentation fault
Then, several other programs began having similar issues immediately after I first tried to play a .mp3 yesterday. Specifically, Rhythmbox - which I also hadn't used before, and next tried to use to play the music - will not start at all. Running it from the terminal gives:
andrew@Lovelace-Linux:~$ rhythmbox
** (rhythmbox:2338): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
** (rhythmbox:2338): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
(rhythmbox:2338): Rhythmbox-WARNING **: Could not import pygtk
ImportError: No module named pygtk
Segmentation fault
Note that pygtk is again referenced. The weirdest part is that other program that's having this issue, an IM client called emesene, is one that I had been using just fine, without issue, for several sessions previous. Since trying to play that .mp3, it now won't run at all. I tried removing and re-installing emesene, to no avail. Running it from the Terminal gives:
andrew@Lovelace-Linux:~$ emesene
Traceback (most recent call last):
File "/usr/share/emesene/Controller.py", line 21, in <module>
import gtk
ImportError: No module named gtk
This time the missing module is gtk, but I know that emesene is written in Python, which the earlier "pygtk" is perhaps a reference to. Thus, the connecting thread between all these programs, as near as I can tell, is Python.
View 9 Replies
View Related
Oct 12, 2010
I've been using my friend's wireless network, but certain programs are having issues. Pidgin are Liferea don't work, Chromium seems to be the only usable browser (Midori and IceCat get "server not found" errors), Bittorrent (Transmission/Torrent) works fine. I've tested these programs on my laptop and desktop. Network proxy settings look fine, everything is set to autodetect.
View 2 Replies
View Related
Mar 10, 2010
I am using Nagios 3.2.4 monitoring tool on a Linux box with Fedora 10 installed on it and Apache version is 2.2.10. I would like to upgrade my Fedora version from 10 to latest version Fedora 13.
View 9 Replies
View Related
Aug 3, 2011
Everything was fine last night, but this morning I signed into my Squeeze box and found that website play audio fine, Hulu Desktop works, some games work, etc. but Rhythmbox, VLC, Totem, and others don't . It all started with an attempt to diagnose a lack of sound in TVtime.
View 1 Replies
View Related
Aug 18, 2011
I've just upgraded to xubuntu 11.04 and every thing seems to work fine and better than version 10. The only problem I have is that after some hour of working programs like vuze, amule, qbittorrent shuts down and disappears. if example: if I leave those software on for teh whole night the morning after they are closed and i have to restart them again
View 1 Replies
View Related
Sep 18, 2009
I upgraded form CentOS 5.2 to CentOS 5.3 and from VMware Server 2.0.0 to VMware Server 2.0.1 all work fine,but during boot when VMCI is loaded I've got the following message:kernel: vsock: no version for "VMCIDatagram_Send" found: kernel tainted.What does it mean? Have I to worry about it?
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