Alexey Subbotin

Results 8 comments of Alexey Subbotin

Dear developers, help to install Mysql2 component for Ruby. I tried to install from MySQLConnector, as user Faq, but I get an error while executing the require 'mysql2' script that...

Installing MySQL2 for Ruby is viable, but when downloading the full archive mysql-8.0.32-winx64.zip and running the command: C:\Ruby32-x64\bin>gem install mysql2 --platform=ruby -- '--with-mysql-lib="C:\Ruby32-x64\mysql-8.0.32-winx64\lib" --with- mysql-include="C:\Ruby32-x64\mysql-8.0.32-winx64\include" --with-mysql-dir="C:\Ruby32-x64\mysql-8.0.32-winx64"' Developers, thank you very...

An attempt to install according to the instructions via luarocks also fails: C:\xampp\htdocs\waffle-master\examples>luarocks install https://raw.githubusercontent.com/benglard/htmlua/master/htmlua-scm-1.rockspec Missing dependencies for htmlua: torch >= 7.0 async Error: Could not find a rock to...

Dear Developers, Help to connect the module to the Apache server. Configured httpd.conf, enabled modules: LoadModule lua_module modules/mod_lua.so LoadModule dbd_module modules/mod_dbd.so I execute the script through Apache: function handle(r) mysql...

LuaSQL is installed in a separate installation copy C:\Program Files (x86)\Lua\5.1\lua\luasql . Through the program "lua hello.lua" everything works. Doesn't work through the Apache 2.4 module that comes with it...

The problem was partially solved with the help of the LUA_CPATH environment variable, which pointed to: C:\Program Files (x86)\Lua\5.1\clibs\?.dll;C:\Program Files (x86)\Lua\5.1\clibs\luasql\ ?.dll But now there is another problem: error loading...

I installed Apache x86 as an experiment. Now there is no message, but hangs on the line "mysql = require "luasql.mysql"". Browser message: "Unable to access site. Connection reset.". Connection...

Dear Tomás, The old error reappears: ![image](https://user-images.githubusercontent.com/10297748/232324641-c962ba1c-f15f-4a91-8c11-1292c126addb.png) ![image](https://user-images.githubusercontent.com/10297748/232325345-870cab42-6032-46f5-967a-d09ec5ec3401.png)