A good trick, if you're used to doing things the Debian way and you're floundering without the "build-essential" package, is to fire off the following:# yum groupinstall "Development Tools" "Development Libraries"That isn't exactly the Fedora or RHEL equivalent of Debian's build-essential, but it'll hit your dependency problems with a hammer (by downloading 150+ MB of development files and libraries and compilers, etc.).
I think you forgot to close an italic tag.
Good article though, thanks.
A good trick, if you're used to doing things the Debian way and you're floundering without the "build-essential" package, is to fire off the following:# yum groupinstall "Development Tools" "Development Libraries"That isn't exactly the Fedora or RHEL equivalent of Debian's build-essential, but it'll hit your dependency problems with a hammer (by downloading 150+ MB of development files and libraries and compilers, etc.).