lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Trying to use LuaLanes on a the new Ubuntu with kernel 3.0 I'm getting the following error on both 32 and 64bit systems.

lua51-lanes.so: undefined symbol: pthread_mutexattr_settype

Here are the libraries that are linked to:

 ldd sandbox/lib/lua/5.1//lua51-lanes.so
linux-vdso.so.1 =>  (0x00007fff6e34d000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9394d0d000)
/lib64/ld-linux-x86-64.so.2 (0x00007f93952df000)

Any ideas how to fix this? I installed lualanes using luarocks.

Thijs