[lttng-dev] Problem with Babeltrace
Simon Marchi
simark at simark.ca
Mon Oct 24 15:35:39 UTC 2016
On 2016-10-24 11:31, Nathan Lynch wrote:
> On 10/24/2016 03:30 AM, Tim Tannert wrote:
>> Hey,
>>
>> everytime when I start babeltrace:
>> *babeltrace --version*
>>
>> or
>> *lttng view
>>
>> *I'll get following message:
>> babeltrace: symbol lookup error: babeltrace: undefined symbol:
>> opt_debug_info_full_path
>>
>
> Seems your babeltrace installation is missing the ctf-text shared
> object, which is where that symbol is defined.
>
> Please folow up to the list with the version of babeltrace you are
> using, and describe how it was installed (e.g. built from source or
> using distribution package).
It would also be good to verify that you don't have multiple version of
babeltrace installed. For example, an older version installed by the
package manager in /usr and a hand-compiled one in /usr/local.
Executing the binary from /usr/local/bin/babeltrace could somehow load
the shared library from /usr/lib, or vice-versa.
More information about the lttng-dev
mailing list