Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 5730 invoked from network); 23 Oct 2007 13:53:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Oct 2007 13:53:25 -0000 Received: (qmail 97872 invoked by uid 500); 23 Oct 2007 13:53:11 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 97848 invoked by uid 500); 23 Oct 2007 13:53:11 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 97839 invoked by uid 99); 23 Oct 2007 13:53:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 06:53:11 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kakibend@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 13:53:12 +0000 Received: by nf-out-0910.google.com with SMTP id c10so999766nfd for ; Tue, 23 Oct 2007 06:52:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=ZkBEJT2+kdb9vg91T0ePRrj5hjQfQgvY/bGRfBYBn0M=; b=Ku/aGFmbDQvPEtmjcpL9rKwZOC8aKizX0MiYxYnnf8dxcfFAN9LbbVWPxQCPFSW0LhhIMVVaZxuoQ2vIqvaZpy53vbCaznDQ6cGQ03dSBaQ/cVHNrOoCqqYqcWQ9/LzoGsXkYcfzn5NpByXDD2RLnG+SyfFGCAVxgOBJ25MfhLE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=LNle07kOAi839/ZbljibnAItYcYVqm2w+cvLW8nMZKSvDPWb3hOmzjNI42yujQo66SBrs/hXuJrYqbG/UJroT7WCAW9Ybd1KO7/7pKAVjGRRi4GiyUkmwl13ImVB9vNRQLDv/pKEYjmrZZgCoqD/Sh0cQemri8qY0z+c+7n22fU= Received: by 10.78.193.5 with SMTP id q5mr4026617huf.1193147569227; Tue, 23 Oct 2007 06:52:49 -0700 (PDT) Received: by 10.78.160.20 with HTTP; Tue, 23 Oct 2007 06:52:49 -0700 (PDT) Message-ID: <9dc7421e0710230652u727353cbvcea2158542940018@mail.gmail.com> Date: Tue, 23 Oct 2007 15:52:49 +0200 From: "karim Bendadda" To: modules-dev@httpd.apache.org Subject: Re: Have you tried to compile mod_auth_ldap?? In-Reply-To: <20071023143713.7b73a8c6@grimnir> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_846_24822560.1193147569187" References: <9dc7421e0710230629t467b08cdkd7d4ddbb4fbf4700@mail.gmail.com> <20071023143713.7b73a8c6@grimnir> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_846_24822560.1193147569187 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I see that's why id doesn't work... muquit.com is the website where I found the mod_auth_ldap... It explains how to install it and how it works I will try to install the new module. But how can I compile it without recompiling the Apache sources?? Thanks for your answering so fast. 2007/10/23, Nick Kew : > > On Tue, 23 Oct 2007 15:29:16 +0200 > "karim Bendadda" wrote: > > > Hi everybody, > > > > I'm trying to make the mod_auth_ldap.c ( > > That'll be with apache 2.0, I presume? The 2.2 version is > mod_authnz_ldap. > > > http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap.html). > > Who or what is muquit.com? > > > I installed the openldap but I have the same error when doying the > > make (I think the compilation is ok), Have you any idea??? > > > > debian:/usr/local/modauthldap_apache2# make > > /usr/local/apache2/bin/apxs -c -DHAVE_SOCKET=1 -DHAVE_HTONL=1 > > -DHAVE_GETHOSTNAME=1 -DHAVE_GETHOSTBYADDR=1 > > -DHAVE_YP_GET_DEFAULT_DOMAIN=1 -DHAVE_LIBNSL=1 -DHAVE_RES_SEARCH=1 > > -DHAVE_LIBRESOLV=1 -DHAVE_INET_ATON=1 -DHAVE_DN_SKIPNAME=1 > > -DHAVE_NSLDAP=1 -DHAVE_LDAP=1 -DHAVE_SSL=1 > > -I/usr/local/iplanet/include > > mod_auth_ldap.c /usr/local/apache2/build/libtool --silent > > --mode=compile gcc -prefer-pic -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE > > -D_LARGEFILE64_SOURCE -g -O2 -pthread -I/usr/local/apache2/include > > -I/usr/local/apache2/include -I/usr/local/apache2/include > > -I/usr/local/iplanet/include -DHAVE_SOCKET=1 -DHAVE_HTONL=1 > > -DHAVE_GETHOSTNAME=1 -DHAVE_GETHOSTBYADDR=1 > > -DHAVE_YP_GET_DEFAULT_DOMAIN=1 -DHAVE_LIBNSL=1 -DHAVE_RES_SEARCH=1 > > -DHAVE_LIBRESOLV=1 -DHAVE_INET_ATON=1 -DHAVE_DN_SKIPNAME=1 > > -DHAVE_NSLDAP=1 -DHAVE_LDAP=1 -DHAVE_SSL=1 -c -o mod_auth_ldap.lo > > mod_auth_ldap.c && touch mod_auth_ldap.slo mod_auth_ldap.c:61:24: > > error: apr_compat.h: No such file or directory mod_auth_ldap.c: In > > apr_compat was deprecated in 2.0 and removed in 2.2. Looks like a > module written for Apache 1.x. > > -- > Nick Kew > > Application Development with Apache - the Apache Modules Book > http://www.apachetutor.org/ > -- Karim Bendadda ------=_Part_846_24822560.1193147569187--