在 Windows 10 中安装 luasql-mysql:找不到 -lmysqlclient

Posted

技术标签:

【中文标题】在 Windows 10 中安装 luasql-mysql:找不到 -lmysqlclient【英文标题】:Installing luasql-mysql in Windows 10: cannot find -lmysqlclient 【发布时间】:2019-03-20 14:56:27 【问题描述】:

我尝试使用 luarocks(Lua 5.3.5、LuaRocks 3.0.3)安装 luasql-mysql。我在目录“C:\Program Files\MySQL\MySQL Connector C 6.1”中安装了 Mysql Connector C 6.1。我在 C:\TDM-GCC-64 目录中安装了 MinGW。

当我运行命令时

luarocks --from=http://rocks.luarocks.org/dev install luasql-mysql cvs-1 MYSQL_INCDIR="C:\mysql-5.7.23-winx64\include" MYSQL_LIBDIR="C:\Program Files\MySQL\Connector C++ 8.0\lib64"

我得到了错误

Cloning into 'luasql'...
remote: Enumerating objects: 122, done.
remote: Counting objects: 100% (122/122), done.
remote: Compressing objects: 100% (92/92), done.
remote: Total 122 (delta 46), reused 55 (delta 16), pack-reused 0
Receiving objects: 100% (122/122), 94.79 KiB | 197.00 KiB/s, done.
Resolving deltas: 100% (46/46), done.
C:\TDM-GCC-64\bin\gcc.exe -O2 -c -o src/luasql.o -IC:\lua\include src/luasql.c -IC:\mysql-5.7.23-winx64\include
C:\TDM-GCC-64\bin\gcc.exe -O2 -c -o src/ls_mysql.o -IC:\lua\include src/ls_mysql.c -IC:\mysql-5.7.23-winx64\include
C:\TDM-GCC-64\bin\gcc.exe -shared -o luasql/mysql.dll src/luasql.o src/ls_mysql.o -LC:\Program Files\MySQL\Connector C++ 8.0\lib64 -lmysqlclient C:\lua\bin/lua53.dll -lm
C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/5.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lmysqlclient
collect2.exe: error: ld returned 1 exit status

如何正确指定路径?

【问题讨论】:

【参考方案1】:

我可以找到解决方法。以下是让在 Windows 10 x64 Pro 中运行的 Lua 5.1 连接到 Mysql 服务器的步骤:

    从https://code.google.com/archive/p/luaforwindows/downloads获取最新的Lua 5.1 安装它。我必须在我的工作站中删除所有以前的 Lua 和 LuaRocks 安装

    添加了环境变量 LUA_CPATH 值:

    C:\Program Files (x86)\Lua\5.1\clibs\?.dll;C:\Program Files (x86)\Lua\5.1\clibs\luasql\?.dll

    在新的 cmd 中运行 mysql lua 脚本

【讨论】:

以上是关于在 Windows 10 中安装 luasql-mysql:找不到 -lmysqlclient的主要内容,如果未能解决你的问题,请参考以下文章

无法在 Windows 10 中安装 sdkmanager

sh 在Windows10 bash中安装NOde

在 windows10 中安装 Chilkat-11 后出错

在 Windows 10 中安装 luasql-mysql:找不到 -lmysqlclient

在Windows10 + Anaconda中安装pip3工具

在 Windows10 上的 Python 3.10 中安装 scipy 时出错