Built jemalloc with --with-jemalloc-prefix="je_" configure flag. Dynamically linked libjemalloc.so to my shared library at build. When my shared library is loaded into the executable at runtime I get "undefined symbol je_malloc" If built...
:(.text+0x2c8): undefined reference tolua_objlen' <artificial>:(.text+0x2dc): undefined reference toluaL_loadbuffer' :(.text+0x2f4): undefined reference tolua_remove' <artificial>:(.text+0x334): undefined reference tolua_gettop' :(.text+0x34c): undefined reference tolua_getfield' <arti...