Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSL installation error

Status
Not open for further replies.

arunux

IS-IT--Management
Jul 26, 2002
10
0
0
CA
Hi ,
After configure while make i am getting the following error message.

c -I.. -I../../include -DTHREADS -O -c md_rand.c
"/usr/include/iso/stdlib_iso.h", line 116: syntax error before or at: unsigned
"/usr/include/iso/stdlib_iso.h", line 116: syntax error before or at: )
"/usr/include/iso/stdlib_iso.h", line 116: warning: old-style declaration; add "int"
"/usr/include/iso/stdlib_iso.h", line 116: warning: identifier redeclared: strtol
"/usr/include/iso/stdlib_iso.h", line 116: syntax error before or at: char
"/usr/include/iso/stdlib_iso.h", line 116: syntax error before or at: )
"/usr/include/iso/stdlib_iso.h", line 116: warning: syntax error: empty declaration
cc: acomp failed for md_rand.c
*** Error code 1
make: Fatal error: Command failed for target `md_rand.o'
Current working directory /usr/local/openssl-0.9.6/crypto/rand
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /usr/local/openssl-0.9.6/crypto
*** Error code 1
make: Fatal error: Command failed for target `all'

Please give me some info

Arun Arun
Sun Solarix admin
India
 
What are you using for a compiler and make? Also do you have your env variables and paths set...mainly your LD_LIBRARY ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top