Ed Sickafus wrote: > > help6 > Cleaned up local space -- still can't load db-4-1~1.gz "Disk quota > exceeded" > > Sorry I'm back, but I can't find a mailing list for Berkeley DB questions > (suggestions?).
That still doesn't make Berkely DB installation a suitable topic for this list. > > Goal: To load some DB modules and construct a simple flat table data base. > > History: Finally loaded DBI, Text-CSV_XS, SQL-Statement, DBD-CSV > successfully (with help). So why do you need the DB modules? If you want to construct a simple database, you've already got the tools and don't need anything else. If you want something more robust, you are probably better off with MySQL or PostgresSQL or SQLite. But for simple testing and experimentation or light web-database work that set of modules you loaded the other day is fine by itself. -- Jeff
