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 2021/05/24 18:36:35 UTC

[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1733: Can not build it with nginx 1.20 on CentOS 7.9

eilandert commented on issue #1733:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1733#issuecomment-847248401


   I read somewhere that the psol library is build with ubuntu bionic.
   
   Bionic has gcc version 7.5.0
   Your system has gcc version 4.8.5 
   
   That can explain the:
   /incubator-pagespeed-ngx/psol/lib/Release/linux/x64/pagespeed_automatic.a(91.google_url.o.o): In function `net_instaweb::GoogleUrl::CanonicalizePath(base::BasicStringPiece<std::string>)':
   google_url.cc:(.text._ZN12net_instaweb9GoogleUrl16CanonicalizePathEN4base16BasicStringPieceISsEE+0x191): undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)'
   etc
   
   You need a PSOL build with gcc 4.8.5 or lower
   
   
   
   


-- 
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.

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