gharris999;424752 Wrote: > OK, I'm starting to get ready to test 7.4 and the new scanner. I have > some simple questions I hope will be easy for you folks to answer: > > Is it possible to run 7.4 with SQLite from the svn code?
Yes, but you have to check the code out from the following URL: http://svn.slimdevices.com/repos/slim/7.4/branches/noweb-sqlite > If so, then... > > Where is the new compiled scanner executable? At first, I was also under the impression that this new scanner was a compiled standalone application. It's not. Only the file parsing is done in C. On Windows this takes the form of a shared library dll. I believe on Linux the .so files perform a similar role. Have a look in: /CPAN/arch/5.8/i386-linux-thread-multi/auto/Audio/Scan > Where is the SQLite executable? > > I'm not seeing either of them in: > > /usr/share/squeezecenter74_trunk/server/Bin/i386-linux > > PS: I am still seeing a mysqld there, though. SQLite isn't a separate database server like MySQL (Oracle, MS SQL, etc.). It's just a function library. Looks like it's also implemented as a shared library compiled from C, as I see both SQLite .dll and Linux .so files. See: /CPAN/arch/5.8/i386-linux-thread-multi/auto/DBD/SQLite -- JJZolx Jim ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=63346 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
