On Tue, 1 Mar 2011 12:49:33 -0700 stan gryt2@q.com wrote:
Use yum install development-group development-libs
I realized I made an error in this command. It should be
yum groupinstall development-tools development-libs
And as a further note, if you have problems with missing dependencies while you are compiling, you might also have to install the -devel packages for other packages you are using in order to pull in the headers with the api definitions.