OpenSSH
[Top] [All Lists]

Re: openssh 4.6p1 bug / IRIX

To: Darren Tucker <dtucker@zip.com.au>
Subject: Re: openssh 4.6p1 bug / IRIX
From: "g.fischer@ah-online.com" <g.fischer@ah-online.com>
Date: Sat, 24 Mar 2007 09:19:43 +0100
Cc: openssh-unix-dev@mindrot.org
Delivered-to: sp-com-lists@consult.net
Delivered-to: openssh-unix-dev-list1@securepoint.com
Delivered-to: openssh-unix-dev-tmda@mindrot.org
Delivered-to: openssh-unix-dev@mindrot.org
In-reply-to: <4603682A.9050407@zip.com.au>
List-archive: <http://lists.mindrot.org/pipermail/openssh-unix-dev>
List-help: <mailto:openssh-unix-dev-request@mindrot.org?subject=help>
List-id: Development of portable OpenSSH <openssh-unix-dev.mindrot.org>
List-post: <mailto:openssh-unix-dev@mindrot.org>
List-subscribe: <http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev>, <mailto:openssh-unix-dev-request@mindrot.org?subject=subscribe>
List-unsubscribe: <http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev>, <mailto:openssh-unix-dev-request@mindrot.org?subject=unsubscribe>
References: <4603579E.9090101@ah-online.com> <4603682A.9050407@zip.com.au>
Sender: openssh-unix-dev-bounces+openssh-unix-dev-list1=securepoint.com@mindrot.org
User-agent: Mozilla/5.0 (X11; U; IRIX64 IP27; en-US; rv:1.9a1) Gecko/R-A-C SeaMonkey/1.5a
thanks for the hints.
i got it done by hardcoding the solution you mentioned. not nice but worked.

maybe the check for the libiaf should be refined.


Darren Tucker wrote:
> g.fischer@ah-online.com wrote:
>> hello,
>>
>> little problem compiling openssh 4.6p1 on irix using mipspro 7.4.x.
>>
>> c99 -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o 
>> auth-rh-rsa.o sshpty.o sshlogin.o servconf.o serverloop.o auth.o 
>> auth1.o auth2.o auth-options.o session.o auth-chall.o auth2-chall.o 
>> groupaccess.o auth-skey.o auth-bsdauth.o auth2-hostbased.o 
>> auth2-kbdint.o auth2-none.o auth2-passwd.o auth2-pubkey.o 
>> monitor_mm.o monitor.o monitor_wrap.o kexdhs.o kexgexs.o auth-krb5.o 
>> auth2-gss.o gss-serv.o gss-serv-krb5.o loginrec.o auth-pam.o 
>> auth-shadow.o auth-sia.o md5crypt.o audit.o audit-bsm.o platform.o 
>> -L. -Lopenbsd-compat/ -L/usr/local/lib -L/usr/local2/lib 
>> -L/usr/nekoware/lib -L/usr/freeware/lib32 -lssh -lopenbsd-compat     
>> -liaf -lcrypto -lz  -lgen
>> ld32: ERROR   33 : Unresolved text symbol "set_id" -- 1st referenced 
>> by session.o.
>
> set_id is inside "HAVE_LIBIAF" which I believe is specific to SCO. (?) 
>   Maybe IRIX has something similar (or similarly named).
>
> Defining BROKEN_LIBIAF at build time (eg "./configure 
> --with-cflags=-DBROKEN_LIBIAF") will probably get your build going.
>
> Looking at it, I think that configure should probably check for set_id 
> explicitly and session.c should use HAVE_SET_ID in addition to 
> HAVE_LIBAIF.
>

-- 
ah-consulting.net
Götz Fischer
Senior Consultant
Phone: +49(0)7225/98 98 79
Fax:   +49(0)7225/28 64 
eMail: g.fischer@ah-consulting.net
http://www.ah-consulting.net
http://www.ah-webhosting.com

_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev

<Prev in Thread] Current Thread [Next in Thread>