-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi,
It seems you have uploaded a bunch of compiled binaries (debugee, debugee_with_debug_info for example) but the thing is it has been compiled for x86_64 ; and it doesn't seem to be compiled during the installation process.
In my case I'm testing schem on a x86 guest system so of course it won't work without recompiling those files manually. I believe you've somehow forgot to add the buildings of those files in your make/setup process :).
Also, I encountered a problem with redis-server: the version of redis-server available in my package manager (aptitude) is 2.4 (which isn't supported by schem) so I had to manually compile a supported version like the 2.6.7. Maybe instead of relying on the package manager you can directly download the archive file redis-2.6.7.tar.gz and launch a compilation ? It would have helped me anyway!
Last thing, I also ended up modifying emserver.rb in order to make the http server listening on all the network interfaces ; you may want to add a switch in the command line for that!
Cheers,
0vercl0k