Results 11 to 14 of 14
Haris,
could you post the name of the make file that you downloaded? Is it
make-3.80-25.i586.rpm
if so then you just have to run
rpm ivh make-3.80-25.i586.rpm
general format is
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-28-2004 #11Linux User
- Join Date
- May 2003
- Location
- CA
- Posts
- 370
Haris,
could you post the name of the make file that you downloaded? Is it
make-3.80-25.i586.rpm
if so then you just have to run
rpm ivh make-3.80-25.i586.rpm
general format is
rpm -ivh <filename.rpm>Fixing Unix is better than working with Windows.
http://nikhilk.homedns.org/projects/index.html
- 01-28-2004 #12Just Joined!
- Join Date
- Jan 2004
- Posts
- 13
Ok I got that down, but this is what I'm confused about. I do
rpm -ihv make-3.80-3.i386.rpm and then it gives me an error saying error: failed dependencies: libc.so.6(GLIBC_2.3) is needed by make-3.80-3.
What's confusing me is that I already checked to make sure that i have that and i do in the system environment file.
Now does the libc.so.6 have to be in the make.rmp directory or what?
Sorry for being a pain in the behind, but I really need to get this working.
- 01-28-2004 #13Linux User
- Join Date
- May 2003
- Location
- CA
- Posts
- 370
what does
rpm -qa | grep glibc
show you?
are you sure you have installed the following package:
glibc-2.3.2-11.9.i686.rpm
if not then download and install it and then try the make file.Fixing Unix is better than working with Windows.
http://nikhilk.homedns.org/projects/index.html
- 01-31-2004 #14Just Joined!
- Join Date
- Jan 2004
- Posts
- 13
when i do rpm -qa | grep glibc it gives me the following:
glibc-2.2.5-34
glibc-common-2.2.5-34
so i tried uninstalling it using KPackage but everytime I do it, KPackage crashes. I want to uninstall that so I can install the one you told me to.
the version of make i have is make-3.80-3.i686.rpm.


Reply With Quote
