[ZeroBrane Studio] Re: ZB studio on FreeBSD

  • From: Paul K <paul@xxxxxxxxxxxxx>
  • To: "zerobrane@xxxxxxxxxxxxx" <zerobrane@xxxxxxxxxxxxx>
  • Date: Tue, 20 Sep 2016 09:13:43 -0700

Hi Russell,

'"/usr/home/russellh/Git/ZeroBraneStudio/bin/linux/x86/lua53" -e
error loading module '_cqueues' from file 
'/usr/local/lib/lua/5.3/_cqueues.so':
/usr/local/lib/lua/5.3/_cqueues.so: wrong ELF class: ELFCLASS64

I think this issue is related to the configuration that uses 32bit lua
executable (".../x86/lua53"), but attempts to load 64bit libraries (as
this is what you have installed in /usr/local/lib)

Is there a way I could re-configure ZB Studio to point to my local lua paths?

Yes, you can set path.lua53 to point to your local lua executable (see
the details here:
https://studio.zerobrane.com/doc-general-preferences#interpreter-path),
but it should still work out of the box. Can you check what "uname -m"
returns on your machine as this is what's used to select between x64
and x86 configurations?

Paul.

Other related posts: