Gentoo Archives: gentoo-alt

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] ssh in AIX
Date: Wed, 16 Jul 2008 07:21:04
Message-Id: 1216192860.6248.16.camel@salomon-22
In Reply to: [gentoo-alt] ssh in AIX by Greg Trigg
1 On Tue, 2008-07-15 at 19:09 -0500, Greg Trigg wrote:
2 > I've run into a snag trying to use ssh in AIX. When I try to ssh to
3 > another box I get this.
4 >
5 >
6 > >ssh ibm_left
7 > >exec(): 0509-036 Cannot load program ssh because of the following >errors:
8 > > 0509-022 Cannot load module
9 > >/home/greg/gentoo/usr/lib/libcrypto.a(libcrypto.so.0.9.8).
10 > > 0509-150 Dependent module libgcc_s.a(shr.o) could not be
11 > >loaded.
12 > > 0509-022 Cannot load module libgcc_s.a(shr.o).
13
14 Congrats, after your initial troubles your AIX prefix is up-to-date
15 now ;)
16
17 This is why I created sys-devel/gcc-config-1.4.0-r04.4, which is still
18 in its testing phase (Darwin?), but works here so far for AIX.
19
20 Unfortunately, aixdll-query from aix-miscutils (used by this gcc-config)
21 also requires libgcc_s.a and libstdc++.a.
22
23 To fix your currently broken prefix:
24
25 1) find the most recent
26 EPREFIX/usr/lib/gcc/powerpc-ibm-aix5.2.0.0/*/libgcc_s.a
27 and copy it over to
28 EPREFIX/lib/
29
30 2) find the most recent
31 EPREFIX/usr/lib/gcc/powerpc-ibm-aix5.2.0.0/*/libstdc++.a
32 and copy it over to
33 EPREFIX/usr/powerpc-ibm-aix5.2.0.0/lib/gcc/
34
35 To use that gcc-config while it is package.masked, do this once:
36 $ echo '=sys-devel/gcc-config-1.4.0-r04.4' > /home/greg/gentoo/etc/portage/package.unmask
37 $ emerge -av1 gcc-config
38 This should upgrade to gcc-config from [1.4.0-r04.3] to [1.4.0-r04.4],
39 which should keep your libgcc_s.a in place permanently.
40
41 /haubi/
42 --
43 Michael Haubenwallner
44 Gentoo on a different level
45
46 --
47 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] ssh in AIX Greg Trigg <trigggl@×××××.com>