Setup of database:

look in database3/tables
0 - make a fresh start in your gxsnmp database
1 - create all tables configured there.
2 - modify the file tablett for your gxsnmp tables,
it is currently as default. Send the file to the database,
and pray.

compile whole thing from database3
tell me if you get errors :-)

modify database3/gxdb.conf for your environment.

DATABASE_PLUGINS is the Database Backend plugin
and is where the shared object library backend
file is located, that talks to your database server,
mysql or something.

TABLE_PLUGINS is unused.

set environment variable GXDB_BASE to
"/your_untar_dir_/gxsnmp/database3"

go into server directory and start 'gxdd'
this is the database server engine.

go into client directory and test the 
test-client 'client'.

go into app/ dir and run gxsnmp.
You must have 'gxdd' running then.
