I cant install apache with mod_ssl, I have already successfully had a
previous 
Apache install 1.3.9 with no special components.  BTW i did remove that
install and its source.  Im using a mandrake 6.0 with a 2.2.12 kernel
and perl 5.005something. 

This is what I have done so far, its *basically* right outta the mod_ssl
2.4.5 INSTALL:

     $ su
     $ cd rsaref-2.0
     $ cp -rp install/unix
local                                            US
     $ cd
local                                                             US
     $
make                                                                 US
     $ mv rsaref.a
librsaref.a                                              US
     $ cd
../..                                                             US


     $ cd
openssl-0.9.4                                                    ALL
     $ sh config
\                                                         ALL
            -L`pwd`/../rsaref-2.0/local/ rsaref
\                           US
            -fPIC                                                    
OPTIONAL
     $
make                                                                ALL
     $ cd
..                                                               ALL


     $ cd mm-1.0.12                                                   
OPTIONAL
     $ ./configure --disable-shared                                  
OPTIONAL
     $ make                                                          
OPTIONAL
     $ cd ..                                                         
OPTIONAL


        $ cd
mod_ssl-2.4.5-1.3.9                                           ALL
        $ ./configure
\                                                    ALL
              --with-apache=../apache_1.3.9
\                              ALL
              --with-ssl=../openssl-0.9.4
\                                ALL
              --with-rsa=../rsaref-2.0/local
\                              US
              --with-mm=../mm-1.0.12 \                                
OPTIONAL
              --prefix=/path/to/apache
\                                   ALL
             [--enable-shared=ssl] \                                 
OPTIONAL
             [--disable-rule=SSL_COMPAT] \                           
OPTIONAL
             [--enable-rule=SSL_SDBM] \                              
OPTIONAL
             --enable-module=ssl
        $ cd
..                                                            ALL
        $ cd
apache_1.3.9                                                  ALL

Keep in mind that all the previous steps completed without any errors. 
This is 
where I have the problem, make just says this:
===> src
make[1]: Entering directory `/home/ni/temp/apache_1.3.9'
make[2]: Entering directory `/home/ni/temp/apache_1.3.9/src'
make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory `/home/ni/temp/apache_1.3.9/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/home/ni/temp/apache_1.3.9'
make: *** [build] Error 2

The Makefile in the /apache_1.3.9/src directory contains nothing but the 
default 6 lines of comments.  The Makefile.config in the same dir looks
correct.  

Could someone please tell me what the heck is wrong with what im doing?
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to