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:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* 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
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 09-08-2005, 05:55 PM   #1 (permalink)
Henry
 
Spatcher's Avatar
 
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
Spatcher is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
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

Old 09-09-2005, 04:03 PM   #2 (permalink)
Manager
 
shuuhen's Avatar
 
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

My System

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
shuuhen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-09-2005, 04:36 PM   #3 (permalink)
Be Free
 
LoneWolf071's Avatar
 
Join Date: Nov 2004
Location: Texas
Posts: 840
OS: Windows XP, Linux


Send a message via AIM to LoneWolf071
actually, if you do just yum install java it should install all those other things that it needs...
__________________
Suicide Command in Linux : rm -rf / ;)
AIM:TheLoneWolf071@aim.com--If You Need Help, Don't Hesitate...
LoneWolf071 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-09-2005, 05:17 PM   #4 (permalink)
Henry
 
Spatcher's Avatar
 
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
EDIT: Btw, this is a fresh install, should I configure yum?
__________________
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.
Spatcher is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-10-2005, 12:44 PM   #5 (permalink)
Manager
 
shuuhen's Avatar
 
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

My System

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'.
shuuhen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-10-2005, 02:00 PM   #6 (permalink)
Henry
 
Spatcher's Avatar
 
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
I can't find it anywhere!!!! And yum install sysinfo won't work
__________________
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
Spatcher is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-10-2005, 02:18 PM   #7 (permalink)
Manager
 
shuuhen's Avatar
 
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

My System

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.
shuuhen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-10-2005, 02:51 PM   #8 (permalink)
Henry
 
Spatcher's Avatar
 
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
Spatcher is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-10-2005, 03:17 PM   #9 (permalink)
Henry
 
Spatcher's Avatar
 
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
Spatcher is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 02:17 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85