-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot make #3
Comments
ApacheBench-ab# cat Makefile libapr: apr-skeleton: apr-skeleton.c ab: ab.c ap_release.h gcc ab.c ap_release.h -o ab -I./apr/aprutil-build/include/apr-1/ -I./apr/apr-build/include/apr-1/ -L./apr/apr-build/lib/ -L./apr/aprutil-build/lib/ -static -lapr-1 -laprutil-1 -Wl,-Bdynamic -lm -lc -lpthread -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCEgcc ab.c ap_release.h -o ab -I./apr/aprutil-build/include/apr-1/ -I./apr/apr-build/include/apr-1/ -L./apr/apr-build/lib/ -L./apr/aprutil-build/lib/ -lapr-1 -laprutil-1 -lm -lpthread -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE clean: ApacheBench-ab# cat apr/Makefile all:$(APR) $(APRUTIL) buildapr $(APR): buildapr: clean: |
+1 |
Except the site http://apache.techartifact.com where can download the apr source code. |
I managed to build |
http://apache.techartifact.com/ is down
The text was updated successfully, but these errors were encountered: