![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Linux Support Linux - Operating Systems and Applications Support |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Henry
Join Date: Apr 2005
Posts: 3,484
OS: Mac OSX
|
Installing Java??
When trying to install Java, I get the error that libstdc++.so.6, libc.so.6, libgcc_s.so.1, and libm.so.6 are needed......
Also when I went to Sysinfo, to get the program sysinfo, I found these things I needed, and downloaded all of the required things etc.... When I double click on the gtkmm, libsigc++ , glibmm, and libglademm it won't install them. It says "packagename" needed for installation, but the package names are what I'm trying to install....
__________________
JohnThePilot: Cenedl heb iaith, cenedl heb galon (a nation without a language is a nation without a heart) John Butler Trio: Go take a step outside, see what's shakin' in the real world - Good Excuse Paul Kelly: Just add a dollop of tomato sauce for sweetness and that extra tang - How to Make Gravy |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Manager
Join Date: Sep 2004
Location: Colorado
Posts: 987
OS: Mac OS 9.1, Mac OS X 10.5.8, WinXP Pro, FreeBSD 6.0, Gentoo Linux
|
You need to install glibc (for libc.so.6 and libm.so.6), libstdc++ and libgcc.
For the installations I recommend using yum (assuming this is your Fedora box). As root Code:
yum install glibc libstdc++ libgcc gtkmm libsigc++ glibmm libglademm |
|
|
|
|
|
#4 (permalink) |
|
Henry
Join Date: Apr 2005
Posts: 3,484
OS: Mac OSX
|
Thanks for the help but, I got this error:
Code:
# yum install glibc libstdc++ libgcc gtkmm libsigc++ glibmm libglademm Setting up Install Process Setting up Repos base 100% |=========================| 1.1 kB 00:00 updates-released 100% |=========================| 951 B 00:00 Reading repository metadata in from local files base : ################################################## 2622/2622 primary.xml.gz 100% |=========================| 352 kB 00:01 MD Read : ################################################## 921/921 updates-re: ################################################## 921/921 Parsing package install arguments No Match for argument: gtkmm No Match for argument: libsigc++ No Match for argument: glibmm No Match for argument: libglademm Nothing to do
__________________
JohnThePilot: Cenedl heb iaith, cenedl heb galon (a nation without a language is a nation without a heart) John Butler Trio: Go take a step outside, see what's shakin' in the real world - Good Excuse Paul Kelly: Just add a dollop of tomato sauce for sweetness and that extra tang - How to Make Gravy Last edited by Spatcher; 09-09-2005 at 05:25 PM. |
|
|
|
|
|
#5 (permalink) |
|
Manager
Join Date: Sep 2004
Location: Colorado
Posts: 987
OS: Mac OS 9.1, Mac OS X 10.5.8, WinXP Pro, FreeBSD 6.0, Gentoo Linux
|
I don't think you would need to configure yum. Each distribution should have their own servers already in /etc/yum.conf. However, you can add more servers to the list that will be checked.
I checked the sysinfo site and it has the dependencies at the bottom of the download page. You can get all of the packages needed from Fedora extras (there's a link from the sysinfo download page). It says to run 'yum install gtkmm24 libglademm24'. |
|
|
|
|
|
#6 (permalink) |
|
Henry
Join Date: Apr 2005
Posts: 3,484
OS: Mac OSX
|
Thanks shuuhen; I finally installed those programs after mind wrecking playing, but I get an error when trying to install sysinfo.
Code:
$ rpm -ivh sysinfo-0.6.1-1.i386.rpm
error: Failed dependencies:
libexpat.so.1 is needed by sysinfo-0.6.1-2.i386
__________________
JohnThePilot: Cenedl heb iaith, cenedl heb galon (a nation without a language is a nation without a heart) John Butler Trio: Go take a step outside, see what's shakin' in the real world - Good Excuse Paul Kelly: Just add a dollop of tomato sauce for sweetness and that extra tang - How to Make Gravy |
|
|
|
|
|
#7 (permalink) |
|
Manager
Join Date: Sep 2004
Location: Colorado
Posts: 987
OS: Mac OS 9.1, Mac OS X 10.5.8, WinXP Pro, FreeBSD 6.0, Gentoo Linux
|
I think you can get libexpat from the expat package. I got freevo_runtime from a search for libexpat.so.1 on rpmfind.net, so you might want to try that if expat doesn't work.
|
|
|
|
|
|
#8 (permalink) |
|
Henry
Join Date: Apr 2005
Posts: 3,484
OS: Mac OSX
|
Ok, I didn't think that that was the right package, so I didn't ty it. Will do now...
__________________
JohnThePilot: Cenedl heb iaith, cenedl heb galon (a nation without a language is a nation without a heart) John Butler Trio: Go take a step outside, see what's shakin' in the real world - Good Excuse Paul Kelly: Just add a dollop of tomato sauce for sweetness and that extra tang - How to Make Gravy |
|
|
|
|
|
#9 (permalink) |
|
Henry
Join Date: Apr 2005
Posts: 3,484
OS: Mac OSX
|
Thanks for helping shuuhen but, it said (when I tried to run sysinfo) that I was missing a glade package or whatnot..... What really surprises me is that this is my third install of fc3 on this comp, and the first tim it worked perfectly, and I did the latest 2 installs this week...
I'll just forget about it
__________________
JohnThePilot: Cenedl heb iaith, cenedl heb galon (a nation without a language is a nation without a heart) John Butler Trio: Go take a step outside, see what's shakin' in the real world - Good Excuse Paul Kelly: Just add a dollop of tomato sauce for sweetness and that extra tang - How to Make Gravy |
|
|
|
![]() |
| Thread Tools | |
|
|