You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/12/15 19:20:41 UTC

[GitHub] [trafficserver] maskit opened a new pull request, #9255: Make plugin DSO work on macOS

maskit opened a new pull request, #9255:
URL: https://github.com/apache/trafficserver/pull/9255

   `dlopen` doesn't return an error even if target file is invalid at all on macOS. We need to call `dlopen_preflight` to examine target file.
   With this fix, test_PluginDso passes on macOS.


-- 
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: github-unsubscribe@trafficserver.apache.org

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


[GitHub] [trafficserver] maskit merged pull request #9255: Make plugin DSO work on macOS

Posted by GitBox <gi...@apache.org>.
maskit merged PR #9255:
URL: https://github.com/apache/trafficserver/pull/9255


-- 
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: github-unsubscribe@trafficserver.apache.org

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


[GitHub] [trafficserver] maskit commented on pull request #9255: Make plugin DSO work on macOS

Posted by GitBox <gi...@apache.org>.
maskit commented on PR #9255:
URL: https://github.com/apache/trafficserver/pull/9255#issuecomment-1353599164

   We might want to have this on 9.2.x so we can run CI jobs on macOS, but there's no immediate need.


-- 
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: github-unsubscribe@trafficserver.apache.org

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