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.

  1. Change db to db you need driver
    ch_db <dbname>
  2. cd <base>/db
  3. make clean; make
  4. cd <base>/lib
  5. type
    mk.a_dbc <libname.so> libmad.a liba_dbc.a <native_db_lib>
  6. Repeat this (1-5) for all drivers you need
  7. Change db to db you need driver
    ch_db dyna
  8. cd <base>/db
  9. make clean; make

This is all. Found more in <base>/dbtest


nmmm