freetds 0.52pre1 and vacation
Stephen Langasek
vorlon at netexpress.net
Wed Jun 20 23:24:23 EDT 2001
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
More information about the FreeTDS
mailing list