Bugzilla – Bug 146496
apache2-devel missing dependency on libapr-util1-devel
Last modified: 2006-01-30 12:41:45 UTC
The apache2-devel package is missing a dependency on libapr-util1-devel, if you install the former but not the latter and then attempt to build an apache module with apxs2, it fails claiming it cannot find /usr/bin/apu-1-config This missing dependency was hidden by the autobuild system, as neededforbuild apache2-devel-packages would include the libapr-util1-devel, but with the change to expansion based on BuildRequires, listing apache2-devel causes it not to be installed. Thanks.
peter we could just add libapr-util1-devel into the requires of apache2-devel. thinking about it, we could remove libapr1-devel as it should be pulled in by libapr-util1-devel. for apache2-mod_fcgid e.g. the nfb->buildrequires script added libapr-util1-devel explicitly. do we want to remove libapr-util1-devel from all packages than?
I added libapr-util1-devel to apache2-devel. Yes, we could do that.