Skip to Content.
Sympa Menu

freetds - RE: [freetds] Domain Login Support, connecting to MSSQL issue

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] Domain Login Support, connecting to MSSQL issue
  • Date: Tue, 5 Aug 2003 13:21:13 -0400

> From: Chris Hettinger [mailto:chettinger AT encompas.com]
> Sent: August 5, 2003 10:23 AM
>
> # ./configure --with-tdsver=7.0
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... configure:
> error: newly created file is older than distributed files!
> Check your system clock

Chris,

Let's try this again, from the top. :-)

$ mkdir freetds.snapshot
$ cd freetds.snapshot
$ tar -xzf ~/distfiles/freetds-current.tgz
$ mkdir -p freetds-0.62.dev.20030805/build
$ cd freetds-0.62.dev.20030805/build
$ ../configure --with-tdsver=7.0
$ make; make install

The build directory causes the object files to be separated from the source
files. "make install" might end in an error, complaining about the
documentation, but the binaries will be installed.

Does "ping" work yet on an unqualified name?

--jkl
-----------------------------------------
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.






Archive powered by MHonArc 2.6.24.

Top of Page