Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: Scampada on September 29, 2015, 08:11:18 PM
-
I'm trying to build a semantic file system, tagsistant. It is said in its guide that dependencies are: "libglib2.0, libfuse and libdbi headers with the MySQL and SQLite3 plugins" (libdbd-sqlite & libdbd-mysql).
Had to build libdbi from its source because it wasn't present in the repo. But when I ran configure script in libdbi-drivers it said that mysql and sqlite3 support are both NO, even with sqlite3-dev and mariadb-dev loaded. If it wouldn't detect mysql because it's mariadb and some namespaces are different or something, why can't it detect sqlite?
I can still build it then and tagsistant too, but running it gives only a message of not finding sqlite. So the problem is that libdbi-drivers does not detect sqlite3 headers when configuring I suppose.