You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/04/24 19:32:18 UTC

DO NOT REPLY [Bug 8479] New: - HP-UX 11.00 - build with --enable-ssl fails

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8479>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8479

HP-UX 11.00 - build with --enable-ssl fails

           Summary: HP-UX 11.00 - build with --enable-ssl fails
           Product: APR
           Version: HEAD
          Platform: Other
        OS/Version: HP-UX
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: APR
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: luca.fasolo@ecommerce.it


These are my configuration options:
OPTIM=-O2 ./configure     \
            --enable-mods-shared=all  \
            --enable-ssl              \
            --disable-auth-digest
make fails with:
/home/updates/httpd-2.0.35/modules/ssl/ssl_expr_scan.l: In function 
`ssl_expr_yylex':
/home/updates/httpd-2.0.35/modules/ssl/ssl_expr_scan.l:116: `ssl_expr_yylval' 
undeclared (first use in this function)
/home/updates/httpd-2.0.35/modules/ssl/ssl_expr_scan.l:116: (Each undeclared 
identifier is reported only once
/home/updates/httpd-2.0.35/modules/ssl/ssl_expr_scan.l:116: for each function 
it appears in.)
[....]
 (first use in this function)
/home/updates/httpd-2.0.35/modules/ssl/ssl_expr_scan.l:213: `T_FUNC_FILE' 
undeclared (first use in this function)
/home/updates/httpd-2.0.35/modules/ssl/ssl_expr_scan.l:218: `T_TRUE' undeclared 
(first use in this function)
/home/updates/httpd-2.0.35/modules/ssl/ssl_expr_scan.l:219: `T_FALSE' 
undeclared (first use in this function)
/home/updates/httpd-2.0.35/modules/ssl/ssl_expr_scan.l:226: `T_DIGIT' 
undeclared (first use in this function)
/home/updates/httpd-2.0.35/modules/ssl/ssl_expr_scan.l:234: `T_ID' undeclared 
(first use in this function)
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1


I'll attach srclib/apr/config.log
Thanks in advance.