error LSF: undefined symbol: _ZN3ajn15_RemoteEndpoint17 [alljoyn] -
i have trouble lsf alljoyn 15.04, build lsf in ubuntu 16.04 success cannot run app. i'm receiving notification whenever run ./lighting_controller_client_sample
in service_framework-15.04/core/service_framework/build/linux/standard_core_library/lighting_controller_client/samples
:
./lighting_controller_client_sample: symbol lookup error: ./lighting_controller_client_sample: undefined symbol: _zn3ajn15_remoteendpoint17pushmessagerouterern3qcc10managedobjins_8_messageeeerm
how can fix it?
sounds can't find cpp libs (the .a , .so files). in case need define ld_library_path.
for example, if building alljoyn scons, define following environment variable before running sample.
export ld_library_path=/core/alljoyn/build/linux/x86_64/release/dist/cpp/lib
or
export ld_library_path=/core/alljoyn/build/linux/x86_64/debug/dist/cpp/lib
that @ least allow find alljoyn cpp lib files.
Comments
Post a Comment