|
From: Jeff S. <why...@ya...> - 2007-07-09 12:08:41
|
> after installing mdbtools. how would i it in odbc driver manager? i cannot find the libmdbodbc.so.
During the configure step, you need to use the option --with-unixodbc=/usr/local . That is assuming the odbc
libraries are in /usr/local/lib and the odbc headers are in /usr/local/include. Adjust the path in this option as
needed.
-- Jeff Smith
____________________________________________________________________________________
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more.
http://mobile.yahoo.com/go?refer=1GNXIC |
|
From: Jeff S. <why...@ya...> - 2007-07-10 02:33:43
|
It appears that the requisite header files for unixODBC are not present.
You need to install the unixODBC-devel package appropriate for your system.
-- Jeff Smith
===================================================
i've tried to configure , make and make install again .
./configure --with-unixodbc=/usr >>grace.txt 2 >&1 (since redhat has unixodbc manager (ODBCConfig )installed in /usr/bin i've used /usr) .
make >>grace.txt 2 >&1
make install >>grace.txt 2>&1
but got errors. am i doing it wrongly? pls help
i've attached the error i;ve colleted from configure , make and make install
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I ../../include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include -g
-O2 -DSQL -DUNIXODBC -MT odbc.lo -MD -MP -MF .deps/odbc.Tpo -c
odbc.c -fPIC -DPIC -o .libs/odbc.o
odbc.c:21:17: sql.h: No such file or directory
odbc.c:22:20: sqlext.h: No such file or directory
In file included from odbc.c:28:
../../include/mdbodbc.h:28:22: odbcinst.h: No such file or directory
____________________________________________________________________________________
Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online.
http://smallbusiness.yahoo.com/webhosting |
|
From: Grace L. <mg...@gm...> - 2007-07-10 07:22:38
|
i've installed the unixODBC-devel and issue again the ./configure --with-unixodbc=/usr. i cannot still find the libmdbodbc.so. the only libmdbodbc i found was libmdbodbc.0, libmdbodbc.0.0.0, libmdbodbc.a and libmdbodbc.la. pls help. On 7/10/07, Jeff Smith <why...@ya...> wrote: > > It appears that the requisite header files for unixODBC are not present. > You need to install the unixODBC-devel package appropriate for your > system. > > -- Jeff Smith > > =================================================== > > |
|
From: Jeff S. <why...@ya...> - 2007-07-10 16:28:52
|
<!-- DIV {margin:0px;}-->I believe the answer to the libmdbodbc.0 problem is to run (from the directory you run configure from):
libtoolize -f -c
Then re-run ./configure ....
-- Jeff Smith
----- Original Message ----
From: Grace Lim <mg...@gm...>
To: Jeff Smith <why...@ya...>; mdb...@li...
Sent: Tuesday, July 10, 2007 2:22:29 AM
Subject: Re: [mdb-dev] how to configure mdb driver inodbc
i've installed the unixODBC-devel and issue again the ./configure --with-unixodbc=/usr.
i cannot still find the libmdbodbc.so. the only libmdbodbc i found was libmdbodbc.0, libmdbodbc.0.0.0, libmdbodbc.a and libmdbodbc.la.
pls help.
On 7/10/07, Jeff Smith <why...@ya...> wrote:
It appears that the requisite header files for unixODBC are not present.
You need to install the unixODBC-devel package appropriate for your system.
-- Jeff Smith
===================================================
____________________________________________________________________________________
Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=list&sid=396545469 |
|
From: Grace L. <mg...@gm...> - 2007-07-11 01:16:46
|
On 7/10/07, Jeff Smith <why...@ya...> wrote: > > I believe the answer to the libmdbodbc.0 problem is to run (from the > directory you run configure from): > libtoolize -f -c > Then re-run ./configure .... > > -- Jeff Smith > > ----- Original Message ---- > From: Grace Lim <mg...@gm...> > To: Jeff Smith <why...@ya...>; mdb...@li... > Sent: Tuesday, July 10, 2007 2:22:29 AM > Subject: Re: [mdb-dev] how to configure mdb driver inodbc > > i've installed the unixODBC-devel and issue again the ./configure > --with-unixodbc=/usr. > i cannot still find the libmdbodbc.so. the only libmdbodbc i found was > libmdbodbc.0, libmdbodbc.0.0.0, libmdbodbc.a and libmdbodbc.la. > > pls help. > > > On 7/10/07, Jeff Smith <why...@ya...> wrote: > > > > It appears that the requisite header files for unixODBC are not > > present. > > You need to install the unixODBC-devel package appropriate for your > > system. > > > > -- Jeff Smith > > > > =================================================== > > > > > > ------------------------------ > Ready for the edge of your seat? Check out tonight's top picks<http://us.rd.yahoo.com/evt=48220/*http://tv.yahoo.com/>on Yahoo! TV. > -- Best Regards, Grace Lim Suy Sing Commercial Corporation Tel#: (632) 247-4134 Fax#: (632) 243-9190 |
|
From: Grace L. <mg...@gm...> - 2007-07-11 01:21:59
|
i've done it but still no libmdbodbc.so.0 was created. On 7/10/07, Jeff Smith <why...@ya...> wrote: > > I believe the answer to the libmdbodbc.0 problem is to run (from the > directory you run configure from): > libtoolize -f -c > Then re-run ./configure .... > > -- Jeff Smith > -- Best Regards, Grace Lim Suy Sing Commercial Corporation Tel#: (632) 247-4134 Fax#: (632) 243-9190 |
|
From: Grace L. <mg...@gm...> - 2007-07-10 00:59:12
|
i've tried to configure , make and make install again . > > ./configure --with-unixodbc=/usr >>grace.txt 2 >&1 (since redhat has > > unixodbc manager (ODBCConfig )installed in /usr/bin i've used /usr) . > > make >>grace.txt 2 >&1 > > make install >>grace.txt 2>&1 > > but got errors. am i doing it wrongly? pls help > > > > i've attached the error i;ve colleted from configure , make and make > > install > > > > On 7/9/07, Jeff Smith <why...@ya...> wrote: > > > > > > > after installing mdbtools. how would i it in odbc driver manager? > > > i cannot find the libmdbodbc.so. > > > During the configure step, you need to use the option > > > --with-unixodbc=/usr/local . That is assuming the odbc > > > libraries are in /usr/local/lib and the odbc headers are in > > > /usr/local/include. Adjust the path in this option as > > > needed. > > > > > > -- Jeff Smith > > > > > > ------------------------------ > > > Don't be flakey. Get Yahoo! Mail for Mobile<http://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/mail>and > > > always stay connected<http://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/mail>to friends. > > > > > > > > > > > -- > > > > Best Regards, > > Grace Lim > > Suy Sing Commercial Corporation > > Tel#: (632) 247-4134 > > Fax#: (632) 243-9190 > > > > > > |