Full_Name: tpo
Version: mod_ssl-2.1.0-1.3.3
OS: Linux 2.0.x
Submission from: proxy.spin.ch (194.209.46.26)
If I follow your intructions from INSTALL:
$ cd mod_ssl-2.1.x-1.3.x ALL
$ ./configure ALL
--with-apache=../apache_1.3.x ALL
--with-ssleay=../SSLeay-0.9.x ALL
--prefix=/usr/local/apache ALL
--enable-shared=ssl OPTIONAL
$ cd ../apache_1.3.x ALL
$ make ALL
Error: make blabla no target for all.
So I have to >first< type
$ ./configure
and then
$ make
(this might seem ridiculous, but it's my fourth day in attempting to
get apache+ssl+frontpage to work together and I'm spending 50% on
"waiting-to-compile/configure/load docuX-from-obscure-mailing-list
-homepage-howto" and 50% on "ridiculous" problems)
If I do:
$ make certificate
I get:
make[1]: Entering directory `/root/apache_1.3.3/src'
mkcert.sh:Error: mod_ssl/SSLeay has to be configured before using this utility.
mkcert.sh:Hint: Configure mod_ssl with --enable-module=ssl in APACI, first.
make[1]: *** [certificate] Error 1
make[1]: Leaving directory `/root/apache_1.3.3/src'
make: *** [certificate] Error 2
So I'm back at stage zero -> recompile everything (Cheers):
$ ./configure --with-apache=../apache_1.3.3
--with-ssleay=../ssleay-0.9.0b.orig/
--prefix=/usr/local/apache
--enable-module=ssl
(before it was enable-shared, now it's enable-module):
$ cd mod_ssl-2.1.x-1.3.x ALL
$ cd ../apache_1.3.3
$ ./configure --prefix=/usr/local/apache --enable-module=ssl
$ make
$ make certificate
make[1]: Entering directory `/root/apache_1.3.3/src'
SSL Certificate Generation Utility (mkcert.sh)
Copyright (c) 1998 Ralf S. Engelschall, All Rights Reserved.
+ finding random files on your platform
+ building ca-fix auxiliary tool
gcc -I../os/unix -I../include -DLINUX=2 -DMOD_SSL=201100 -DUSE_HSREGEX -DEAPI
`../apaci` -DSSL_COMPAT -I/usr/local/ssl/include \
-L/usr/local/ssl/lib -L../os/unix -L../ap \
-o ca-fix ca-fix.c \
-los -lap -lm -lcrypt -lndbm -lssl -lcrypto
ca-fix.c: In function `main':
ca-fix.c:557: warning: assignment makes pointer from integer without a cast
/tmp/ccc15457: In function `main':
/tmp/ccc15457(.text+0x16c0): undefined reference to `EVP_get_digestbyobj'
make[2]: *** [ca-fix] Error 1
**FAILED
make[1]: *** [certificate] Error 1
make[1]: Leaving directory `/root/apache_1.3.3/src'
make: *** [certificate] Error 2
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]