oschaaf commented on issue #1763: Ubuntu 16.04 : make apache_install_conf fails URL: https://github.com/apache/incubator-pagespeed-mod/issues/1763#issuecomment-379881002 @eldk I have some of the repo links mentioned in that page plus fixed the checkout line.., but I don't think those have been causing you trouble, looking at the error message you posted. Trying to follow your steps, I think it's worth trying this updated script: ``` bash git clone [email protected]:apache/incubator-pagespeed-mod.git mod_pagespeed cd mod_pagespeed git submodule update --init --recursive # optionally, check out a new branch to work on. # git checkout -b USERNAME-new-branch-title cd install # Incomment to install make if it isn't available on the system. # sudo apt-get install make ./build_development_apache.sh 2.4 event cd ../devel # Build and run unit tests make -j8 apache_test # Build and run system-tests make -j8 apache_debug_smoke_test ``` Let me know how that works for you, if it works, I'll update the wiki.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
