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:
us...@infra.apache.org


Reply via email to