You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/08/09 16:38:58 UTC

[GitHub] [trafficserver] shukitchan commented on issue #8222: Error using lua plugin lpeg.so with trafficserver.

shukitchan commented on issue #8222:
URL: https://github.com/apache/trafficserver/issues/8222#issuecomment-895371633


   That should be because the lpeg.so is compiled to expect the lua related symbols in the executing context. In a normal lua program, those should be expected to be present. In ATS, they are not and you will need to compile your shared object to require a dynamic link to the luajit library. 
   
   You can check out a similar problem here - https://github.com/apache/trafficserver/issues/5158


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

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