Vairavan Sockalingam
Vairavan Sockalingam
This isn't an issue in lua version 5.1.5 but not working with customized 5.1.2
`65830:~/luarocks5_1/bin$ ./luarocks install specl --verbose > lyaml_error.log luke: fatal: required symbol 'yaml_document_initialize' not found in any of libc, libyaml Error: Failed installing dependency: https://luarocks.org/lyaml-6.2.5-1.src.rock - Build error: Failed building. `...
The above log obtained when trying to install specl with a fixed version of lua interpreter 5.1.2. Later, successfully installed specl by replacing 5.1.2 with 5.1.5 interpreter. then switched back...
/opt/lyaml/lyaml-6.2.5# /opt/sbengine/linux-x86_64-opengles_2.0-x11-obj/bin/lua build-aux/luke package="lyaml" version="6.2.5" PREFIX="/opt/luarocks5_1/lib/luarocks/rocks-5.1/lyaml/6.2.5-1" CFLAGS="-O2 -fPIC" LIBFLAG="-shared" LIB_EXTENSION="so" OBJ_EXTENSION="o" LUA="/opt/sbengine/linux-x86_64-opengles_2.0-x11-obj/bin/lua" LUA_DIR="/opt/luarocks5_1/lib/luarocks/rocks-5.1/lyaml/6.2.5-1/lua" LUA_INCDIR="/opt/sbengine/linux-x86_64-opengles_2.0-x11-obj/inclde/lua" YAML_DIR="/usr" YAML_INCDIR="/usr/include" YAML_LIBDIR="/usr/lib/x86_64-linux-gnu" --verbose --debug DEBUG: ldoc not found checking for ldoc... no DEBUG: found /bin/true...