![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| hell & mathematics | ogoy | Shell Programming and Scripting | 5 | 05-26-2008 07:58 PM |
| hell and sqlite | ogoy | Shell Programming and Scripting | 2 | 05-20-2008 09:07 PM |
| fork()ing hell!! | theultimatechuf | High Level Programming | 16 | 02-25-2002 08:27 AM |
| negative UID/GID?!! I can see 'em but what the hell do they mean?! | hellz | UNIX for Dummies Questions & Answers | 2 | 09-07-2001 12:18 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
rpm hell!
I've just installed redhat 6.2 on one of my systems and am trying to install the gcc c compiler after downloading an rpm from the redhat site. The damn thing gives me:
only major numbers <= 3 are supported by this version of RPM what do I do, it does the same with the latest rpm of php help! |
| Forum Sponsor | ||
|
|
|
||||
|
Upgrade RPM first.
Then upgrade other packages. Check at ftp://ftp.rpm.org/pub/rpm/dist/ for a newer package (they're in the 4.0.* tree now) and install. Please post back with any questions. |
|
||||
|
Install one that has a version number greater than three.
My guess (assuming that you're on Intel-compatible {i386} hardware) would be that you need this RPM: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4....4-7x.i386.rpm If you can't install that via rpm, you may have to do it the old fashioned way: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4....4.i386.tar.gz Post back to let us know how you are doing with that. Also, try not to get too dependant on RPM - it's not very flexible to the end user (What if I want to install samba in /opt, not /usr/lib , for example?), and so far as I know, only Linux systems use it. If you want a new app that isn't released by a Linux vendor / software writer (which includes lots, if not most, of the great software out there), you'll have to use something other than RPM. |