Open JoeyAndres opened 7 years ago
Try to compile for debugging (see the debugging section in the readme) and GDB should help find out which line is crashing.
The -L
flag might work better in ldflags
, or OTHER_LDFLAGS
inside xcode_settings
if you're on OS X.
So I have the following binding.gyp:
The first sign of problem happens after I compile this in which I get the following:
Which does not makes sense given that I supplied the path already for my cassandra installation directory.
Furthermore, if I run
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/x86_64-linux-gnu
prior to running the NodeJS javascript file, I finally get the SIGSEGV, which occurs precisely duringnbind.init()
.I would appreciate any help I can get. I would gladly work with someone on this.