skhaz opened a new issue, #1759:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1759

   Compiling PageSpeed with Nginx 1.22 
   
   ```shell
   bash <(curl -f -L -k -sS https://ngxpagespeed.com/install) \
        --nginx-version 1.22.0 -y \
            --with-threads
   ```
   
   Results on error
   
   ```
   #9 372.2 /usr/bin/ld: 
/root/incubator-pagespeed-ngx-latest-stable/psol/lib/Release/linux/x64/pagespeed_automatic.a(107.signals.o.o):
 in function `pagespeed_ol_apr_signal_description_get':
   #9 372.2 signals.c:(.text.apr_signal_description_get+0xe): undefined 
reference to `sys_siglist'
   #9 372.2 /usr/bin/ld: 
/root/incubator-pagespeed-ngx-latest-stable/psol/lib/Release/linux/x64/pagespeed_automatic.a(107.proc_mutex.o.o):
 in function `proc_mutex_pthread_tryacquire':
   #9 372.2 proc_mutex.c:(.text.proc_mutex_pthread_tryacquire+0x3c): undefined 
reference to `pthread_mutex_consistent_np'
   #9 372.2 /usr/bin/ld: 
/root/incubator-pagespeed-ngx-latest-stable/psol/lib/Release/linux/x64/pagespeed_automatic.a(107.proc_mutex.o.o):
 in function `proc_mutex_pthread_acquire':
   #9 372.2 proc_mutex.c:(.text.proc_mutex_pthread_acquire+0x2c): undefined 
reference to `pthread_mutex_consistent_np'
   #9 372.2 /usr/bin/ld: 
/root/incubator-pagespeed-ngx-latest-stable/psol/lib/Release/linux/x64/pagespeed_automatic.a(107.proc_mutex.o.o):
 in function `proc_mutex_pthread_create':
   #9 372.2 proc_mutex.c:(.text.proc_mutex_pthread_create+0xac): undefined 
reference to `pthread_mutexattr_setrobust_np'
   #9 372.2 /usr/bin/ld: 
/root/incubator-pagespeed-ngx-latest-stable/psol/lib/Release/linux/x64/pagespeed_automatic.a(107.thread.o.o):
 in function `pagespeed_ol_apr_thread_yield':
   #9 372.2 thread.c:(.text.apr_thread_yield+0x1): undefined reference to 
`pthread_yield'
   ```


-- 
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-unsubscr...@pagespeed.apache.org.apache.org

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

Reply via email to