Problems all solved.
I used the -L'pwd'/..rsa
instead of -L`pwd`/..rsa
So I just had to use backticks instead of the apostrophe.
It took me 2.5 days to figure that out.
thanks everyone,
geoff nordli
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ralf S. Engelschall
Sent: Monday, July 19, 1999 10:46 PM
To: [EMAIL PROTECTED]
Subject: Re: compile error in :mod_ssl-2.3.6-1.3.6
On Mon, Jul 19, 1999, Emmanuel PIERRE wrote:
> well my configuration:
> linux-2.2.10
> pgcc-1.1.3-3mdk
> openssl-0.9.3a-3
> Perl 5.005.03
>
> What I see:
> ===> src/modules/ssl
> gcc -c -I../../os/unix -I../../include -DLINUX=2 -DMOD_SSL=203106
> -DUSE_HSREGEX -DEAPI `../../apaci` -DSSL_COMPAT -I/usr/include
> -DMOD_SSL_VERSION=\"2.3.6\" mod_ssl.c
> In file included from mod_ssl.c:65:
> mod_ssl.h:496: parse error before `AP_MM'
> mod_ssl.h:496: warning: no semicolon at end of struct or union
> mod_ssl.h:511: parse error before `}'
> mod_ssl.h:511: warning: data definition has no type or storage class
> make[4]: *** [mod_ssl.o] Error 1
> make[3]: *** [all] Error 1
> make[2]: *** [subdirs] Error 1
> make[2]: Leaving directory `/usr/src/apache_1.3.6/src'
> make[1]: *** [build-std] Error 2
> make[1]: Leaving directory `/usr/src/apache_1.3.6'
> make: *** [build] Error 2
EAPI wasn't applied correctly to your Apache source tree. Please start from
scratch with a really fresh Apache source tree.
> [...]
> Ignoring previously applied (or reversed) patch.
> [...]
> 9 out of 9 hunks ignored--saving rejects to configure.rej
> [...]
That's your problem! The tree wasn't a fresh one!
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]