Gentoo Archives: gentoo-alt

From: Jeremy Olexa <darkside@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] ssh in AIX
Date: Wed, 16 Jul 2008 01:16:46
Message-Id: 487D4B73.7090602@gentoo.org
In Reply to: [gentoo-alt] ssh in AIX by Greg Trigg
1 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
8 > >errors:
9 > > 0509-022 Cannot load module
10 > >/home/greg/gentoo/usr/lib/libcrypto.a(libcrypto.so.0.9.8).
11 > > 0509-150 Dependent module libgcc_s.a(shr.o) could not be
12 > >loaded.
13 > > 0509-022 Cannot load module libgcc_s.a(shr.o).
14 > > 0509-026 System error: A file or directory in the path name
15 > >does not exist.
16
17 I saw that with perl which indicates an inproper merge. "Cannot load
18 module" & "libcrypto" implies that you should try remerging python or
19 pycrypto?
20
21 > I seem to remember that ssh requires apr. There was some message about
22 > building apache if I get errors, but...
23 >
24 >
25 > >!!! All ebuilds that could satisfy "www-servers/apache" have been
26 > >masked.
27 > >!!! One of the following masked packages is required to complete your
28 > >request:
29 > >- www-servers/apache-2.2.9 (masked by: package.mask, missing keyword)
30 > >/home/greg/gentoo/usr/portage/profiles/default-prefix/package.mask:
31 > ># Elias Pipping <pipping@g.o> (10 Nov 2007)
32 > ># Still a WIP -- not yet ready for use
33 > >
34 > >- www-servers/apache-2.2.8-r4 (masked by: package.mask, missing >keyword)
35 > >- www-servers/apache-2.2.8-r3 (masked by: package.mask, missing >keyword)
36 > >- www-servers/apache-2.2.8 (masked by: package.mask, missing keyword)
37
38 Not relavant, you don't need apache.
39
40 > Also, the message for openssh when it's merged is this.
41 >
42 >
43 > > * Messages for package net-misc/openssh-4.7_p1-r20:
44 > >
45 > > * 'enewgroup()' currently disabled in prefixed portage
46 > > * 'enewuser()' currently disabled in prefixed portage
47 > > * Remember to merge your config files in /etc/ssh/ and then
48 > > * restart sshd: '/etc/init.d/sshd restart'.
49
50 Creating new users/groups implies that you need root privs which is
51 against the whole point of Gentoo Prefix. So, that functionality is
52 disabled on purpose.
53
54 > This also doesn't work and I'm wondering if I should really be using
55 > '/'etc or $EPREFIX/etc?
56
57 $EPREFIX of course. We don't have the man power to fix every single
58 reference to EPREFIX unless it is critical to emerge.
59
60 > Has anyone else managed to get ssh working with AIX?
61
62 Yes. Well, at least it merged for me. I have a working AIX 5.3 prefix now.
63
64 HTH,
65 Jeremy
66
67 --
68 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] ssh in AIX Fabian Groffen <grobian@g.o>