Gentoo Archives: gentoo-dev

From: Ashutosh Jaiswal <ashutosh@××××××.edu>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Problems re-emerging openssh with openssl 0.9.7b
Date: Tue, 26 Aug 2003 20:11:56
Message-Id: 3F4BBF02.4060003@cs.umn.edu
1 Hi everyone,
2 I posted this on the forums, gentoo-user and IRC but never got any
3 replies. I'm hoping, I might get some insight through this list. I
4 upgraded to openssl 0.9.7b today and then tried to re-emerge openssh
5 3.6.1p2 which failed compilation. The same openssh package emerges fine
6 with openssl 0.9.6j. Since the openssh package depends on openssl
7 libraries, I can't use my existing installation of openssh with the new
8 (0.9.7b) libraries. Has anyone has had a similar experience? Here's the
9 last few lines of the output I get when I try to compile openssh (I can
10 attach full log if needed):
11
12 gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o
13
14 sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -lssh
15
16 -lopenbsd-compat -lutil -lz -lnsl -lcrypto
17
18 ./libssh.a(rsa.o)(.text+0x269): In function
19 `rsa_generate_additional_parameters':
20
21 : undefined reference to `BN_mod'
22
23 ./libssh.a(rsa.o)(.text+0x29b): In function
24 `rsa_generate_additional_parameters':
25
26 : undefined reference to `BN_mod'
27
28 collect2: ld returned 1 exit status
29
30 make: *** [ssh] Error 1
31
32 make: *** Waiting for unfinished jobs....
33
34 !!! ERROR: net-misc/openssh-3.6.1_p2 failed.
35
36 !!! Function src_compile, Line 92, Exitcode 2
37
38 !!! compile problem
39
40
41 I really need to use openssl 0.9.7b and openssh at the same time. I
42 would appreciate if anyone had any idea as to why this would be
43 happening. I am using the gentoo-sources 2.4.20-r5
44
45 thanks,
46 Ashu
47
48 --
49 http://www.jaiashu.com/
50 -------------------------------------
51 "I would like to change the world,
52 but they wont tell me the source code"
53
54
55
56
57
58 --
59 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Problems re-emerging openssh with openssl 0.9.7b Chris Gianelloni <wolf31o2@g.o>