Re: "apxs" nor ap_release.h not found in libapach2-mod-perl

2006-12-21 Thread Issac Goldstand
Try apt-get install apache2-dev Genesis X1 wrote: > Yes i used apt-get install apache2 to install the HTTPD server. > I searched my box using find files/folders utility but couldnt locate > the file needed. > > GenesisX1 > > > On 12/21/06, Issac Goldstand <[EMAIL PROTECTED]> wrote: >> These wou

Re: "apxs" nor ap_release.h not found in libapach2-mod-perl

2006-12-21 Thread Issac Goldstand
These would be in the Apache development headers, not in the mod_perl distribution. Did you install a binary package of Apache or build it yourself? If the former, you'll need to install the corresponding development package; if the latter, apxs should be installed to the httpd/bin directory.

"apxs" nor ap_release.h not found in libapach2-mod-perl

2006-12-21 Thread Genesis X1
Hi, Im trying to get NTLM Authentication working for Apache 2xx. So that Windows Users can access Apache Web Server with their Windows Domain credentials. (Single Sign On) I have installed Perl 5 and Apache HTTPD Server 2.2.3 correctly. I Downloaded the Apache2-AuthenNTLM-0.02.tar module and