Please help,

I feel like such an idiot.

My ./configure statement had an error in mod_ssl:
    Unknown user: rpm
but everything appeared alright so I continued.

My SSL_BASE.... ./configure statement had an error:
    Error: Cannot find RSAref library under /home/sam/text/proto/rsaref-2.0

Later, my Makefile, ..../apache_1.3.2/src/Makefile is "empty"
I am running as root, so finding files shouldn't be a problem.
Hmmm.....  Help, please.

-----
##
##  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
## 
-----

I ran the following steps on a Sun 2.5.1 from the INSTALL file using 
    mod_ssl-2.0.11-1.3.2
    rsaref-2.0
    SSLeay-0.9.0b
    apache_1.3.2

step 1
step 2
step 3 (for the US + the optional make test step)
step 4 (b)
    cd mod_ssl-2.0.11-1.3.2
    ./configure --with-apache=../apache_1.3.2
    cd ../apache_1.3.2
    SSL_BASE=../SSLeay-0.9.0b RSA_BASE=../rsaref-2.0 CFLAGS="-DMILLENIAL_COOKIES" 
./configure --prefix=/packages/apache --enable-module=ssl --enable-module=status 
--enable-module=usertrack --enable-module=rewrite --enable-suexec --suexec-uidmin=901 
--sysconfdir=config


My output from the SSL_BASE=.... ./configure statement above
============
Configuring for Apache, Version 1.3.2
Creating Makefile
Creating Configuration.apaci in src
Error: Cannot find RSAref library under /home/sam/text/proto/rsaref-2.0
Creating Makefile in src
 + configured for Solaris 251 platform
 + setting C compiler to gcc
 + setting C pre-processor to gcc -E
 + checking for system header files
 + adding selected modules
    o rewrite_module uses ConfigStart/End
      enabling DBM support for mod_rewrite
    o ssl_module uses ConfigStart/End
      + SSL interface: mod_ssl/2.0.11
      + SSL library path: /home/sam/text/proto/SSLeay-0.9.0b
      + SSL library type: source tree only (stand-alone)
      + SSL library version: SSLeay 0.9.0b 29-Jun-1998
      + SSL library plugin mode: RSAref (explicitly configured)
============

My output from the first ./configure in the mod_ssl... dir:
============
Configuring mod_ssl/2.0.11 for Apache/1.3.2
 + Using Apache 1.3.2 source tree under ../apache_1.3.2
Unknown user: rpm
 + Building auxiliary 'patch' tool...\
 + Building auxiliary 'patch' tool...|
 + Building auxiliary 'patch' tool
 + Applying mod_ssl extension and patches to Apache source tree
   creating: [FILE] README.SSL
   creating: [FILE] LICENSE.SSL
   creating: [FILE] INSTALL.SSL
   creating: [FILE] src/CHANGES.SSL
   patching: [FILE] configure
   patching: [FILE] Makefile.tmpl
   patching: [FILE] src/Configuration.tmpl
   patching: [FILE] src/Makefile.tmpl
   patching: [FILE] src/include/buff.h
   patching: [FILE] src/include/ap_config.h
   patching: [FILE] src/include/httpd.h
   patching: [FILE] src/main/buff.c
   patching: [FILE] src/main/http_main.c
   patching: [FILE] src/modules/standard/mod_auth.c
   patching: [FILE] src/modules/standard/mod_log_config.c
   patching: [FILE] src/modules/proxy/mod_proxy.h
   patching: [FILE] src/modules/proxy/mod_proxy.c
   patching: [FILE] src/modules/proxy/proxy_http.c
   patching: [FILE] src/support/apachectl
   patching: [FILE] src/support/suexec.c
   patching: [FILE] conf/httpd.conf-dist
   patching: [FILE] htdocs/index.html
   patching: [FILE] htdocs/manual/mod/index.html
   patching: [FILE] htdocs/manual/mod/directives.html
   creating: [DIR]  src/modules/ssl
   creating: [FILE] src/modules/ssl/Makefile.libdir
   creating: [FILE] src/modules/ssl/Makefile.tmpl
   creating: [FILE] src/modules/ssl/libssl.module
   creating: [FILE] src/modules/ssl/libssl.version
   creating: [FILE] src/modules/ssl/mod_ssl.c
   creating: [FILE] src/modules/ssl/mod_ssl.h
   creating: [FILE] src/modules/ssl/ssl_gcache.c
   creating: [FILE] src/modules/ssl/ssl_gcache.h
   creating: [FILE] src/modules/ssl/ssl_gcacheclient.c
   creating: [FILE] src/modules/ssl/ssl_gcachecommon.c
   creating: [FILE] src/support/mkcert.sh
   creating: [DIR]  conf/ssl.crt
   creating: [FILE] conf/ssl.crt/README.CRT
   creating: [FILE] conf/ssl.crt/Makefile
   creating: [FILE] conf/ssl.crt/ca-bundle.crt
   creating: [FILE] conf/ssl.crt/snakeoil.crt
   creating: [FILE] conf/ssl.crt/server.crt
   creating: [DIR]  conf/ssl.csr
   creating: [FILE] conf/ssl.csr/README.CSR
   creating: [FILE] conf/ssl.csr/server.csr
   creating: [DIR]  conf/ssl.key
   creating: [FILE] conf/ssl.key/README.KEY
   creating: [FILE] conf/ssl.key/snakeoil.key
   creating: [FILE] conf/ssl.key/server.key
   creating: [FILE] htdocs/manual/mod/mod_ssl.html
   creating: [FILE] htdocs/manual/images/mod_ssl.jpg
   creating: [FILE] htdocs/manual/images/mod_ssl_sb.gif
   creating: [FILE] htdocs/manual/images/apache_pb.gif
   creating: [FILE] htdocs/manual/images/ssleay.gif
Done: SSL source extension and patches successfully applied.

Now please switch to ../apache_1.3.2 and run:
 $ SSL_BASE=/path/to/ssleay ./configure ... --enable-module=ssl
 $ make
 $ make certificate
 $ make install 
======

I don't know what the 3rd line above
Unknown user: rpm
is all about.  If this has something to do with the problem.
(There is no user, rpm, on this machine and I grep'd my aliases--although
I do have ~rpm/bin in my path, if that causes a problem????)

-- 
thank you,
sam berman *** [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to