eldk commented on issue #1763: Ubuntu 16.04 : make apache_install_conf fails
URL: https://github.com/apache/incubator-pagespeed-mod/issues/1763#issuecomment-379782966
Hello,
When following this :
```
git clone git@github.com:pagespeed/mod_pagespeed.git
cd mod_pagespeed
git submodule update --init --recursive
git checkout USERNAME-new-branch-title
cd devel
# Build and run unit tests
make -j8 apache_test
# Build and run system-tests
make -j8 apache_debug_smoke_test
```
from here : https://github.com/apache/incubator-pagespeed-mod/wiki/Development
it fails too, with same error. The /home/user/apache2/conf and pagespeed.conf file are
not created.
/home/user/apache2 have only those folders :
```
htdocs
pagespeed_cache
pagespeed_log
```
Adding folder conf with command line let pagespeed.conf be created.
But build fails with :
```
/home/user/apache2/conf/extra/httpd-ssl.conf does not exist.
```
...
----------------------------------------------------------------
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:
users@infra.apache.org
With regards,
Apache Git Services
|