Giter Club home page Giter Club logo

Comments (9)

GumpSun avatar GumpSun commented on July 28, 2024 1

Thanks for you good lib,but when I compiled it from source then got this error.
make install
rm -f *.rockspec
lua mkrockspecs.lua lrexlib 2.9.0
lua: mkrockspecs.lua:3: module 'std.tree' not found:
no field package.preload['std.tree']
no file './std/tree.lua'
no file '/usr/local/share/lua/5.1/std/tree.lua'
no file '/usr/local/share/lua/5.1/std/tree/init.lua'
no file '/usr/local/lib/lua/5.1/std/tree.lua'
no file '/usr/local/lib/lua/5.1/std/tree/init.lua'
no file './std/tree.so'
no file '/usr/local/lib/lua/5.1/std/tree.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file './std.so'
no file '/usr/local/lib/lua/5.1/std.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: in function 'require'
mkrockspecs.lua:3: in main chunk
[C]: ?
make: *** [rockspecs] Error 1

from lrexlib.

shmuz avatar shmuz commented on July 28, 2024

The rock you tried to compile is not up-to-date. These errors are fixed in the repository for quite some time.

from lrexlib.

babakyakhchali avatar babakyakhchali commented on July 28, 2024

thanks
So you mean that I should not use luarocks to install? should I compile from source?

from lrexlib.

shmuz avatar shmuz commented on July 28, 2024

I have little experience with Luarocks. I think if you can replace lpcre.c and lpcre_f.c in the rock with the current ones it should compile OK.

from lrexlib.

GumpSun avatar GumpSun commented on July 28, 2024

Thanks for you good lib,but when I compiled it from source then got this error.
make install
rm -f *.rockspec
lua mkrockspecs.lua lrexlib 2.9.0
lua: mkrockspecs.lua:3: module 'std.tree' not found:
no field package.preload['std.tree']
no file './std/tree.lua'
no file '/usr/local/share/lua/5.1/std/tree.lua'
no file '/usr/local/share/lua/5.1/std/tree/init.lua'
no file '/usr/local/lib/lua/5.1/std/tree.lua'
no file '/usr/local/lib/lua/5.1/std/tree/init.lua'
no file './std/tree.so'
no file '/usr/local/lib/lua/5.1/std/tree.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file './std.so'
no file '/usr/local/lib/lua/5.1/std.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: in function 'require'
mkrockspecs.lua:3: in main chunk
[C]: ?
make: *** [rockspecs] Error 1

what's the module 'std.tree'?

from lrexlib.

shmuz avatar shmuz commented on July 28, 2024

what's the module 'std.tree'?

I guess it's here.

from lrexlib.

GumpSun avatar GumpSun commented on July 28, 2024

what's the module 'std.tree'?

I guess it's here.

Thank you and I got another question
pcre-config --version
8.39
My pcre version is 8.39, but nginx used rex_pcre

/openresty/bin/nginx -c /conf/nginx.conf
nginx: [error] init_by_lua_file error: rex_pcre requires at least version 8 of PCRE library

thank you

from lrexlib.

shmuz avatar shmuz commented on July 28, 2024

Probably there are multiple PCRE libraries installed on your machine and nginx picks up one with version < 8,
Lrexlib issues that error when it detects that the major version of run-time PCRE library is less than the one specified in pcre.h used during Lrexlib compilation.

from lrexlib.

GumpSun avatar GumpSun commented on July 28, 2024

Probably there are multiple PCRE libraries installed on your machine and nginx picks up one with version < 8,
Lrexlib issues that error when it detects that the major version of run-time PCRE library is less than the one specified in pcre.h used during Lrexlib compilation.

It's helpful, I recompiled nginx with pcre version8. I can use rex_pcre.so.

from lrexlib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.