ROOT Version: v6-30-02 Platform: Ubuntu-20.4 on Windows Compiler: Not Provided
Dear Expert,
I am trying to convert a SQLite file like ArchiveLog_2025-11-28.db to a root tree file. But I can not find a way to open this file by ROOT. When I try to run the tutorials about SQLite in root/tutorials/sql like SQLitePlatformDistribution.C, I got some error like:
```
Processing SQLitePlatformDistribution.C...
In file included from input_line_8:1:
/home/wztbxl/root/root-630install/tutorials/sql/SQLitePlatformDistribution.C:20:10: fatal error: 'TSQLiteServer.h' file not found
#include <TSQLiteServer.h>
Do I miss something or Do we have some new tutorials about that?
So you built ROOT yourself? In that case you probably didn’t specify -Dsqlite=ON at configure time, or you don’t have SQLite installed (sqlite3 libsqlite3-dev). You can check with root-config --features.
Can you try with the pre-built binary?