169 похожих чатов

Luarocks вот такую надпись отдавал в коце? luasec 1.3.2-1 is now

installed in /home/<username>/.luarocks (license: MIT)
пс: или похожее что-то. я с флагом —local ставил поэтому могут быть пути разные

2 ответов

29 просмотров

у меня такую luarocks install luasec OPENSSL_DIR="C:\Program Files\OpenSSL-Win64" Installing https://luarocks.org/luasec-1.3.2-1.src.rock Missing dependencies for luasec 1.3.2-1: luasocket (not installed) luasec 1.3.2-1 depends on lua >= 5.1 (5.4-1 provided by VM) luasec 1.3.2-1 depends on luasocket (not installed) Installing https://luarocks.org/luasocket-3.1.0-1.src.rock luasocket 3.1.0-1 depends on lua >= 5.1 (5.4-1 provided by VM) x86_64-w64-mingw32-gcc -O2 -c -o src/luasocket.o -IC:\Program Files (x86)\Lua5.4/include src/luasocket.c -DLUASOCKET_DEBUG -DWINVER=0x0501 -Ic:/mingw/include "x86_64-w64-mingw32-gcc" не является внутренней или внешней командой, исполняемой программой или пакетным файлом. Error: Failed installing dependency: https://luarocks.org/luasocket-3.1.0-1.src.rock - Build error: Failed compiling object src/luasocket.o

Victor- Автор вопроса
Semjon Uglev
у меня такую luarocks install luasec OPENSSL_DIR="...

у меня не винда, но вот что лама советует It looks like you're trying to install `luasec` using LuaRocks on Windows, but the installation is failing due to a missing dependency (`luasocket`) and a build error. Here are some actionable steps to help you resolve the issue: 1. **Install MinGW**: The error message suggests that the `x86_64-w64-mingw32-gcc` compiler is not found. This compiler is part of the MinGW package. Download and install MinGW from the official website: <https://www.mingw-w64.org/downloads/> 2. **Add MinGW to your system PATH**: After installing MinGW, add the `bin` directory of the MinGW installation to your system PATH environment variable. This will allow LuaRocks to find the `x86_64-w64-mingw32-gcc` compiler. 3. **Reinstall luasocket**: Once MinGW is installed and added to your system PATH, try reinstalling `luasocket` using LuaRocks: luarocks install luasocket 4. **Install luasec**: After `luasocket` is installed, you should be able to install `luasec`: luarocks install luasec OPENSSL_DIR="C:\Program Files\OpenSSL-Win64" If you still encounter issues, you can try the following: * Verify that the `OPENSSL_DIR` environment variable is set correctly. * Check that the LuaRocks installation directory has the necessary permissions to write files. * Try installing an older version of `luasec` or `luasocket` to see if the issue is specific to the latest version. If none of these steps resolve the issue, please provide more details about your environment, including the Lua version, LuaRocks version, and any other relevant configuration settings.

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта