Skip to Content.
Sympa Menu

freetds - Re: [freetds] need help installing on HP-UX 10.2

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: christos AT zoulas.com (Christos Zoulas)
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] need help installing on HP-UX 10.2
  • Date: Fri, 4 Nov 2005 16:59:30 -0500

On Nov 4, 2:35pm, wsimmons AT unicircuit.com (Wayne Simmons) wrote:
-- Subject: Re: [freetds] need help installing on HP-UX 10.2

| Thank you for your help, but could you elaborate? I don't really know how to
| "make it 'int'" can I just change socklen_t to int in the file configure?
|

The autoconf script should be fixed to provide socklen_t as an int if it
is not present. As a quick hack, comment out the test in configure so that
it does not fail, and then after you run configure edit config.h and
add:

#define socklen_t int

or

typedef int socklen_t;

Either one should work.

christos




Archive powered by MHonArc 2.6.24.

Top of Page