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
installer(1M)						  System Administration Commands					     installer(1M)

NAME
installer - Solaris Web Start installer utility SYNOPSIS
installer [-locales list] [-nodisplay] [-noconsole] [-debug] DESCRIPTION
The installer utility invokes a Web Start install wizard sequence which will lead the user through a sequence of installation panels. This installer utility is found on many CDs that are shipped with Solaris and it will be found among the top level files of these CDs. When the installer is on a CD being accessed from a desktop file manager, the installer can be double clicked to start the installation sequence. If the user is not currently the system's root user, the root user password will be requested. The installer utility can also be run from other UNIX scripts. Usually, a script is used in conjunction with the utility's -nodis- play option. Add the -noconsole option for non-interactive scripts. OPTIONS
The following options are supported: -locales list Selects product translations for install, corresponding to the specified list of locales if the specified locale transla- tions are present on the installation media. Locales are supplied in a comma-separated list following the -locales option. An example list would appear as follows: installer -locales fr,de,it This would install products with translations for the French, German, and Italian locales. -nodisplay Runs the install without a graphical user interface. Use the default product install unless it was modified by the -locales options. -noconsole Run the install without any interactive text console device. Useful when paired with -nodisplay for non-interactive UNIX script use. -debug Outputs extra information about what the install is doing. Mainly for install diagnostic purposes. FILES
/var/sadm/install/logs location of installation log files SEE ALSO
prodreg(1M) SunOS 5.10 11 December 2001 installer(1M)