Building Apache HTTP, apr.mak error -


i'm trying learn make apache http server on windows. here's i've done.

i've downloaded , -util, -iconv , latest version of httpd, unix source files. i've unzipped 4 folders, , placed , -util , -iconv srclib folder. i've renamed , -util, , -iconv files documentation is, , made direction httpd-2.x.x/srclib/, etc. typed in

perl srclib\apr\build\lineends.pl 

from httpd-2.x.x folder using windows powershell, i've tried same using command prompt too.

a bunch of lines come up, , error follows: mismatch in apr.mak:0 expected 1.

then when try use visual studio prompt, , same httpd folder, type

nmake /f makefile.win _apacher 

then says i'm missing apr-util\xml\expat. (which am.)

edit:realized in documentation expat isn't bundled apr-util downloaded , unpackaged , placed xml. ignoring lack of apr.mak, typed in above code, , said needed pcre, downloaded that, placing srclib, says

nmake : fatal error u1073: don't know how make '_apacher' 

what doing wrong?


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -