RE: openssl-0.9.6b on solaris-sparcv9-cc

2001-11-12 Thread lgazis

Alternatively, if you *do* have a Solaris C compiler installed, you need to
check and make sure it comes first in your path.  /opt/SUNWspro/bin (or
whatever directory you installed the C compiler in, if you didn't place it
in the default location) should come before /usr/ucb in your path.  As long
as you pick up /usr/ucb/cc first, OpenSSL won't build.  If you don't have
the SUNWspro compiler, follow Erich's advice and use gcc.

Lynn Gazis

-Original Message-
From: Erich Titl [mailto:[EMAIL PROTECTED]]
Sent: Sunday, November 11, 2001 6:11 AM
To: [EMAIL PROTECTED]
Subject: Re: openssl-0.9.6b on solaris-sparcv9-cc


Hi

Aslam wrote the following at 19:48 09.11.2001:
>I'm trying to compile openssl-0.9.6b on solaris-sparcv9-cc.. and when I do 
>"make" as per the install in openssl-0.9.6b\.. I get following error
message..
>
>$ make
>+ rm -f libcrypto.so.0
>+ rm -f libcrypto.so
>+ rm -f libcrypto.so.0.9.6
>+ rm -f libssl.so.0
>+ rm -f libssl.so
>+ rm -f libssl.so.0.9.6
>making all in crypto...
>cc -I. -I../include -KPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN 
>-DHAVE_DLFCN_H -xta
>rget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN 
>-DBN_DIV2W -DUL
>TRASPARC -DMD5_ASM  -c  cryptlib.c
>/usr/ucb/cc:  language optional software package not installed
>*** Error code 1
>make: Fatal error: Command failed for target `cryptlib.o'
>Current working directory /etc/export/home/openssl/openssl-0.9.6b/crypto
>*** Error code 1
>make: Fatal error: Command failed for target `sub_all'
>
>Could any one tell me what all he is asking about ??

Looks like you are missing some software on your solaris installation, e.g. 
the compiler
You might try to use gcc

regards

Erich Titl

THINK
Püntenstrasse 39
8143 Stallikon
mailto:[EMAIL PROTECTED]
PGP Fingerprint: BC9A 25BC 3954 3BC8 C024  8D8A B7D4 FF9D 05B8 0A16

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: openssl-0.9.6b on solaris-sparcv9-cc

2001-11-11 Thread Erich Titl

Hi

Aslam wrote the following at 19:48 09.11.2001:
>I'm trying to compile openssl-0.9.6b on solaris-sparcv9-cc.. and when I do 
>"make" as per the install in openssl-0.9.6b\.. I get following error message..
>
>$ make
>+ rm -f libcrypto.so.0
>+ rm -f libcrypto.so
>+ rm -f libcrypto.so.0.9.6
>+ rm -f libssl.so.0
>+ rm -f libssl.so
>+ rm -f libssl.so.0.9.6
>making all in crypto...
>cc -I. -I../include -KPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN 
>-DHAVE_DLFCN_H -xta
>rget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN 
>-DBN_DIV2W -DUL
>TRASPARC -DMD5_ASM  -c  cryptlib.c
>/usr/ucb/cc:  language optional software package not installed
>*** Error code 1
>make: Fatal error: Command failed for target `cryptlib.o'
>Current working directory /etc/export/home/openssl/openssl-0.9.6b/crypto
>*** Error code 1
>make: Fatal error: Command failed for target `sub_all'
>
>Could any one tell me what all he is asking about ??

Looks like you are missing some software on your solaris installation, e.g. 
the compiler
You might try to use gcc

regards

Erich Titl

THINK
Püntenstrasse 39
8143 Stallikon
mailto:[EMAIL PROTECTED]
PGP Fingerprint: BC9A 25BC 3954 3BC8 C024  8D8A B7D4 FF9D 05B8 0A16

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]