Skip to Content.
Sympa Menu

freetds - Re: [freetds] dbschema.pl -- fixed

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Craig Davison <cd AT securityfocus.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] dbschema.pl -- fixed
  • Date: Tue, 25 Feb 2003 12:26:39 -0700

I have access to a FreeBSD 4.5 (x86) box, so I thought I'd try building
0.61rc4 as well. It failed for me too with errors about undefined types
like u_char, etc.

My parameters to ./configure:
./configure --sysconfdir=/etc --prefix=/usr

I had to modify two files to get the build to work. Here are my incorrect
(autoconf-ignorant) patches:

--- src/server/login.c.old Sun Jan 26 03:27:35 2003
+++ src/server/login.c Tue Feb 25 12:30:55 2003
@@ -33,0 +34 @@
+#include <sys/types.h>

--- src/pool/pool.h.old Sun Nov 17 04:25:41 2002
+++ src/pool/pool.h Tue Feb 25 12:31:17 2003
@@ -25,0 +26 @@
+#include <sys/types.h>

Thanks in advance to anyone who makes a proper patch.

--
Craig Davison
Symantec Corporation
+1 (403) 213-3939 ext. 228




Archive powered by MHonArc 2.6.24.

Top of Page