openssl install issues...


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users openssl install issues...
# 1  
Old 08-02-2007
openssl install issues...

Dear All...

I'm trying to install openssl (openssl-0.9.7m) on a Solaris box running 5.9...

I'm using the following command...

./Configure --openssldir=/data/ssl solaris-sparcv9-gcc

However when I do make I get the following...

root@adc8-winn:/usr/local/openssl-0.9.7m 0 # make
making all in crypto...
( echo "#ifndef MK1MF_BUILD"; \
echo ' /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \
echo ' #define CFLAGS "gcc -DOPENSSL_SYSNAME_ULTRASPARC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -m32 -march=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM"'; \
echo ' #define PLATFORM "solaris-sparcv9-gcc"'; \
echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \
echo '#endif' ) >buildinf.h
gcc -I. -I.. -I../include -DOPENSSL_SYSNAME_ULTRASPARC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -m32 -march=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -c cryptlib.c
cc1: error: invalid option `arch=ultrasparc'
*** Error code 1
make: Fatal error: Command failed for target `cryptlib.o'
Current working directory /opt/local/openssl-0.9.7m/crypto
*** Error code 1
make: Fatal error: Command failed for target `sub_all'
root@adc8-winn:/usr/local/openssl-0.9.7m 1 #

.....


root@adc8-winn:/usr/local/openssl-0.9.7m 1 # gcc -v
Reading specs from /opt/local/bin/../lib/gcc/sparc-sun-solaris2.9/3.4.6/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --enable-shared --enable-languages=c,c++,f77
Thread model: posix
gcc version 3.4.6

.....


root@adc8-winn:/usr/local/openssl-0.9.7m 0 # echo $PATH
/usr/bin:/usr/sbin:/usr/ucb:/usr/ccs/bin:/usr/platform/sun4u/sbin:/opt/SUNWexplo/bin:/usr/local/bin:/usr/local/sbin:/opt/local/bin:/opt/local/sbin:/data/ITOTools/bin:/data/ITOTools/sbin:/login_area/virgadm/bin
root@adc8-winn:/usr/local/openssl-0.9.7m 0 #



Any pointers will be greatly appericated.

Thanks,
# 2  
Old 08-02-2007
Quote:
Originally Posted by Zak
cc1: error: invalid option `arch=ultrasparc'
That looks like your problem.

What GCC are you using?

Have you tried Sun's Studio-11?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Cybersecurity

OpenSSL

I just started playing around with Unix's OpenSSL utility. I can't seem to get the hang of it, and the man page isn't helping much. I wanted to experiment with file encryption, so I created a dummy text file with one line of text and tried to encrypt it using DES. I used the following command: ... (2 Replies)
Discussion started by: Ultrix
2 Replies

2. Ubuntu

Ubuntu Install on Sun Fire X4100 network issues

Hi I have two Sun Fire X4100 machines with Ubuntu 12.04 installed on them. I am able to configure the Net Mgt port with an IP address and access the ILOM from the browser. I can also boot the Ubuntu installed and redirect the output. The issue i have is that when i configure the network... (0 Replies)
Discussion started by: kaf3773
0 Replies

3. Solaris

Install MUTT, SLANG and OPENSSL

Can any one please help in installing mutt, slang and openssl in solaris 10 platform? Thanks for your responses. (0 Replies)
Discussion started by: learner46
0 Replies

4. Solaris

pkgask OpenSSL issues

I am trying to script a non interactive installation of OpenSSL 1.0.0e on Solaris 10 SPARC which I downloaded from Sun Freeware for Solaris 10 (I am not allowed to post URLS). When I try to create a pkgask response file, I keep getting the following error When I get the error, I perform the... (0 Replies)
Discussion started by: dafinga
0 Replies

5. Solaris

Openssl 0.9.8r

Hi Peeps, Having trouble compiling openssl 0.9.8r on Solaris 10 x86. The make test fails when running the shatests (segmentation faults). There is a PROBLEM file that references a file called values.c. Anyone know whereabouts in the source tree you put this file as the file doesn't tell you... (2 Replies)
Discussion started by: callmebob
2 Replies

6. UNIX for Dummies Questions & Answers

Roundcube Install Issues

Hello, My manager wanted me to install iRedMail but that was too difficult since I could not find the appropriate documentation. Since I wanted to use Roundcube I went to their website and found the following: Howto_Install ? RoundCube Webmail I get stuck at the point where it says: ... (2 Replies)
Discussion started by: mojoman
2 Replies

7. Linux

install macbook pro fedora10 ???((<<if can install, how to install? >> ))

If may install can Tells everybody ??? (0 Replies)
Discussion started by: kzBSD
0 Replies

8. Red Hat

trying to install openssl-devel

Hi there, I am using redhat 7.3 and I am trying to install openssl-devel-0.9.6b-18.i386.rpm but I get the following error message when I try to install: error: failed dependencies: openssl = 0.9.6b-18 is needed by openssl-devel-0.9.6b-18 The thing that confuses me most is that when I... (0 Replies)
Discussion started by: redhat_newb101
0 Replies

9. UNIX for Advanced & Expert Users

openssl help

I ungraded my openssl on sun solaris 8 from openssl 0.9.6c to openssl 0.9.6g the ungrade went fine but when I tried to ssh in to server, I received the following error message "ld.so.1: ./sshd: fatal: relocation error: file /usr/local/ssl/lib/libcrypto.so.0.9.6: symbol main: referenced symbol... (2 Replies)
Discussion started by: hassan2
2 Replies
Login or Register to Ask a Question