On Thu, Oct 01, 1998, [EMAIL PROTECTED] wrote:
> My ./configure statement had an error in mod_ssl:
> Unknown user: rpm
> but everything appeared alright so I continued.
rpm? Neither mod_ssl not Apache use rpm anywhere. Can you use "sh -x
configure" to trace down at which script and which command this occurs.
Perhaps it's from Apache's buildinfo.sh script.
> My SSL_BASE.... ./configure statement had an error:
> Error: Cannot find RSAref library under /home/sam/text/proto/rsaref-2.0
Use /home/sam/text/proto/rsaref-2.0/local when you followed
the INSTALL file. That was an error in the INSTALL file.
> 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.
This file is _generated_ by the configuration mechanism. And because of the
above Error: it's empty, of course.
> 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
I think the rpm user problem you can ignore, and when you use
../rsaref-2.0/local instead of just ../rsaref-2.0/ it will work.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]