-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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 instructions:
1. autoreconf -I m4 -ivf
2. ./configure && make
3. sudo apt-get install luarocks
4. sudo luarocks install busted
5. eval `luarocks path`
6. export LUA_CPATH="$PWD/.libs/?.so;$LUA_CPATH"
7. export CEPH_CONF=/path/to/ceph.conf
8. 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels