I'm a new user to MDB tools and I'm currently in the process of trying to convert a .MDB file into a .CSV file using the mdb-export command in MDB tools. I seem to be having a problem as every time I run the mdb-export command I'm getting the following error:
*** glibc detected *** free(): invalid pointer: 0x09b45978 ***
Aborted
In addition, if I run an mdb-tables command I get the following error:
*** glibc detected *** free(): invalid pointer: 0x092e3998 ***
Aborted
Any help you could provide me would be greatly appreciated. Many thanks in advance.
Try to compile project without Xwindows components if they are not necessary.
I use mdbtools compiled only for text console and mdb-export and mdb-tables are functional (with some minor problems).