Re: Apache 2.0.44 w/ auth_ldap build errors

2003-03-04 Thread Trevor Hurst
; "--enable-ssl=static" \ > "--with-ldap=yes" \ > "--with-ldap-include=/usr/local/include" \ > "--with-ldap-lib=/usr/local/lib" \ > "--enable-ldap=static" \ > "--enable-auth_ldap=static" \ > "$@" > > -----Ori

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-03-01 Thread Thom May
* Cliff Woolley ([EMAIL PROTECTED]) wrote : > On Fri, 28 Feb 2003, Trevor Hurst wrote: > > > > Anyone in users have this problem, or should I say > > > how mny out there have successfully compiled apache2.0.44 > > > with ldap and auth-ldap support? > > > > > > Did anyone have the same problem I'm

RE: Apache 2.0.44 w/ auth_ldap build errors

2003-02-28 Thread Bennett, Tony - CNF
-Original Message- From: Trevor Hurst [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:04 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Apache 2.0.44 w/ auth_ldap build errors Anyone in users have this problem, or should I say how mny out there have successf

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-02-28 Thread Cliff Woolley
On Fri, 28 Feb 2003, Trevor Hurst wrote: > > Anyone in users have this problem, or should I say > > how mny out there have successfully compiled apache2.0.44 > > with ldap and auth-ldap support? > > > > Did anyone have the same problem I'm experiencing? Sorry, it works for me. --Cliff

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-02-28 Thread Trevor Hurst
Woops, forgot to cc: users list on this. Trevor Hurst wrote: > > Anyone in users have this problem, or should I say > how mny out there have successfully compiled apache2.0.44 > with ldap and auth-ldap support? > > Did anyone have the same problem I'm experiencing? > > - Trev > > Trevor Hurs

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-02-28 Thread Trevor Hurst
Anyone in users have this problem, or should I say how mny out there have successfully compiled apache2.0.44 with ldap and auth-ldap support? Did anyone have the same problem I'm experiencing? - Trev Trevor Hurst wrote: > > Cliff Woolley wrote: > > > > On Thu, 27 Feb 2003, Jeff Trawick wrote:

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-02-28 Thread Trevor Hurst
Cliff Woolley wrote: > > On Thu, 27 Feb 2003, Jeff Trawick wrote: > > > it would be useful if ./configure --help for Apache would also display > > apr and apr-util --help screen if the Apache configure is going to > > configure apr and apr-util as well > > ++1! Please, someone try to help me ou

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-02-27 Thread Cliff Woolley
On Thu, 27 Feb 2003, Jeff Trawick wrote: > it would be useful if ./configure --help for Apache would also display > apr and apr-util --help screen if the Apache configure is going to > configure apr and apr-util as well ++1!

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-02-27 Thread Trevor Hurst
Jeff Trawick wrote: > > Trevor Hurst wrote: > > > setting APRUTIL_INCLUDES to "-I/usr/freeware/include/" > > setting APRUTIL_LDFLAGS to "-L/usr/freeware/lib32/libldap.so.3" > > the argument of -L should be a directory, not a file Acutally, sorry, my mistake, that was the output of another c

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-02-27 Thread Jeff Trawick
Trevor Hurst wrote: setting APRUTIL_INCLUDES to "-I/usr/freeware/include/" setting APRUTIL_LDFLAGS to "-L/usr/freeware/lib32/libldap.so.3" the argument of -L should be a directory, not a file

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-02-27 Thread Trevor Hurst
Cliff Woolley wrote: > > On Wed, 26 Feb 2003, Trevor Hurst wrote: > > > > Because when I run the make I get the following errors: > > > > > > -static -c mod_auth_ldap.c && touch mod_auth_ldap.lo > > > mod_auth_ldap.c:82:2: #error mod_auth_ldap requires APR-util to have LDAP > > > support built in

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-02-27 Thread Trevor Hurst
Cliff Woolley wrote: > > On Wed, 26 Feb 2003, Trevor Hurst wrote: > > > > Because when I run the make I get the following errors: > > > > > > -static -c mod_auth_ldap.c && touch mod_auth_ldap.lo > > > mod_auth_ldap.c:82:2: #error mod_auth_ldap requires APR-util to have LDAP > > > support built in

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-02-27 Thread Jeff Trawick
Cliff Woolley wrote: If you go into the apr-util directory and run ./configure --help, among other things it will tell you: --with-ldap-include=path path to ldap include files with trailing slash --with-ldap-lib=pathpath to ldap lib file --with-ldap=library ldap library to use ran

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-02-26 Thread Graham Leggett
Trevor Hurst wrote: I'm guessing it's basically broken and does not work right. Since it's [experimental]. Works great for me. Have you followed the instructions in httpd-2.0/modules/experimental/README.ldap? mod_auth_ldap.c:82:2: #error mod_auth_ldap requires APR-util to have LDAP support buil

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-02-26 Thread Cliff Woolley
On Wed, 26 Feb 2003, Trevor Hurst wrote: > 0.9.1 is *very* old? Please let me know where I can find > a newer version because last I looked (yesterday) on > apr.apache.org, it shows Sep. 11th, 2002 latest build > 0.9.1 ? And I'm speaking of what's in the released > area and not the CVS reposit

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-02-26 Thread Cliff Woolley
On Wed, 26 Feb 2003, Trevor Hurst wrote: > > Because when I run the make I get the following errors: > > > > -static -c mod_auth_ldap.c && touch mod_auth_ldap.lo > > mod_auth_ldap.c:82:2: #error mod_auth_ldap requires APR-util to have LDAP > > support built in If you go into the apr-util director

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-02-26 Thread Trevor Hurst
Justin, I've tried pointing both apr and apr-util to the prefix INSTALL_DIR which is /usr/local/apr. To no avail it fails with the same errors no matter what. I've also tried pointing it at my build tree after successful builds of both. 0.9.1 is *very* old? Please let me know where I can find a n

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-02-26 Thread Justin Erenkrantz
--On Wednesday, February 26, 2003 5:00 PM -0800 Trevor Hurst <[EMAIL PROTECTED]> wrote: -prefer-non-pic -static -c mod_auth_ldap.c && touch mod_auth_ldap.lo mod_auth_ldap.c:82:2: #error mod_auth_ldap requires APR-util to have LDAP support built in Sounds like you need to specify --with-ldap. APR

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-02-26 Thread Trevor Hurst
I'm guessing it's basically broken and does not work right. Since it's [experimental]. I've tried everything... no luck here man. Please let me know if I'm doing anything wrong. Thanks for your response, greatly appreciated. -- Trev On Wed, 26 Feb 2003, Trevor Hurst wrote: > > > Because when

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-02-26 Thread Trevor Hurst
Because when I run the make I get the following errors: make[3]: Entering directory `/usr/people/trev/src/httpd-2.0.44/modules/experimental' /bin/sh /usr/people/trev/src/httpd-2.0.44/srclib/apr/libtool --silent --mode=compile gcc -g -O2-D_POSIX_THREAD_SAFE_FUNCTIONS -DAP_HAVE_DESIGNATED_INI

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-02-26 Thread Cliff Woolley
On Wed, 26 Feb 2003, Trevor Hurst wrote: > No one wants to take a stab at this eh? > I know there must be someone out there > amongst the dev community that would know what > the problem is? > > > > I've built and installed both apr 0.9.1 and apr-util 0.9.1. Why did you build and install apr and

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-02-26 Thread Trevor Hurst
No one wants to take a stab at this eh? I know there must be someone out there amongst the dev community that would know what the problem is? -- Trev -- Trevor Hurst Senior Systems Administrator DCO Unix Production Systems Silicon Graphics Office Ph: 650.933.6144 e-mail: [EMAIL PROTECTED] pager

Apache 2.0.44 w/ auth_ldap build errors

2003-02-26 Thread Trevor Hurst
Hello, First off, I like to say that I've posted to the users list prior to this with not a single reply... I am trying to build Apache 2.0.44 w/ auth_ldap support on IRIX 6.5.19. I've successfully built without the ldap and with many options such as SSL with few problems. I've built and instal