From: David M. <mdb...@dm...> - 2003-07-28 13:56:03
|
> Then, I got the 0.5rc2 tarball and did the dance: tar zxvf mdbtools-0.5rc2.tar.gz; cd mdbtools-0.5rc2/; ./configure --enable-sql; make; su -; make install. All seemed to go well, except for some complaints about missing libglade and libgnomeui, which didn't stop the build. mdbtools seems to be working, except for a Segmentation fault when the '-H' (omit the header row) is used: > kevinz@www:~/budgetdb$ mdb-export budgettables.mdb BCODE | head -3 > BUDGETNUMB,BUDGETDESC,THRU_DATE,FROM_DATE,ACTIVE_INA,AT_T_CODE,AWARD_NUMB,ON_OFF_CAM,OLD_BUDGET,BREGION,FUNDING,FINANALYST,PROGOFFICE,DATERECORD,DATELASTMO,TIMELASTM9,LASTMODIFI,TIMERECTM9,CREATEDBYO,MASTERACCO,TYPEFUNDIN,COUNTRY,OLDAUTHCODE,FUND,AREAORG,NOTES,TEAM > 8050104.000000,"Popdynamics GF","","","I",,2,"On Campus","","Admin","CCP","vsmith","","08/23/96 00:00:00","06/12/97 00:00:00","07443677","CGK","13494660","DTN",8850105.000000,"","Nepal",,690,,"", > 9800131.000000,"General Funds '04","06/30/04 00:00:00","07/01/00 00:00:00","A",2398613.000000,,"On Campus","H-32-0005","Admin","CCP","vsmith","SHD","","11/29/00 00:00:00","13541336","CGK","","",9800131.000000,"Discretionary","Non-Country",9416,0,,"Requires prior approval by Susan", > kevinz@www:~/budgetdb$ mdb-export -H budgettables.mdb BCODE > Segmentation fault > kevinz@www:~/budgetdb$ > Kevin, Try re-building the programs after applying the attached patch. It fixes a handful of known segfault causing bugs. I can't guarantee it'll work for you but... Untar the source as before, then from inside the source directory: patch -p1 < mdbtools-combined.patch Then configure, build and install as usual. Let me know if this does/doesn't work for you. Thanks, David -- /==============================\ | David Mansfield | | mdb...@db... | \==============================/ |