Skip Menu |

This queue is for tickets about the libapreq2 CPAN distribution.

Report information
The Basics
Id: 9227
Status: resolved
Priority: 0/
Queue: libapreq2

People
Owner: Nobody in particular
Requestors: me [...] thomasnagel.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: 2.13



Subject: enable other apache binary names in ./configure
Unfortuantely the name of the apache binary is hardcoded inside the configure script to "httpd". Some Unix distributions rename the binary to something else e.g. on Debian the Apache binary is called apache or apache2. Maybe something like ./configure --with-apache=/usr/sbin/apache2 should be added. Line 19002 of configure reads: --- snip --------------------------------------- APACHE2_HTTPD=`$APACHE2_APXS -q SBINDIR`/httpd --- snip --------------------------------------- Bye Thomas
Use --with-apache2-httpd