Problems with 3.7p1 on IRIX 6.5

Jan-Frode Myklebust janfrode at parallab.uib.no
Thu Sep 18 00:41:09 EST 2003


On Wed, Sep 17, 2003 at 02:11:35PM +0100, Victoria Pennington wrote:
> On Wed, 17 Sep 2003, Albert Chin wrote:
> 
> > It works if I define BROKEN_GETADDRINFO, SETEUID_BREAKS_SETUID,
> > BROKEN_SETREUID, and BROKEN_SETREGID.
> 
> Do you define them all to be 1?  e.g.
> 
> #define BROKEN_GETADDRINFO 1

Just define them:

% egrep 'BROKEN_GETADDRINFO|SETEUID_BREAKS_SETUID|BROKEN_SETREUID|BROKEN_SETREGID' config.h
#define SETEUID_BREAKS_SETUID
#define BROKEN_SETREUID
#define BROKEN_SETREGID
/* #define BROKEN_GETADDRINFO */


> 
> I tried this, but get the following compilation error:

I got the same problem with BROKEN_GETADDRINFO, but removed 
it from config.h, and then it worked.

% uname -R
6.5 6.5.17m
% cc -version
MIPSpro Compilers: Version 7.3.1.3m
% setenv CC cc
% ./configure --prefix=/usr/openssh --with-ssl-dir=/usr/local/ssl --with-rsh=/usr/bsd/rsh --with-default-path=/usr/bin:/bin:/usr/sbin:/sbin:/usr/openssh/bin --disable-suid-ssh
% make
% make install


   -jf




More information about the openssh-unix-dev mailing list