Hi,
I am trying to build minidlna for my device and I am getting the following:
.....
checking for id3_file_open in -lid3tag... yes
checking for sqlite3_open in -lsqlite3... no
checking for sqlite3_open in -lsqlite3... no
configure: error: Could not find libsqlite3
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
-bash-3.2# ls -l /usr/lib | grep libsqlite3
lrwxrwxrwx 1 root root 19 Nov 26 2010 libsqlite3.so -> libsqlite3.so.0.8.6
lrwxrwxrwx 1 root root 19 Mar 8 00:18 libsqlite3.so.0 -> libsqlite3.so.0.8.6
-rwxr-xr-x 1 root root 337133 Nov 22 2010 libsqlite3.so.0.8.6
When I run: ./configure; make; make install
Not sure if anyone is able to help? The device is a GoFlex Home.
Thanks
I think you're missing the development headers of sqlite3. The package should be called sqlite3-devel or sqlite3-dev.