On Fri, Dec 15, 2000 at 12:57:03PM -0500, Farias Terri-Ann NPRI wrote:
> Platform hpux 10.20 
> apache_1.3.14 
> mod_ssl-2.7.1-1.3.14
> openssl.0.9.6

I have the same configuration.
...
>         yacc -d ssl_expr_parse.y
This command should generate y.tab.c. It does not issue an error message,
so I don't see a reason why y.tab.c should not be there...

>         sed -e 's;yy;ssl_expr_yy;g' \
>             -e '/#if defined(c_plusplus) || defined(__cplusplus)/,/#endif/d'
> \
>             <y.tab.c >ssl_expr_parse.c && rm -f y.tab.c
> 
> sh: y.tab.c: Cannot find or open the file.
Doesn't make sense...
Please check out your "yacc". My results are:
serv01 40: which yacc
/usr/bin/yacc
serv01 41: what /usr/bin/yacc
/usr/bin/yacc:
         A.10.32.20 HP C LANGUAGE TOOL (YACC) 980512

Step into the subdirectory containing ssl_expr_parse.y and use the "yacc"
command as shown above. It should give you an y.tab.c.
If you don't have yacc (hey, you have it, otherwise we would see an error
message), the GNU replacement is called "bison".

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to