Skip to Content.
Sympa Menu

freetds - RE: [freetds] make fails when compiling 0.62.4

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] make fails when compiling 0.62.4
  • Date: Thu, 3 Feb 2005 16:43:34 -0500

> From: Chris parent
> Sent: Thursday, February 03, 2005 2:47 PM
>
> those look like PHP configure options. Not Freetds.
> Try simply,
>
> ./configure
> ./make
> ./make install

The FreeTDS configure script sniffs around. If it finds an ODBC driver
manager, it builds the ODBC driver. Else you can specify:

$ ./configure --help |grep odbc
--disable-odbc do not attempt to build odbc the driver
--with-iodbc=DIR build odbc driver against iODBC in DIR
--with-unixodbc=DIR build odbc driver against unixODBC in DIR
--with-odbc-nodm=DIR build odbc without driver manager (headers in
DIR)

If the configure script fails to sniff out your DM and you want to build
it anyway, use one of those. (The option to build it without a DM is a
somewhat narrower and steeper trail.)

On my machine, I use --with-unixodbc=/usr/local because the DM header
files are in /usr/local/include and the libraries are in /usr/local/lib.


I hadn't noticed the poetry in the first option before. I suppose it's
OK to build odbc the passenger.

--jkl

>
> -=Kireol
> --- Brad McNeely <brad_mcneely AT excite.com> wrote:
>
> > When I try to compile freetds-0.62.4 it fails. I
> > issued these commands:
> > ./configure --with-tdsver=7.0 --with-unixodbc
> > make
> >
> > Any assistance is greatly appreciated. I'm running
> > SuSE 8.2 Professional.


-----------------------------------------
The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the original
message. Please note that we do not accept account orders and/or instructions
by e-mail, and therefore will not be responsible for carrying out such orders
and/or instructions.
If you, as the intended recipient of this message, the purpose of which is to
inform and update our clients, prospects and consultants of developments
relating to our services and products, would not like to receive further
e-mail correspondence from the sender, please "reply" to the sender
indicating your wishes. In the U.S.: 1345 Avenue of the Americas, New York,
NY 10105.




Archive powered by MHonArc 2.6.24.

Top of Page