sun4x_58 libs broken? (reauth, ssh fail to work.)
Jim Barbour
jbarbour@qualcomm.com
Tue, 30 Jan 2001 08:48:32 -0800
Hmmm, for the heck of it, I just tried recompiling reauth for Solaris
8, and it builds and runs without any problems.
% uname -a
SunOS holistic 5.8 Generic_108528-03 sun4u sparc SUNW,Ultra-60
% gcc --version
2.95.2
% rxdebug localhost 7001 -version
Trying 127.0.0.1 (port 7001):
AFS version: Base configuration afs3.6 2.6
% ./reauth 50000 jbarbour
Password:
I hope this helps, feel free to email me questions...
--
Jim Barbour --- Staff Engineer, Systems Programmer/Administrator
-----------------------------------------------------------------------------
Office pager Cel phone e-mail: jbarbour@qualcomm.com
858-651-2616 800-200-6068 619-977-6491 page: jbarbour@pager
-----------------------------------------------------------------------------
*** On Tue, 30 Jan 2001 17:18:56 +0200, Atro.Tossavainen@helsinki.fi wrote...
> Len,
>
> > One problem we've run into is that Transarc only supplies the AFS
> > libraries in 32 bit mode. We are doing just about everything in 64 bit
> > mode. When we compile in 64bit, 32 bit libraries can be silently dropped
> > from the compile. Are you trying to compile reauth in 64 bit mode?
>
> Thanks for the suggestion, I hadn't even thought of that -- but it's not
> the case.
>
> The reauth Makefile is rather generic and doesn't specify an architecture
> at all. I believe SUNWspro 5.0, which is what I'm using, generates 32-bit
> code by default unless you explicitly specify -xarch=v9 which I didn't do.
>
> Indeed, if you _do_ request 64-bit with the -xarch=v9 flag (I tried now
> that you mentioned it), linking reauth fails -- AFS symbols are undefined
> in the 64-bit space as you've pointed out and the final binary can't be
> produced.
>
> Regards,
> --
> Atro Tossavainen (Mr.) / The Institute of Biotechnology at
> Systems Analyst, Techno-Amish & / the University of Helsinki, Finland,
> +358-9-19158939 UNIX Dinosaur / employs me, but my opinions are my own.
> < URL : http : / / www . iki . fi / atro . tossavainen / >
>