• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

lua相关库安装常见问题

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

brew install lua

我本机的安装路径为:/usr/local/Cellar/lua/5.3.4_2

二、安装luarocks

下载luarocks的安装包:

http://luarocks.github.io/luarocks/releases/luarocks-2.4.3.tar.gz

解压后到安装包的目录下执行如下命令(可以自行根据自己的lua版本号进行修改):

./configure --with-lua=/usr/local/Cellar/lua/5.3.4_2   --with-lua-include=/usr/local/Cellar/lua/5.3.4_2/include

make 

make install

安装完成

参考链接:http://www.shixinke.com/openresty/openresty-lua-luarocks

三、安装lfs

sudo luarocks install luafilesystem

可能会有报错,but,anyway,安装成功了不是么

lfs的使用:

进入到lua的命令行,require "lfs"

大功告成,可以正常使用了 

引用链接:https://luarocks.org/

四、安装luasocket和luasql

1、首先安装luasocket

sudo luarocks install luasocket

2、安装luasql

我遇到了下面的问题

Warning: The directory '/Users/baidu/.cache/luarocks' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing /usr/local/bin/luarocks with sudo, you may want sudo's -H flag.
Warning: falling back to curl - install luasec to get native HTTPS support
Installing https://luarocks.org/luasql-mysql-2.3.5-1.rockspec

Error: Could not find header file for MYSQL
  No file mysql.h in /usr/local/include
  No file mysql.h in /usr/include
You may have to install MYSQL in your system and/or pass MYSQL_DIR or MYSQL_INCDIR to the luarocks command.
Example: luarocks install luasql-mysql MYSQL_DIR=/usr/local

看错误提示,是没有找到mysql的头文件,需要先安装一下mysql:

mac执行下面brew install mysql命令即可安装。根据终端的打印结果,发现mysql的安装目录为/usr/local/Cellar/mysql/5.7.21。

那继续找上面的问题:

上面的报错提示可以用下面的命令进行安装:luarocks install luasql-mysql MYSQL_DIR=/usr/local

不过我们的MYSQL_DIR是目录:/usr/local/Cellar/mysql/5.7.21

所以我们改一下报错提示中的安装命令:

sudo luarocks install luasql-mysql MYSQL_INCDIR=/usr/local/Cellar/mysql/5.7.21/include/mysql

好了,出现下面的日志,安装成功了:

 


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
三国杀(3):原始C/C++ lua 编译 集成,及使用介绍发布时间:2022-07-22
下一篇:
Nginx-Lua模块的执行顺序(转)发布时间:2022-07-22
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap