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/08/26 19:11:17 UTC

[GitHub] [incubator-pagespeed-ngx] skhaz opened a new issue, #1759: undefined reference to `pthread_yield'

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

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


[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1759: undefined reference to `pthread_yield'

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

   this error means you are trying to use a psol library built on an older glibc.
   (for example, the psol library is built on ubuntu focal or bionic, you are using ubuntu jammy).
   
   https://github.com/apache/incubator-pagespeed-ngx/issues/1743
   
   


-- 
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-ngx] skhaz closed issue #1759: undefined reference to `pthread_yield'

Posted by GitBox <gi...@apache.org>.
skhaz closed issue #1759: undefined reference to `pthread_yield'
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1759


-- 
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-ngx] eilandert commented on issue #1759: undefined reference to `pthread_yield'

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

   I cooked some build instructions in https://github.com/apache/incubator-pagespeed-ngx/issues/1760


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