(I decided to make a separate thread from this one, since the topic is totally different).
I tried running the binary for OwlNest on my x64 Xubuntu, but it didn’t work out, so I decided to compile it from github. I downloaded the code and submodule, installed the missing libraries, but I have the following problem when building OwlNest itself:
Linking OwlNest
../../Libraries/libusbx/libusb-1.0.so: error adding symbols: File in wrong format
collect2: error: ld returned 1 exit status
make: *** [build/OwlNest] Error 1
Even though I use Linux for practically everything, c++ coding included, I’m definitely not a guru - I can’t figure out what causes the error or how I can fix it. Any ideas?
Full output of the compilation here: https://gist.github.com/nietaki/8870674