lua-users home
lua-l archive

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


Henk Boom <henk@henk.ca> writes:
> henk@invincible-spell:~$ lsof | grep 'luajit.*GL'
> luajit    2529       henk  mem       REG                8,5   372400
> 266276 /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2
> luajit    2529       henk  mem       REG                8,5  1025968
> 12016 /usr/lib/nvidia-current-updates/libGL.so.280.13
>
> Why would the luajit ffi be using a different library than the linker/loader?

Presumably luajit searches for libraries in "normal" locations.

Did you pass in "-L" options pointing to non-standard locations when
linking?  Or maybe your system has some non-standard locations in
/etc/ld.so.{conf,cache}...

Maybe try:  /sbin/ldconfig -p |grep libGL.so

-Miles

-- 
古池や 蛙飛び込む 水の音 [松尾芭蕉]