2 id: building-64-bit-lttng-tools
5 Finally, you need to build a 64-bit version of LTTng-tools which is
6 aware of the 32-bit consumer daemon previously built and installed:
11 ./configure --prefix=/usr \
12 --with-consumerd32-libdir=/usr/lib32 \
13 --with-consumerd32-bin=/usr/lib32/lttng/libexec/lttng-consumerd
19 Henceforth, the 64-bit session daemon will automatically find the
20 32-bit consumer daemon if required.