You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Shahid Sharif <ce...@yahoo.com> on 2005/03/26 19:14:56 UTC

[users@httpd] Unable to compile apache2 with ldap support

Hi,

I am trying to compile:

Apache2.0.53 on Solaris8

with LDAP support using the following configure
syntax:

./configure --prefix=/usr/local/apache2l
--enable-mods-shared=all --enable-ssl=shared
--enable-ssl --with-ssl=/usr/local/ssl
--enable-auth-ldap

This is what happens:
configure runs file
when I run make, it fails on ldap stuff giving errors.

Any help will be greatly appreciated.



______________________________________________________________________ 
Post your free ad now! http://personals.yahoo.ca

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Unable to compile apache2 with ldap support

Posted by Dick Davies <ra...@hellooperator.net>.
* Shahid Sharif <ce...@yahoo.com> [0315 18:15]:
> Hi,
> 
> I am trying to compile:
> 
> Apache2.0.53 on Solaris8
> 
> with LDAP support using the following configure
> syntax:
> 
> ./configure --prefix=/usr/local/apache2l
> --enable-mods-shared=all --enable-ssl=shared
> --enable-ssl --with-ssl=/usr/local/ssl
> --enable-auth-ldap
> 
> This is what happens:
> configure runs file
> when I run make, it fails on ldap stuff giving errors.

Add --with-ldap

(you need ldap support in apr, it is documented in the readme).
 
-- 
'If we can hit that bull's-eye, the rest of the dominoes will fall
like a house of cards... Checkmate!'
		-- Zapp. Brannigan
Rasputin :: Jack of All Trades - Master of Nuns

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org