Hi, list! Ubuntu 10.10 x86 (fresh install) LR 2.0.4
I must be missing something, but it is too late at night (or early in the morning), and I can't realize what. This used to work on other machines: $ sudo apt-get install uuid-dev $ sudo luarocks install luuid Installing http://luarocks.org/repositories/rocks/luuid-20100303-1.src.rock... Archive: /tmp/luarocks_luarocks-rock-luuid-20100303-1-3259/luuid-20100303-1.src.rock inflating: luuid-20100303-1.rockspec extracting: luuid.tar.gz Error: Could not find expected file libuuid.so for LIBUUID -- you may have to install LIBUUID in your system and/or set the LIBUUID_DIR variable $ locate libuuid.so /lib/libuuid.so.1 /lib/libuuid.so.1.3.0 /usr/lib/libuuid.so $ file /usr/lib/libuuid.so /usr/lib/libuuid.so: symbolic link to `/lib/libuuid.so.1.3.0' $ file /lib/libuuid.so.1.3.0 /lib/libuuid.so.1.3.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped $ unzip luuid-20100303-1.linux-x86.rock $ cd lib $ ldd uuid.so linux-gate.so.1 => (0x00c90000) libuuid.so.1 => /lib/libuuid.so.1 (0x00509000) libc.so.6 => /lib/libc.so.6 (0x00aac000) /lib/ld-linux.so.2 (0x008d8000) Must be something with the path where LR looks for *.so files... Alexander. _______________________________________________ Luarocks-developers mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers
