cmcfarlen commented on issue #8887: URL: https://github.com/apache/trafficserver/issues/8887#issuecomment-1176806652
Hello, Alpine Linux uses musl libc. The way dynamic loading is implemented in musl does not meet the requirements ATS has for reloadable plugins (which this test exercises). As far as I can tell, ATS doesn't make any claims about correctness when using musl libc, but perhaps it will run as long as you don't require the affected features (i.e. reloadable plugins). There is some more information on musl differences here: https://wiki.musl-libc.org/functional-differences-from-glibc.html -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
