bemehiser / Tether

ClockworkMod Tether Public Linux Code (with a patch for Ubuntu 17.10.1, gcc 7.2)
15 stars 7 forks source link

support for 64 bits #7

Open emiliocamposmartin opened 5 years ago

emiliocamposmartin commented 5 years ago

Is 64 bit supported? I am trying to run this app in 64 bit and it seems like adb links against libncurses.so.5 but when I try to run run.sh I see the following:

Starting Tether... ../linux/adb: error while loading shared libraries: libncurses.so.5: wrong ELF class: ELFCLASS64

module.js:340 throw err; ^ Error: Cannot find module 'chainsaw' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:362:17) at require (module.js:378:17) at Object. (/home/powit/git/github/Tether/node-tuntap/node_modules/binary/index.js:1:78) at Module._compile (module.js:449:26) at Object.Module._extensions..js (module.js:467:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:362:17)

bemehiser commented 5 years ago

Yes, 64 bit is supported, or at least that's what I always used. Are you entirely sure you're using a 64 bit compiler on a 64 bit architecture? You can check gcc architecture with gcc -v.