[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT + glXGetProcAddress
- From: Miles Bader <miles@...>
- Date: Fri, 16 Mar 2012 12:43:43 +0900
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
--
古池や 蛙飛び込む 水の音 [松尾芭蕉]