Descargué mdbtools, ya que requiero migrar bases de datos de Microsoft Access de Windows a Linux/Ubuntu y Debian.
Encontré que MDBTools es una herramienta que me permite hacer este cambio.
Intenté instalar así :
# zcat mdbtools-0.5.tar.gz | tar xvf -
mdbtools-0.5/
mdbtools-0.5/README
mdbtools-0.5/AUTHORS
mdbtools-0.5/COPYING
mdbtools-0.5/COPYING.LIB
mdbtools-0.5/ChangeLog
mdbtools-0.5/INSTALL
mdbtools-0.5/Makefile.am
.....
mdbtools-0.5/src/libmdb/kkd.c
mdbtools-0.5/src/libmdb/table.c
mdbtools-0.5/src/libmdb/data.c
mdbtools-0.5/src/libmdb/dump.c
mdbtools-0.5/src/libmdb/backend.c
mdbtools-0.5/src/odbc/
mdbtools-0.5/src/odbc/connectparams.h
mdbtools-0.5/src/odbc/Makefile.am
mdbtools-0.5/src/odbc/Makefile.in
mdbtools-0.5/src/odbc/odbc.c
mdbtools-0.5/src/odbc/connectparams.c
mdbtools-0.5/src/odbc/unittest.c
mdbtools-0.5/src/gmdb2/
mdbtools-0.5/src/gmdb2/gmdb.h
mdbtools-0.5/src/gmdb2/Makefile.am
mdbtools-0.5/src/gmdb2/Makefile.in
mdbtools-0.5/src/gmdb2/main2.c
mdbtools-0.5/src/gmdb2/file.c
mdbtools-0.5/src/gmdb2/util.c
mdbtools-0.5/src/gmdb2/table.c
mdbtools-0.5/src/gmdb2/query.c
mdbtools-0.5/src/gmdb2/module.c
mdbtools-0.5/src/gmdb2/macro.c
mdbtools-0.5/src/gmdb2/report.c
mdbtools-0.5/src/gmdb2/form.c
mdbtools-0.5/src/gmdb2/info.c
mdbtools-0.5/src/gmdb2/table_def.c
mdbtools-0.5/src/gmdb2/table_data.c
mdbtools-0.5/src/gmdb2/table_export.c
mdbtools-0.5/src/gmdb2/debug.c
mdbtools-0.5/src/gmdb2/sql.c
mdbtools-0.5/src/gmdb2/schema.c
mdbtools-0.5/src/gmdb2/prefs.c
mdbtools-0.5/src/gmdb2/help/
mdbtools-0.5/src/gmdb2/help/Makefile.am
mdbtools-0.5/src/gmdb2/help/Makefile.in
mdbtools-0.5/src/gmdb2/help/C/
mdbtools-0.5/src/gmdb2/help/C/figures/
mdbtools-0.5/src/gmdb2/help/C/figures/gmdb2_window.png
mdbtools-0.5/src/gmdb2/help/C/Makefile.am
mdbtools-0.5/src/gmdb2/help/C/Makefile.in
mdbtools-0.5/src/gmdb2/help/C/xmldocs.make
mdbtools-0.5/src/gmdb2/help/C/legal.xml
mdbtools-0.5/src/gmdb2/help/C/gmdb.xml
mdbtools-0.5/src/gmdb2/help/C/gmdb-C.omf
mdbtools-0.5/src/gmdb2/gladefiles/
mdbtools-0.5/src/gmdb2/gladefiles/Makefile.am
....
mdbtools-0.5/doc/mdb-schema.txt
mdbtools-0.5/doc/mdb-sql.txt
mdbtools-0.5/doc/faq.html
mdbtools-0.5/doc/txt2man
# cd mdbtools-0.5
#mdbtools-0.5# ./configure --with-unixodbc=/usr/local
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/operadorweb/Desktop/jglorenzos/Instaladores/Debian_Sarge_3.1/MBTools/mdbtools-0.5/missing: Unknown `--run' option
Try `/home/operadorweb/Desktop/jglorenzos/Instaladores/Debian_Sarge_3.1/MBTools/mdbtools-0.5/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether make sets ${MAKE}... (cached) yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
....
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether byte ordering is bigendian... no
checking Are we using flex ... yes
checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
glib 2.0 is required by MDB Tools.
It can be downloaded at www.gtk.org.
Ubiqué la web www.gtk.org para descargar la librería glib2.0, Pero tengo dudas en donde descargarlo. Será en la misma donde tengo /mdbtools-0.5, y luego volver a configurar ?
Si alguien ha instalado MDBTools le agredecería una ayuda en esto.