I get strange error when trying to compile mod_ssl+apache in HP-UX 11.00.
This is the whole process that I have done plus the error message:

% setenv CC cc 
% setenv CFLAGS '-D_HPUX_SOURCE -DOPVERSION=1100 +DAportable \
+DSPA7100LC -DSYSV -Ae -I/usr/local/ssl/include/openssl'

% tar xf apache_1.3.9.tar
% tar xf mod_ssl-2.4.8-1.3.9.tar
% tar xf openssl-0.9.4.tar
% cd openssl-0.9.4; ./config; make 
 -> OpenSSL compiles without warnings

% cd ../mod_ssl-2.4.8-1.3.9
% ./configure --with-apache=../apache_1.3.9 --with-ssl=../openssl-0.9.4 \
--prefix=/local/apache
% cd ../apache_1.3.9
% make
  -> Seems to compile OK until...

        cc -c  -I../../os/unix -I../../include   -DHPUX11 -Aa
-D_HPUX_SOURCE -DMOD_SSL=204108 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT
-I../../lib/expat-lite -D_HPUX_SOURCE -DOPVERSION=1100 +DAportable
+DSPA7100LC -DSYSV -Ae -I/usr/local/ssl/include/openssl `../../apaci`
-DSSL_COMPAT -I/users/kvsavola/p3mozila/openssl-0.9.4/include
-DMOD_SSL_VERSION=\"2.4.8\" ssl_expr.c
        flex -Pssl_expr_yy -s -B ssl_expr_scan.l
"ssl_expr_scan.l", line 89: bad character: %
"ssl_expr_scan.l", line 90: unknown error processing section 1
"ssl_expr_scan.l", line 90: bad character: %
"ssl_expr_scan.l", line 91: unknown error processing section 1
*** Error exit code 1

Stop.

Now, what is my problem?? Am I missing some compiler flag or have I
configured mod_ssl or openssl packages wrong? I'd very much appreciate any
help you can give me, thanks. 

// kari


# Kari Savolainen, Software Engineer, Nokia Networks. 
# [EMAIL PROTECTED]
# Phone/work: +358-3-2577644 GSM: +358-40-7472650

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to