oschaaf commented on issue #1548: debian 9  checking for psol ... not found
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1548#issuecomment-377489059
 
 
   So the part that is relevant to ngx_pagespeed is:
   ```
   checking for psol
   
   /usr/bin/ld: cannot find -luuid
   collect2: error: ld returned 1 exit status
   ```
   
   You need to install some dependencies, see
   https://www.modpagespeed.com/doc/build_ngx_pagespeed_from_source
   
   e.g.:
   
   ```
   sudo apt-get install build-essential zlib1g-dev libpcre3 libpcre3-dev unzip 
uuid-dev
   ```

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

Reply via email to