在使用luarocks安装luasoap时,出现了expat.h: No such file or directory……的问题
在安装了libexpat1-dev之后解决
apt-get install libexpat1-dev
在使用luarocks安装luasoap时遇到expat.h文件未找到的错误,通过安装libexpat1-dev包成功解决。此教程为程序员提供了遇到类似错误时的解决方案。
在使用luarocks安装luasoap时,出现了expat.h: No such file or directory……的问题
在安装了libexpat1-dev之后解决
apt-get install libexpat1-dev