Gentoo Archives: gentoo-dev

From: Chris Gianelloni <wolf31o2@g.o>
To: Ashutosh Jaiswal <ashutosh@××××××.edu>
Cc: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Problems re-emerging openssh with openssl 0.9.7b
Date: Tue, 26 Aug 2003 20:57:47
Message-Id: 1061931523.23219.44.camel@vertigo
In Reply to: [gentoo-dev] Problems re-emerging openssh with openssl 0.9.7b by Ashutosh Jaiswal
1 On Tue, 2003-08-26 at 16:11, Ashutosh Jaiswal wrote:
2 > Hi everyone,
3 > I posted this on the forums, gentoo-user and IRC but never got any
4 > replies. I'm hoping, I might get some insight through this list. I
5 > upgraded to openssl 0.9.7b today and then tried to re-emerge openssh
6 > 3.6.1p2 which failed compilation. The same openssh package emerges fine
7 > with openssl 0.9.6j. Since the openssh package depends on openssl
8 > libraries, I can't use my existing installation of openssh with the new
9 > (0.9.7b) libraries. Has anyone has had a similar experience? Here's the
10 > last few lines of the output I get when I try to compile openssh (I can
11 > attach full log if needed):
12 >
13 > gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o
14 >
15 > sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -lssh
16 >
17 > -lopenbsd-compat -lutil -lz -lnsl -lcrypto
18 >
19 > ./libssh.a(rsa.o)(.text+0x269): In function
20 > `rsa_generate_additional_parameters':
21 >
22 > : undefined reference to `BN_mod'
23 >
24 > ./libssh.a(rsa.o)(.text+0x29b): In function
25 > `rsa_generate_additional_parameters':
26 >
27 > : undefined reference to `BN_mod'
28 >
29 > collect2: ld returned 1 exit status
30 >
31 > make: *** [ssh] Error 1
32 >
33 > make: *** Waiting for unfinished jobs....
34 >
35 > !!! ERROR: net-misc/openssh-3.6.1_p2 failed.
36 >
37 > !!! Function src_compile, Line 92, Exitcode 2
38 >
39 > !!! compile problem
40 >
41 >
42 > I really need to use openssl 0.9.7b and openssh at the same time. I
43 > would appreciate if anyone had any idea as to why this would be
44 > happening. I am using the gentoo-sources 2.4.20-r5
45
46 Probably the best way to get an answer to this would be to post a bug to
47 bugs.gentoo.org along with a bit longer output from the failed compile.
48 You probably will also want to put the output of "emerge info" in the
49 bug.
50
51 --
52 Chris Gianelloni
53 Developer, Gentoo Linux
54 Games Team
55
56 Is your power animal a penguin?

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Problems re-emerging openssh with openssl 0.9.7b Mike Frysinger <vapier@g.o>