Comment 8 for bug 218658

Revision history for this message
Rail Aliiev (rail) wrote :

I get the similar error at run time. (Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/lib/jni/libunix-java.so: /usr/lib/jni/libunix-java.so: undefined symbol: __stack_chk_fail_local)

Adding the following line to debian/rules (somewhere at the top) and rebuilding the package (libmatthew-java) have solved my problem:

CFLAGS += -fno-stack-protector