Using TickTockDB (open source Time Series DataBase) on RPI 2 model B or RPI 3 and Node-red

Just to report that the new binary works fine on my Pi3:

pi@berry3:~/ticktockdb-0.12.1-beta $ ldd bin/tt 
	linux-vdso.so.1 (0x7efc2000)
	/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so => /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so (0x76f54000)
	libz.so.1 => /lib/arm-linux-gnueabihf/libz.so.1 (0x76f19000)
	libstdc++.so.6 => /usr/lib/arm-linux-gnueabihf/libstdc++.so.6 (0x76dd2000)
	libm.so.6 => /lib/arm-linux-gnueabihf/libm.so.6 (0x76d50000)
	libgcc_s.so.1 => /lib/arm-linux-gnueabihf/libgcc_s.so.1 (0x76d23000)
	libpthread.so.0 => /lib/arm-linux-gnueabihf/libpthread.so.0 (0x76cf9000)
	libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0x76bac000)
	/lib/ld-linux-armhf.so.3 (0x76f69000)

3 Likes

@haegar33 Thx for the verifying! Don't hesitate to let me know if any other problems.