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: "Chris Hettinger" <chettinger AT encompas.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:15:45 -0500


What I did (for my environment):

$ tar -xzf freetds-0.62.dev.20030805
$ cd freetds-0.62.dev.20030805/
$ mkdir build
$ cd build
$ ../configure --with-tdsver=7.0

- Same "Check your system clock" error.
- I have my system clock set via ntp.
- I couldn't get futher, I did try $ make but it simply found no make file.

$ ls
config.log






-----Original Message-----
From: Lowden, James K [mailto:LowdenJK AT bernstein.com]
Sent: Tuesday, August 05, 2003 12:21 PM
To: 'FreeTDS Development Group'
Subject: RE: [freetds] Domain Login Support, connecting to MSSQL issue


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


_______________________________________________
FreeTDS mailing list
FreeTDS AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds


CONFIDENTIALITY NOTICE: This communication, including any attachment, may
contain confidential information and is intended only for the individual or
entity to whom it is addressed. Any review, dissemination, or copying of
this communication by anyone other than the intended recipient is strictly
prohibited. If you are not the intended recipient, please contact the sender
by reply email, delete and destroy all copies of the original message.'





Archive powered by MHonArc 2.6.24.

Top of Page