Gentoo Archives: gentoo-alt

From: Greg Trigg <trigggl@×××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] ssh in AIX
Date: Wed, 16 Jul 2008 00:09:03
Message-Id: 487D3C30.9050406@yahoo.com
1 I've run into a snag trying to use ssh in AIX. When I try to ssh to
2 another box I get this.
3
4
5 >ssh ibm_left
6 >exec(): 0509-036 Cannot load program ssh because of the following >errors:
7 > 0509-022 Cannot load module
8 >/home/greg/gentoo/usr/lib/libcrypto.a(libcrypto.so.0.9.8).
9 > 0509-150 Dependent module libgcc_s.a(shr.o) could not be
10 >loaded.
11 > 0509-022 Cannot load module libgcc_s.a(shr.o).
12 > 0509-026 System error: A file or directory in the path name
13 >does not exist.
14
15
16 I seem to remember that ssh requires apr. There was some message about
17 building apache if I get errors, but...
18
19
20 >!!! All ebuilds that could satisfy "www-servers/apache" have been >masked.
21 >!!! One of the following masked packages is required to complete your
22 >request:
23 >- www-servers/apache-2.2.9 (masked by: package.mask, missing keyword)
24 >/home/greg/gentoo/usr/portage/profiles/default-prefix/package.mask:
25 ># Elias Pipping <pipping@g.o> (10 Nov 2007)
26 ># Still a WIP -- not yet ready for use
27 >
28 >- www-servers/apache-2.2.8-r4 (masked by: package.mask, missing >keyword)
29 >- www-servers/apache-2.2.8-r3 (masked by: package.mask, missing >keyword)
30 >- www-servers/apache-2.2.8 (masked by: package.mask, missing keyword)
31
32
33 Also, the message for openssh when it's merged is this.
34
35
36 > * Messages for package net-misc/openssh-4.7_p1-r20:
37 >
38 > * 'enewgroup()' currently disabled in prefixed portage
39 > * 'enewuser()' currently disabled in prefixed portage
40 > * Remember to merge your config files in /etc/ssh/ and then
41 > * restart sshd: '/etc/init.d/sshd restart'.
42
43
44 This also doesn't work and I'm wondering if I should really be using
45 '/'etc or $EPREFIX/etc?
46
47 Has anyone else managed to get ssh working with AIX?
48 --
49
50 Greg Trigg
51 Jacksonville, AR
52
53
54 --
55 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] ssh in AIX Jeremy Olexa <darkside@g.o>
Re: [gentoo-alt] ssh in AIX Michael Haubenwallner <haubi@g.o>