Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

For example, I need to compile some software from sources, build rpm-packages from it, and install them. The question is - how to automatically resolve (install corresponding packages) dependencies while compiling from sources on CentOS? I know there is a way to do such trick on Ubuntu/Debian, using the "auto-apt" utility (I've personally tried to use it to build rpm for ProFTPd on Ubuntu), but I haven't found any way to do it on CentOS. Does it exist?

share|improve this question
Are you talking about build dependencies, run dependencies, or both? – James O'Gorman Nov 19 '12 at 21:48

migrated from serverfault.com Nov 20 '12 at 23:20

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.