Hi,
I'm trying to build cmake on CentOS 5 from a Fedora Core 6 source rpm (I need it for another package I'm trying to build from a source rpm, xmlrpc-c). When I start the build, I get this error:
error: Failed build dependencies: xmlrpc-c-devel is needed by cmake-2.4.6-3.el5.i386
Well, that's nuts. I can't build xmlrpm-c without cmake, but cmake won't build without xmlrpc-c-devel!
I'm probably just going to try installing the Fedora Core 6 rpms on CentOS 5 to avoid this problem. But, how would one go about resolving a build problem like this?
Regards,
Ranbir
Kanwar Ranbir Sandhu wrote:
Hi,
I'm trying to build cmake on CentOS 5 from a Fedora Core 6 source rpm (I need it for another package I'm trying to build from a source rpm, xmlrpc-c). When I start the build, I get this error:
error: Failed build dependencies: xmlrpc-c-devel is needed by cmake-2.4.6-3.el5.i386
Well, that's nuts. I can't build xmlrpm-c without cmake, but cmake won't build without xmlrpc-c-devel!
I'm probably just going to try installing the Fedora Core 6 rpms on CentOS 5 to avoid this problem. But, how would one go about resolving a build problem like this?
cmake is in epel: http://download.fedora.redhat.com/pub/epel/5/
-- Rex
On Mon, 2007-07-16 at 11:06 -0500, Rex Dieter wrote:
cmake is in epel: http://download.fedora.redhat.com/pub/epel/5/
Crap - I didn't even know that existed. Thanks!
I wouldn't mind adding that repo to the CentOS 5 server in question. Is there a yum config file for that repo, or do I have create it myself?
Regards,
Ranbir
Kanwar Ranbir Sandhu wrote:
On Mon, 2007-07-16 at 11:06 -0500, Rex Dieter wrote:
cmake is in epel: http://download.fedora.redhat.com/pub/epel/5/
Crap - I didn't even know that existed. Thanks!
I wouldn't mind adding that repo to the CentOS 5 server in question. Is there a yum config file for that repo, or do I have create it myself?
Look in there for an rpm named: epel-release For more info: http://fedoraproject.org/wiki/EPEL
-- Rex