Hi all,

        Being a man of relative low expertise at UNIX I've been thrown
in the deep end as I have to get this module working.  I have previously
got Apache to work with JServ and was happy up until I needed SSL.
I have followed the Joe Average instructions in the INSTALL file
but after I configure like it says I try to make and it doesn't work.
What seems to be occuring is that the module is nuking the contents of
the various Makefiles.  I just untarred the apache download again into
a seperate directory and ran the mod_ssl config again and it has done
the same thing.  Anyone have any ideas please?  Thanks in advance.

Details:
Solaris 2.5.1
Apache 1.3.9
mod_ssl-2.4.8-1.3.9
jserv shouldn't be an issue really.

Typing:  ./configure --with-apache=/usr/locals/dmolloy/Installs/apache_1.3.9
             --with-ssl=/usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9
             --prefix=/usr/local/apache
             --enable-shared=ssl

Output:
Configuring mod_ssl/2.4.8 for Apache/1.3.9
 + Apache location: /usr/locals/dmolloy/Installs/apache_1.3.9 (Version
1.3.9)
 + OpenSSL location: /usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9
 + Auxiliary patch tool: ./etc/patch/patch (local)
 + Applying packages to Apache source tree:
   o Extended API (EAPI)
   o Distribution Documents
   o SSL Module Source
   o SSL Support
   o SSL Configuration Additions
   o SSL Module Documentation
   o Addons
Done: source extension and patches successfully applied.

Configuring for Apache, Version 1.3.9
 + using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
 + enabling mod_so for DSO support
Creating Makefile in src
 + configured for Solaris 270 platform
 + setting C compiler to gcc
 + setting C pre-processor to gcc -E
 + checking for system header files
 + adding selected modules
    o ssl_module uses ConfigStart/End
      + SSL interface: mod_ssl/2.4.8
      + SSL interface build type: DSO
      + SSL interface compatibility: enabled
      + SSL interface experimental code: disabled
      + SSL interface vendor extensions: disabled
      + SSL interface plugin: Vendor DBM (libc)
Error: Cannot find SSL binaries under
/usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9
      + SSL library path: /usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9

Now proceed with the following commands:
 $ cd /usr/locals/dmolloy/Installs/apache_1.3.9
 $ make
 $ make certificate
 $ make install


So I head on over to Apache directory and type make.
Output:
make: Fatal error: Don't know how to make target `all'
Current working directory /usr/locals/dmolloy/Installs/apache_1.3.9/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /usr/locals/dmolloy/Installs/apache_1.3.9
*** Error code 1
make: Fatal error: Command failed for target `build'


Examining the Makefile in the apache src directory I get this:

##
##  Apache Makefile, automatically generated by Configure script.
##  Hand-edited changes will be lost if the Configure script is re-run.
##  Sources: - ./Makefile.config (via Configuration.apaci)
##           - ./Makefile.tmpl
##


Any help would be greatly appreciated - thanks.

David Molloy
Unix Baby.

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to