mdbtools installation problem


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting mdbtools installation problem
# 1  
Old 06-21-2011
mdbtools installation problem

i have been tryin to install mdbtools in my rhel 5...
./configure is working but at the time of make it gives an error
pls help
error log

Code:
odbc.c:778: warning: conflicting types for 'bind_columns'
odbc.c:778: error: static declaration of 'bind_columns' follows non-static declaration
odbc.c:200: error: previous implicit declaration of 'bind_columns' was here
odbc.c: In function 'SQLFetch':
odbc.c:819: error: 'MdbSQL' has no member named 'cur_table'
odbc.c: In function 'SQLGetData':
odbc.c:1051: error: 'MdbSQL' has no member named 'columns'
odbc.c:1051: warning: assignment makes pointer from integer without a cast
odbc.c:1052: error: 'MdbSQL' has no member named 'cur_table'
odbc.c:1054: error: 'MdbTableDef' has no member named 'columns'
odbc.c:1054: warning: assignment makes pointer from integer without a cast
odbc.c:1061: error: 'MdbColumn' has no member named 'cur_value_start'
odbc.c:1062: error: 'MdbColumn' has no member named 'cur_value_len'
odbc.c:1064: error: 'MdbColumn' has no member named 'cur_value_len'
odbc.c: In function '_odbc_get_server_type':
odbc.c:1448: error: label at end of compound statement
make[2]: *** [odbc.lo] Error 1
make[2]: Leaving directory `/testing/releasescript/mdbtools-0.5/src/odbc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/testing/releasescript/mdbtools-0.5/src'
make: *** [all-recursive] Error 1

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Perl Installation problem

Hi all, I have a problem while installing perl 5.12. I have uninstalled the perl version 5.8 and installed 5.12. And when I tried to execute a perl script, it says that perl58.dll is missing. can some one please tell me how to completely remove previous version(5.8) of perl which I have... (2 Replies)
Discussion started by: anusha.banthu
2 Replies

2. Red Hat

flex installation problem

hi , when i run ./configure in wine-1.3.10 folder in midway i get error message Your flex version is too old. Please install flex version 2.5.33 or newer. but when i try to install flex using yum install flex it gives me message Package flex-2.5.4a-41.fc6.i386 already installed and latest... (1 Reply)
Discussion started by: anand121
1 Replies

3. Ubuntu

kubuntu installation problem

Hi, i had a problem during kubuntu installation from ubuntu and now i can't start ubuntu correctly. it loads only desktop and doesn't work. Is there a way to solve this problem? I have ubuntu 8.10 2.6.27-7 generic (0 Replies)
Discussion started by: littleboyblu
0 Replies

4. SCO

unix installation problem

hi, im tring installaing sco unix 5.05 in my pc but it is showing an "memory error loading kernel fd(64)unix.text loading ram disk image fd(64)rootfs" can anybody tell me how to solve this problem. my system configuration is 3.2ghz processor,1gb ram,d101ggc mother board thank u bln (1 Reply)
Discussion started by: blnprasad
1 Replies

5. Shell Programming and Scripting

Installation problem

Hi , I have installed a s/w for work tracking (work tracking fecilitator) in linix OS. all my other perl programs are working fine. i have completed the backend part of it but unable to use this application . Please guide me regarding this . I have downloaded the source from... (4 Replies)
Discussion started by: alma
4 Replies

6. AIX

Software Installation Problem

HI Everybody, I am a newbie of using AIX, would you mind telling me how to setup JOE and OpenSSH in AIX 5L 5.3. Thanks! Hugo (0 Replies)
Discussion started by: tknl
0 Replies

7. Linux

Pango installation problem

Hello I am trying to install gtk and after installing fontconfig,pkg-config,glib,pango,atk (in that order)i tried installing gtk but it said pango along with cario package is required. So now when i complied cario and then do a "make" for pango it gives the following error ... (2 Replies)
Discussion started by: shalabh
2 Replies

8. Solaris

Jumpstart installation problem.

We are installing Solaris 9 with Jumpstart ...facing problems.. Problem is .it is prompting for questions, even though we set the Sysidcfg and class files properly. when we give "boot net - install" at OK prompt, it is coming till "The system is coming up. Please wait" After that it... (5 Replies)
Discussion started by: b_manu78
5 Replies

9. Solaris

subversion installation problem

Hi all- I'm stuck on a problem here, trying to compile subversion 1.0.5 on a sunfire 2000. I grabbed the binaries, added the packages, and figured I was to go. When I ran the configure script, I got the following error message: checking for gcc... no checking for cc... cc checking for... (2 Replies)
Discussion started by: ECBROWN
2 Replies

10. Solaris

Installation problem: Solaris 10

Hello all, I downloaded Solaris 10 and installed it on my Pentium 4 (1.7 Ghz), 256MB RAM, with LG StudioWorks Monitor. Everything went fine till installation completed and when after installation computer rebooted, rather than displaying the graphical login screen the monitor goes out of... (4 Replies)
Discussion started by: varunnarang
4 Replies
Login or Register to Ask a Question
MDBTools(1)															       MDBTools(1)

NAME
mdb-hexdump - Hexdump utility from MDB Tools SYNOPSIS
mdb-hexdump file [pagenumber] DESCRIPTION
mdb-hexdump is a utility program distributed with MDB Tools. mdb-hexdump makes a hex dump of a binary file (such as an mdb file). ENVIRONMENT
MDB_JET3_CHARSET Defines the charset of the input JET3 (access 97) file. Default is CP1252. See iconv(1). MDBICONV Defines the output charset. Default is UTF-8. mdbtools must have been compiled with iconv. MDBOPTS semi-column separated list of options: o use_index o no_memo o debug_like o debug_write o debug_usage o debug_ole o debug_row o debug_props o debug_all is a shortcut for all debug_* options SEE ALSO
gmdb2(1) mdb-export(1) mdb-prop(1) mdb-sql(1) mdb-ver(1) mdb-array(1) mdb-header(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1) AUTHORS
The mdb-hexdump utility was written by Brian Bruns. 0.7 13 July 2013 MDBTools(1)