Giter Club home page Giter Club logo

Comments (4)

dotnwat avatar dotnwat commented on June 1, 2024

I think we can support 5.1 and 5.2, but I want to remain 5.1 compatible because LuaJIT only works with 5.1 (LuaJIT gets us to about 97% of the speed of C). Poking around a bit on the change log for 5.2 should reveal the parts that are different.

-Noah

On Feb 24, 2013, at 10:19 PM, Adam Manzanares [email protected] wrote:

I had lua5.1 and 5.2 installed on my machine and we should make it a point to indicate what version of lua to be using with this project. I noticed you were using 5.1 a long time ago, but I left 5.2 sitting on my system. After I followed N's following insturctions:

• autoreconf -I m4 -ivf
• ./configure && make
• sudo apt-get install luarocks
• sudo luarocks install busted
• eval luarocks path
• export LUA_CPATH="$PWD/.libs/?.so;$LUA_CPATH"
• export CEPH_CONF=/path/to/ceph.conf
• busted test.lua
to build and test lua-rados. I had errors when I would try to run step 8. I then removed lua5.2 and started at step 3 and then I was able to get the test to run.


Reply to this email directly or view it on GitHub.

from lua-rados.

dotnwat avatar dotnwat commented on June 1, 2024

Do you have the errors handy from when you were running with lua5.2?

from lua-rados.

nmtadam avatar nmtadam commented on June 1, 2024

I don't but it was something like the following:

error loading module 'lfs' from file '/usr/local/lib/lua/5.1/lfs.so':
/usr/local/lib/lua/5.1/lfs.so: undefined symbol: luaL_register

In my case I believe 5.1 was replaced by 5.2

from lua-rados.

dotnwat avatar dotnwat commented on June 1, 2024

Ok, I think that rings a bell. I'll play with 5.2 tomorrow and see if I can make the code work with both versions.

On Feb 24, 2013, at 11:42 PM, Adam Manzanares [email protected] wrote:

I don't but it was something like the following:

error loading module 'lfs' from file '/usr/local/lib/lua/5.1/lfs.so':
/usr/local/lib/lua/5.1/lfs.so: undefined symbol: luaL_register

In my case I believe 5.1 was replaced by 5.2


Reply to this email directly or view it on GitHub.

from lua-rados.

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.