libos-nuse/net-next-nuse

atexit symbol lookup error on Ubuntu 14.04

thehajime opened this issue · 2 comments

nuse-test.sh fails due to missing symbol, on Ubuntu 14.04 64bit.
Ubuntu 14.04.1 64bits works fine though.

ping: symbol lookup error: /usr/lib/libnuse-linux.so: undefined symbol: atexit

it's not due to Ubuntu 14.04, but due to a build environment.

if COV=yes option is used with make library, it causes the issue.

51bb4f9 handles this issue.