You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2022/09/17 18:54:51 UTC

[GitHub] [incubator-pagespeed-mod] ckajinam opened a new issue, #2103: Trouble updating pagespeed to support SSL

ckajinam opened a new issue, #2103:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2103

   I have a Bitnami  Ubuntu server currently running apache and modpagespeed but need to upgrade. I tried installing the latest mod-pagespeed-stable_current_amd64.deb but got an error apache isn't installed and was missing a  library. Upgraded to Ubuntu 14.04.6 and that resolved the library issue but recognizing apache still caused me a problem. dpkg doesn't see apache. It's installed in /opt/binami/apache. 
   
   So, I tried following https://www.modpagespeed.com/doc/build_mod_pagespeed_from_source instructions, but it won't compile. It complains of a missing file. Any chance you might have that file? I searched your source and didn't see it. APR_Pools.h
   
   This is the error.
   pagespeed/system/apr_mem_cache.cc:25:34: fatal error: apr_pools.h: No such file or directory
    #include "apr_pools.h"  // NOLINT
                                     ^
   compilation terminated.
   make: *** [out/Release/obj.target/instaweb_system/pagespeed/system/apr_mem_cache.o] Error 1
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pagespeed.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-pagespeed-mod] ckajinam commented on issue #2103: Trouble updating pagespeed to support SSL

Posted by GitBox <gi...@apache.org>.
ckajinam commented on issue #2103:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2103#issuecomment-1263556327

   Thanks for the response. I was able to extract the binaries from a beta deb package and put those in place of the existing ones.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-pagespeed-mod] eilandert commented on issue #2103: Trouble updating pagespeed to support SSL

Posted by GitBox <gi...@apache.org>.
eilandert commented on issue #2103:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2103#issuecomment-1262861137

   You can probably do:
   
   ar x mod-pagespeed-stable_current_amd64.deb
   
   it will give you a data.tar.gz, you can extract the apache module from there and put it in the right place. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org