logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: System can not find y.tab.c while compiling apache 2.2.0 ssl
Author
bhavin



Joined: 21 Mar 2007
Posts: 2

PostPosted: Wed 21 Mar '07 14:23    Post subject: System can not find y.tab.c while compiling apache 2.2.0 ssl Reply with quote

Hi,

I am facing issue when compiling the apache 2.2.0 with ssl on windows.

I m getting error that system cannot found y.tab.c

please any one can tell me that y.tab.c is creating runtime or what ??

I have also download flex,bison etc.

Any help its urgent





Error :
E:\apache\apache2.2.0\zip\httpd-2.2.0\modules\ssl>sed -e "s;yy;ssl_expr_yy;g" -e
"/#if defined(c_plusplus) || defined(__cplusplus)/,/#endif/d" 0<y.tab.c 1>ss
l_expr_parse.c
The system cannot find the file specified.

E:\apache\apache2.2.0\zip\httpd-2.2.0\modules\ssl>del y.tab.c
Could Not Find E:\apache\apache2.2.0\zip\httpd-2.2.0\modules\ssl\y.tab.c

E:\apache\apache2.2.0\zip\httpd-2.2.0\modules\ssl>sed -e "s;yy;ssl_expr_yy;g"
0<y.tab.h 1>ssl_expr_parse.h
The system cannot find the file specified.

E:\apache\apache2.2.0\zip\httpd-2.2.0\modules\ssl>del y.tab.h
Could Not Find E:\apache\apache2.2.0\zip\httpd-2.2.0\modules\ssl\y.tab.h
NMAKE : fatal error U1077: 'tempfile.bat' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Platform SDK for Windows
Server 2003 R2\Bin\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Platform SDK for Windows
Server 2003 R2\Bin\nmake.exe"' : return code '0x2'
Stop.
Back to top
tdonovan
Moderator


Joined: 17 Dec 2005
Posts: 611
Location: Milford, MA, USA

PostPosted: Wed 21 Mar '07 15:25    Post subject: the SED editor Reply with quote

You may also need the GNU SED Stream Editor, in addition to Bison and Flex, to build Apache SSL on Windows.

A few other suggestions:
    Make sure that SED, Flex, and Bison are in your PATH.
    If you installed them to the default location - this will be C:\Program Files\GnuWin32\bin.

    Versions of Bison higher than 1.875-4 will not work.
    Make sure you have Bison version 1.875-4 (or lower).

    You need to download and build openssl before building Apache with SSL.
    There are several notes in this forum about how to do this.

    Make sure you are using the Windows source - httpd-2.2.0-win32-src-rev2.zip, not the Unix source - httpd-2.2.0.tar.gz.

Apache 2.2.4 is the latest release. Apache 2.2.0 is an unusual choice to be building.
Are you sure that is the version you want?

-tom-
Back to top


Reply to topic   Topic: System can not find y.tab.c while compiling apache 2.2.0 ssl View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads