List Archive: gentoo-alt
1.1 |
On Tue, 2008-07-15 at 19:09 -0500, Greg Trigg wrote:
> I've run into a snag trying to use ssh in AIX. When I try to ssh to
> another box I get this.
>
>
> >ssh ibm_left
> >exec(): 0509-036 Cannot load program ssh because of the following >errors:
> > 0509-022 Cannot load module
> >/home/greg/gentoo/usr/lib/libcrypto.a(libcrypto.so.0.9.8).
> > 0509-150 Dependent module libgcc_s.a(shr.o) could not be
> >loaded.
> > 0509-022 Cannot load module libgcc_s.a(shr.o).
Congrats, after your initial troubles your AIX prefix is up-to-date
now ;)
This is why I created sys-devel/gcc-config-1.4.0-r04.4, which is still
in its testing phase (Darwin?), but works here so far for AIX.
Unfortunately, aixdll-query from aix-miscutils (used by this gcc-config)
also requires libgcc_s.a and libstdc++.a.
To fix your currently broken prefix:
1) find the most recent
EPREFIX/usr/lib/gcc/powerpc-ibm-aix5.2.0.0/*/libgcc_s.a
and copy it over to
EPREFIX/lib/
2) find the most recent
EPREFIX/usr/lib/gcc/powerpc-ibm-aix5.2.0.0/*/libstdc++.a
and copy it over to
EPREFIX/usr/powerpc-ibm-aix5.2.0.0/lib/gcc/
To use that gcc-config while it is package.masked, do this once:
$ echo '=sys-devel/gcc-config-1.4.0-r04.4' > /home/greg/gentoo/etc/portage/package.unmask
$ emerge -av1 gcc-config
This should upgrade to gcc-config from [1.4.0-r04.3] to [1.4.0-r04.4],
which should keep your libgcc_s.a in place permanently.
/haubi/
--
Michael Haubenwallner
Gentoo on a different level
--
gentoo-alt@g.o mailing list
|
|