amyrprv commented on issue #11945:
URL: https://github.com/apache/apisix/issues/11945#issuecomment-2633656826

   I am trying to install 
[LuaSOAP](https://tomasguisasola.github.io/luasoap/manual.html#installation) I 
get the below error, It seems the library is dependent on luaexpat, and 
installing luaexpat will fail.
   
   ```
   root@98955587e0ca:/usr/local/apisix# luarocks install luasoap
   Installing https://luarocks.org/luasoap-4.0.2-1.rockspec
   Missing dependencies for luasoap 4.0.2-1:
      luaexpat >= 1.1.0-3 (not installed)
      luasocket >= 2.0.2-1 (not installed)
      http-digest >= 1.2.2-1 (not installed)
   
   luasoap 4.0.2-1 depends on luaexpat >= 1.1.0-3 (not installed)
   Installing https://luarocks.org/luaexpat-1.5.2-1.src.rock
   
   Error: Failed installing dependency: 
https://luarocks.org/luaexpat-1.5.2-1.src.rock - Could not find header file for 
EXPAT
     No file expat.h in /usr/local/include
     No file expat.h in /usr/include
   You may have to install EXPAT in your system and/or pass EXPAT_DIR or 
EXPAT_INCDIR to the luarocks command.
   Example: luarocks install luaexpat EXPAT_DIR=/usr/local
   ```


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

Reply via email to