Skip to Content.
Sympa Menu

freetds - RedHat and freetds (fwd)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: mjn <mjn AT umn.edu>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: RedHat and freetds (fwd)
  • Date: Tue, 24 Oct 2000 09:42:54 -0500 (CDT)


I have done a couple of locates for the files in question and it appears
that they are just located in different directories. Is this a problem
with FreeTDS or just another case of RedHat doing things stupidly?

Regardless of the answers to the first question, what is the easiest way
to solve this?

____________________________
Mike Neuharth
ADCS Technology Specialist
http://www.umn.edu/adcs

E-Mail : mjn AT umn.edu
Page Mail : 6126486512 AT page.metrocall.com
http://nifty.dsl.visi.com/
____________________________

---------- Forwarded message ----------
Date: Tue, 24 Oct 2000 10:27:21 -0400
From: Kent Scott <kent AT carmike.com>
To: mjn AT umn.edu
Subject: RedHat and freetds

Mike,

Check your directory /usr/include/asm for those three files (errno.h,
socket.h,sigcontext.h). It looks like they are not loaded?

As an example:
In file included from /usr/include/sys/socket.h:34,
from ../../include/tds.h:28,
from mem.c:20:
/usr/include/bits/socket.h:295: asm/socket.h: No such file or directory

in the file /usr/include/bits/socket.h there is an entry #include
<asm/socket.h>
this tells the compiler to look at the /usr/include/asm directory for that
file.

All three error messages were for files from that directory.

Good luck,
Kent Scott








Archive powered by MHonArc 2.6.24.

Top of Page