Qingshan Xie wrote:
> Hi! 
>
>   I tried to compile Apache-1.3.37 with openssl-0.9.8d
> and mod_auth_ldap-1.4.2 on a Solari 2.6, but
> compilation failed many times.  The errors in the
> begining are as below, 
>
> ...
>   
There are different ldap modules for 1.3.x  I used auth_ldap (with
openldap libraries) and mm_mod_auth_ldap (with netscape libs).

In any case, get apache running first, then compile/add your module. 
Ie, try:

mod_ssl:

        $ cd
mod_ssl-2.8.x-1.3.x                                           ALL
        $ ./configure
\                                                    ALL
              --with-apache=../apache_1.3.x
\                              ALL
              --with-crt=/path/to/your/server.crt \                  
OPTIONAL
              --with-key=/path/to/your/server.key                    
OPTIONAL
        $ cd
..                                                            ALL

apache:

sh
SSL_BASE="/usr/local/ssl" \
./configure \
"--with-layout=Apache" \
"--enable-module=most" \
"--enable-module=ssl" \
"--prefix=/usr/local/apache" \
"--enable-shared=ssl" \
"--enable-shared=max"

make
make install


-- 

°(((=((===°°°(((===========================================

begin:vcard
fn:Ricardo Stella
n:Stella;Ricardo
org:Rider University;Office of Information Technology
adr;dom:;;2083 Lawrenceville Rd;Lawrenceville;NJ;08648
title:Assistant Director
version:2.1
end:vcard


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to