My problem is solved as Diana pointed out , I was missing flex , I got it
from the WEB and Apache compile fine
thanks
diane
-----Original Message-----
From: Paul-Hus Diane [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 03, 2000 9:49 AM
To: '[EMAIL PROTECTED]'
Subject: RE: After mod_ssl 2.6.4 Apache compile error
Ralf,
The file you suggest to create are already there in
./mod-ssl-2.6.4-1.3.12/pkg.sslmod
The steps I execute to compile Apache are the following once I did the
openssl and the frontpage patch.
Should I add a path or copy a file somewhere ?
mod_ssl:
cd /usr/local/src/mod_ssl-2.6.4-1.3.12
./configure --with-apache=../apache_1.3.12
apache:
cd /usr/local/src/apache_1.3.12
SSL_BASE=../openssl-0.9.5a \
RSA_BASE=../rsaref-2.0/local \
EAPI_MM=../mm-1.0.12 \
./configure \
--prefix=/usr/local/apache12 \
--enable-module=ssl \
--activate-module=src/modules/frontpage/mod_frontpage.o \
--activate-module=src/modules/extra/mod_bandwidth.c \
--enable-module=all \
--enable-shared=max \
--fpexec-caller=nobody \
--fpexec-uidmin=99 \
--fpexec-gidmin=99 \
--server-uid=nobody \
--server-gid=nogroup
make
make certificate
make install
-----Original Message-----
From: Ralf S. Engelschall [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 02, 2000 11:48 AM
To: [EMAIL PROTECTED]
Subject: Re: After mod_ssl 2.6.4 Apache compile error
On Tue, May 02, 2000, Paul-Hus Diane wrote:
> Since I change mod_sll to 2.6.4 , I am not able to compile Apache 1.3.12
on
> BSDI 4.1
> When I do make I am getting:
> flex -Pssl_expr_yy _S _B ssl_expr_scan.l
> flex: not found
> Error code 1
>
> Can somebody tell me what is this flex and what is it referring to ?
> I redo the Apache compile with mod_ssl 2.6.3 and I had no problem.
Flex is the GNU Fast Lexical Analyser, a variant of the old Unix "lex"
command. But this command should be never run for end-users like you.
Seems like your file modification times are corrupted. Extract the
sources again or do a simple "touch ssl_expr_scan.c ssl_expr_parse.c
ssl_expr_parse.h".
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]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]