On Sun, Apr 25, 2010 at 10:09:34PM -0700, Eric Wheeler wrote:
> on.  This is an install that was working /flawlessly/ until I copied the
> tree and database to a new host.  I have a feeling it is a permission
> issue (even though the jffnms uid is the same) that I'm still working
> out.
Ah! copying. Yes look at the permissions as you said.
Also check php modules and missing programs, such as rrdtool.

> What about SQLite?  I've not used it, but it is a single-file SQL
> database.  For what its worth, Firefox uses it extensively in its data
> structures.
I've now got libdbi working properly after going crazy with a hidden
library dependency. I'm using a database independent (though nothing
truly is, they never quite got SQL complete) library which apparently
does: Firebird/interbase, MSSQL and Sybase (via FreeTDS) MySQL, 
PostgresQL and SQLite/SQLite3.

So the answer is, most likely.  I'll have to write database-dependent
queries for some things, the main one currently "has this database table
changed?". The idea being if you use a database libdbi supports, it will
probably work; maybe after some tweaking.

I'm not sure how well SQLite will work though. Last time I used it I 
didn't see much in the way of indexing but for a small install it might
be ok.

 - Craig
-- 
Craig Small      GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/                             csmall at : enc.com.au
http://www.debian.org/          Debian GNU/Linux, software should be Free 

------------------------------------------------------------------------------
_______________________________________________
jffnms-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to