[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A short introduction
- From: Jörg Hofmann <webmaster@...>
- Date: Tue, 13 Dec 2022 09:24:48 +0100
Goog morning,
thank you for your replies. Here are more informations
1. "lsb_release -d && uname -r" gives
Description: Debian GNU/Linux 11 (bullseye)
5.10.0-19-amd64
2. LUA 5.4.4, installed as describet on lua.org.
-$ curl -R -O http://www.lua.org/ftp/lua-5.4.4.tar.gz
-$ tar zxf lua-5.4.4.tar.gz
-$ cd lua-5.4.4
-$ make
-$ sudo make install
3. Luarocks 3.8.0 from github.com/luarocks
-$ wget https://luarocks.org/releases/luarocks-3.8.0.tar.gz
-$ tar zxpf luarocks-3.8.0.tar.gz
-$ cd luarocks-3.8.0
-$ ./configure --with-lua-include=/usr/local/include
-$ make
-$ sudo make install
4. upp from github.com/CDSoft/upp
$ git clone https://github.com/CDSoft/luax.git && make -C luax install
$ git clone https://github.com/CDSoft/upp.git
$ cd upp
$ make install
5. Installed rocks
-$ sudo luarocks install lyaml
-$ sudo luarocks install lustache
Until here all seemed to be fine. But when I try require('lyaml') I get
the error-message.
I hope this will help
Jörg
Am Montag, dem 12.12.2022 um 19:55 +0000 schrieb Peter Hickman:
> Hello Jörg
>
> To help with this could you tell us the operating system you are
> using (Windows, Macos, Linux etc) including the version where
> possible. For example Windows 11, Macos 13.0.1 or Ubuntu 22.04. And
> the version of Lua too
>
> Next where did you get your installation of Lua. Was it with the
> machine or did you build it from source?
>
> Peter
>
>
> On Mon, 12 Dec 2022 at 19:17, Jörg Hofmann <webmaster@jho-home.de>
> wrote:
> > Good evening, warm greetings from Germany. My name is Jörg, born in
> > 1964 and from Wiesbaden. If my English is too bad, Google can't do
> > everything.
> >
> > I mainly use Lua together with ConTeXt and Pandoc (upp
> > preprocessor).
> >
> > My first question: After a "require()" I get the error message
> > "dynamic
> > libraries not enabled; check your Lua installation". I know LUA
> > needs
> > to be compiled accordingly, but how?
> >
> > Best regards
> > Jörg