I _know_ I ran sudo make install, but after running it again, it
decided to work.

On 18 June 2010 01:59, John Labenski <jlaben...@gmail.com> wrote:
> On Thu, Jun 17, 2010 at 3:58 PM, Linus Sjögren
> <thel...@unreliablepollution.net> wrote:
>> Hi!
>> I downloaded the wxLua source code from the website, configure'd, make'd and
>> sudo make installed.
>> However, when I try to run wxlua, or require("wx"), I'm granted with this
>> error:
>>> error while loading shared libraries: libwxlua_gtk2u_wxbindxrc-2.8.so.0:
>>> cannot open shared object file: No such file or directory
>> What gives?
>> System info:
>> Linux 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 19:31:57 UTC 2010 x86_64
>> GNU/Linux
>
> You have to put the wxWidgets .so libs into the wxLua lib dir or in a
> bash prompt run this to make sure that both wxWidgets and wxLua libs
> are available and then wxLua from that prompt. Either that or install
> them to /usr/lib or someplace already in your lib path (running make
> install for wxLua should have done that, did you do that for wxWidgets
> too?)
>
> $ export 
> LD_LIBRARY_PATH=/path/to/where/your/wxWidgets/lib/are:/path/to/wxLua/libs
>
> Regards,
>    John
>
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> lucky parental unit.  See the prize list and enter to win:
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> wxlua-users mailing list
> wxlua-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wxlua-users
>

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to