Skip to Content.
Sympa Menu

freetds - Re: freetds 0.52pre1 and vacation

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Stephen Langasek <vorlon AT netexpress.net>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: freetds 0.52pre1 and vacation
  • Date: Wed, 20 Jun 2001 22:24:23 -0500 (CDT)



On Tue, 19 Jun 2001, Brian Bruns wrote:

> Hi all,

> I've placed a release canidate for FreeTDS 0.52 on iBiblio at:

> ftp://ibiblio.org/pub/Linux/ALPHA/freetds/freetds-0.52pre1.tgz

> So, kick the tires and see if there's anything major needed for the final
> release. There are still some documentation updates needed (jkl -- i
> checked in some changes to the userguide, part of the perl section got cut
> somehow).

> That said, I'm leaving tomorrow morning for a much needed vacation and
> will not have net access for a week, but hopefully later next week we can
> do a pre2 followed by the release.

[...]

if [ -f /usr/local/interfaces ]; \
then :; \
else \
/usr/bin/install -c -m 644 interfaces /usr/local; \
fi
if [ -f /etc/freetds/freetds.conf ]; \
then :; \
else \
/usr/bin/install -c -m 644 freetds.conf /etc/freetds/freetds.conf; \
fi
/usr/bin/install: freetds.conf: No such file or directory
make[2]: *** [install-data-local] Error 1


Adding freetds.conf to the 'EXTRA_DIST' line of Makefile.am and rerunning
automake should take care of this one, I imagine...

I'll let the list know of any other issues as I find them. :)

Steve Langasek
postmodern programmer





Archive powered by MHonArc 2.6.24.

Top of Page