From: Petro V. <Pe...@nc...> - 2004-01-31 00:57:02
|
Hi, I have a linux server that is running apache+php. From there i am connecting to the Windows server that has the mdb files i need. Problem 1. I got mdbtools-0.5-1 and mdbtools-odbc-0.5-1 installed. I can connect to the .mdb and run some simple queries. However, I am getting errors when the file has understores in it. I have tried the patched version. It is still giving me problems. Problem 2. It seems that this problem has been fixed in cvs. Which leads me to problem two. Yesterday I checked out the code from cvs and tryed to build it. the ./configure command quits with following message: checking GNOME_CFLAGS... -DORBIT2=1 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 checking GNOME_LIBS... -Wl,--export-dynamic -pthread -L/usr/X11R6/lib -lglade-2.0 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lgthread-2.0 -lm -lgmodule-2.0 -ldl -lglib-2.0 ./configure: line 6351: syntax error near unexpected token `src/Makefile'./configure: line 6351: `AC_CONFIG_FILES(src/Makefile)' I read some the revelant posts on mailing list. I edited the configure.in file as specified in the 'installing mdbtools cvs on slackware 9.1' post. That solution did not solve the problem. I am running Gentoo Linux 1.4. I can post more information if required (about specific utility versions i have installed) Please help. Thank you. -- |