A_DBC
Dynamic ELF Loader notes
Ok, I still didn't finished this article, try access it tomorrow or after
tomorrow :)
Now I'll put some comments how to compile it.
- Change db to db you need driver
ch_db <dbname>
- cd <base>/db
- make clean; make
- cd <base>/lib
- type
mk.a_dbc <libname.so> libmad.a liba_dbc.a <native_db_lib>
- Repeat this (1-5) for all drivers you need
- Change db to db you need driver
ch_db dyna
- cd <base>/db
- make clean; make
This is all. Found more in <base>/dbtest
nmmm