Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Installation problem with OpenSSL..

48 views
Skip to first unread message

Sujatha Mukunthan

unread,
Nov 21, 2001, 4:14:55 AM11/21/01
to

--------------11379227A2B945C39F998436
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Dear OpenSSL team,
I am a user of "OpenSSH" and when I try to self-compile openssh for my
PowerPC, it needs also the OpenSSL libraries. So, due to the above
reasons, I had to also get OpenSSL installed on my powerPC inorder to
get a running version of openSSL.
But during the installation (at "make") of openSSL, I have a problem.
I have just pasted down the output which appeared after the make process
on my PowerPC. Please do suggest me with some solutions.

PS: I had mounted the sources required for the OpenSSL for my PowerPC
from a PC, where already a pre-complied version of openSSH and OpenSSL
were existing.

Your's sincerely,
Suja.

Output:
File in wrong format: failed to merge target specific data of file
../libcrypto.a(rc5_skey.o)
sh: syntax error near unexpected token `../libcrypto.a(r'
root:/openssh-2.9p1 > /usr/powerpc-hardhat-linux/bin/ld: r586-elf.o:
compiled for a little endian system and target is big endian
sh: /usr/powerpc-hardhat-linux/bin/ld:: No such file or directory
root:/openssh-2.9p1 > File in wrong format: failed to merge target
specific data of file ../libcrypto.a(r586-elf.o)


--
Sujatha Mukunthan SW-Technology(PTT)
++41 (0)1 / 922 - 69 42 (Tel) Siemens Building Technology AG
++41 (0)1 / 922 - 69 69 (Fax) CH-8708, Switzerland.
mailto: sujatha....@cerberus.ch


--------------11379227A2B945C39F998436
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Dear OpenSSL team,
<br>&nbsp; I am a user of "OpenSSH" and when I try to self-compile openssh
for my PowerPC, it needs also the OpenSSL libraries. So, due to the above
reasons, I had to also get OpenSSL installed on my powerPC inorder to get
a running version of openSSL.
<br>&nbsp; But during the installation (at "make") of openSSL, I have a
problem. I have just pasted down the output which appeared after the make
process on my PowerPC. Please do suggest me with some solutions.
<p>PS: I had mounted the sources required for the OpenSSL for my PowerPC
from a PC, where already a pre-complied version of openSSH and OpenSSL
were existing.
<p>Your's sincerely,
<br>Suja.
<p><u>Output:</u>
<br>&nbsp;File in wrong format: failed to merge target specific data of
file ../libcrypto.a(rc5_skey.o)
<br>sh: syntax error near unexpected token `../libcrypto.a(r'
<br>root:/openssh-2.9p1 > /usr/powerpc-hardhat-linux/bin/ld: r586-elf.o:
compiled for a little endian system and target is big endian
<br>sh: /usr/powerpc-hardhat-linux/bin/ld:: No such file or directory
<br>root:/openssh-2.9p1 > File in wrong format: failed to merge target
specific data of file ../libcrypto.a(r586-elf.o)
<br>&nbsp;
<p>--
<br>Sujatha Mukunthan&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
SW-Technology(PTT)
<br>++41 (0)1 / 922 - 69 42 (Tel)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Siemens Building Technology AG
<br>++41 (0)1 / 922 - 69 69 (Fax)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
CH-8708, Switzerland.
<br>mailto: sujatha....@cerberus.ch
<br>&nbsp;</html>

--------------11379227A2B945C39F998436--

______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openss...@openssl.org
Automated List Manager majo...@openssl.org

Keary Suska

unread,
Nov 21, 2001, 1:19:32 PM11/21/01
to
If I would offer my best guess, I would say that your openssl libs were
compiled for a CISC architecture (such as Intel), the key words "586" and
"little endian" giving clue. I can't imagine how if you compiled the openssl
libs yourself, but it could happen if you installed an RPM built for CISC.
Another possibility is that the configure script couldn't correctly guess
your architecture (isn't hardhat for embedded systems?), and made a bad
guess, though I am surprised the compile would have succeeded. I would
recommend to recompile openssl with "linux-ppc" as the target, and see if
you get better results.

Keary Suska
Esoteritech, Inc.
"Leveraging Open Source for a better Internet"

Your's sincerely,
Suja.

0 new messages