Re: mod_authz_ldap compiling error

2002-10-11 Thread Andreas Mueller
On Fri, 11 Oct 2002, Glynn S. Condez wrote: > > On Fri, 11 Oct 2002, Glynn S. Condez wrote: > > > certmap.c:14:17: pem.h: No such file or directory > > pem.h is a OpenSSL header, so you should add the openssl includes > > directory to your CPPFLAGS. > > CPPFLAGS=-I/usr/local/include /usr/local/ssl/

Re: mod_authz_ldap compiling error

2002-10-11 Thread Glynn S. Condez
Thanks Andreas it compiles now.. --- Glynn --- - Original Message - From: "Glynn S. Condez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 11, 2002 4:12 PM Subject: Re: mod_authz_ldap compiling error > From: "Andreas Mueller"

Re: mod_authz_ldap compiling error

2002-10-11 Thread Glynn S. Condez
From: "Andreas Mueller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 11, 2002 3:38 PM Subject: Re: mod_authz_ldap compiling error > On Fri, 11 Oct 2002, Glynn S. Condez wrote: > > certmap.c:14:17: pem.h: No such file or directory > pem.h

Re: mod_authz_ldap compiling error

2002-10-11 Thread Andreas Mueller
On Fri, 11 Oct 2002, Glynn S. Condez wrote: > certmap.c:14:17: pem.h: No such file or directory pem.h is a OpenSSL header, so you should add the openssl includes directory to your CPPFLAGS. Mit herzlichem Gruss Andreas Mueller -- Dr. Andreas Mueller, Bera

mod_authz_ldap compiling error

2002-10-10 Thread Glynn S. Condez
Hello gurus, I have this problem while compiling the mod_authz_ldap Here is my configure script: CPPFLAGS=-I/usr/local/include \ < my openldap includes are here. LDFLAGS=-L/usr/local/lib \ < Openldap libraries a