top_dir in default Red Hat 8?
"Robbie Bow" <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
> I'm trying to build mod_fastcgi 2.4.0 on RH8, and Apache2 is not in > /usr/local/apache2, so I'm trying to pass the top_dir variable to make: > > $ make top_dir=/usr/sbin/httpd > > but I'm getting: > > make: *** No rule to make target `/usr/sbin/httpd/build/special.mk'. Stop. > You need to install the httpd-devel package, e.g. $ yum install httpd-devel You then need to check where the "build/special.mk" file has been installed. If that's not "/usr/local/apache2/build/special.mk" then you need to pass the top_dir variable to "make" as you have tried above, e.g. $ make top_dir=/usr/lib/httpd/ BTW, I know this is far too late a reply for this enquirer but this mail comes up high in Google searches so hopefully my reply will be attached in the future and of some use to someone. ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/