problem with make command

2002-06-27 Thread ANKIT K SHAH

Hey Friend,
I am getting this error when i use make command after ./config command.
Please let me know if anybody knows what the problem is:

$ make

+ rm -f libcrypto

+ rm -f libssl

making all in crypto...

  gcc -I. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -DAIX -DB_ENDIAN
-c
cryptlib.c

In file included from /usr/include/sys/m_types.h:40,

 from
/usr/contrib/gnu/lib/gcc-lib/powerpc-ibm-aix4.3.0.0/2.8.1/include/sys/types.


h:346,

 from
/usr/contrib/gnu/lib/gcc-lib/powerpc-ibm-aix4.3.0.0/2.8.1/include/stdio.h:36\
6,

 from cryptlib.c:59:

/usr/include/sys/vm_types.h:74: parse error before `rpn64_t'

/usr/include/sys/vm_types.h:74: warning: data definition has no type or
storage class

make: 1254-004 The error code from the last command is 1.



Stop.

make: 1254-004 The error code from the last command is 1.



Stop.

Ankit Shah,


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



Problem with Make

2002-02-13 Thread Roy, Rakesh (CAP, FLEET)

Hi 

I am trying to install openssl-0.9.6b on Sun Solaris 8.

After successfully running the config, I am getting error when I run make

I am attaching the output of make and make report.

Waiting eagerly for your response

Thanking in advance

Regards
Rakesh




makereport.out
Description: Binary data


make.out
Description: Binary data


Re: problem with make

2000-05-21 Thread Richard Levitte - VMS Whacker

From: "ZServ" <[EMAIL PROTECTED]>

zserv> I am trying to install openssl, and I can't figure out why make keeps failing.  
The output is below.  I am really desparate, any help is appreciated.  My email 
address is [EMAIL PROTECTED]

This is hardly an OpenSSL question, really, but...

zserv> gcc -I. -I../include -DTHREADS -D_REENTRANT -DL_ENDIAN -DTERMIO -O3 -fomit-frame
zserv> -pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM   -c cryptlib.c -o cryptl
zserv> ib.o
zserv> In file included from /usr/include/errno.h:36,
zserv>  from ../include/openssl/err.h:82,
zserv>  from cryptlib.h:74,
zserv>  from cryptlib.c:61:
zserv> /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory

Looks like your Linux installation isn't quite right.  I don't quite
recall if the header files in /usr/include/linux are kernel headers or
not, but there's definitely something that's missing and that you need
to install.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
Redakteur@Stacken   \  SWEDEN   \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/

Unsolicited commercial email is subject to an archival fee of $400.
See  for more info.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



problem with make

2000-05-20 Thread ZServ



I am trying to install openssl, and I can't figure 
out why make keeps failing.  The output is below.  I am really 
desparate, any help is appreciated.  My email address is [EMAIL PROTECTED]
 
Thank you!!
 
[root@localhost openssl-0.9.5a]# makemaking all 
in crypto...make[1]: Entering directory 
`/usr/src/openssl-0.9.5a/crypto'gcc -I. -I../include -DTHREADS -D_REENTRANT 
-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM 
-DMD5_ASM -DRMD160_ASM   -c cryptlib.c -o cryptlib.oIn file 
included from 
/usr/include/errno.h:36, 
from 
../include/openssl/err.h:82, 
from 
cryptlib.h:74, 
from cryptlib.c:61:/usr/include/bits/errno.h:25: linux/errno.h: No such file 
or directorymake[1]: *** [cryptlib.o] Error 1make[1]: Leaving directory 
`/usr/src/openssl-0.9.5a/crypto'make: *** [all] Error 1[root@localhost 
openssl-0.9.5a]#  



Problem with 'make'

2000-04-14 Thread Michael Braniff

Hi,
  I'm having a problem building OpenSSL(0.9.4) on
HP-UX V11.
Perl 5 and HP-UX aC++ are installed on the system. 
There is also a standard 'C' compiler which is invoked

by cc. The problem arises when I call make, and I have

enclosed the output of both the test ./config and the
make below. 
  Any help you can give me to resolve this problem
will
be much appreciated.

thanks,
Michael Braniff 
(Allied Irish Bank PLC) 

$ ./config -t
Operating system: 9000/800-hp-hpux11
Configuring for hpux11
/opt/perl5/bin/perl5.00503 ./Configure hpux11
$


$ make
making all in crypto...
( echo "#ifndef MK1MF_BUILD"; \
echo "  /* auto-generated by
crypto/Makefile.ssl for crypto/cversion.c *
/"; \
echo "  #define CFLAGS \"cc -O\""; \
echo "  #define PLATFORM \"dist\""; \
echo "  #define DATE \"`date`\""; \
echo "#endif" ) >buildinf.h
sh: buildinf.h: Cannot create the specified file.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
$ 

__
Do You Yahoo!?
Send online invitations with Yahoo! Invites.
http://invites.yahoo.com
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: Problem with "make" on Solaris 5.6 openssl version 0.9.4

1999-11-16 Thread Guido Van De Velde

Sue Beggs wrote:
> 
> I am trying to build openssl-0.9.4 on Solaris 5.6 and getting the following
> errors from make after running ./config no-threads:
> 
> making all in crypto...
> ( echo "#ifndef MK1MF_BUILD"; \
> echo "  /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */";
> \
> echo "  #define CFLAGS
> \"cc -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xd
> e
> pend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM\""; \
> echo "  #define PLATFORM \"solaris-sparcv9-cc\""; \
> echo "  #define DATE \"`date`\""; \
> echo "#endif" ) >buildinf.h
> cc -I. -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
>  -xstrconst -xdepend -Xa
>  -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  cryptlib.c
> cc: Warning illegal option -xtarget=ultra
> cc: Warning illegal option -xO5
> cc: Warning illegal option -xdepend
> cc -I. -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
>  -xstrconst -xdepend -Xa
>  -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  mem.c
> cc: Warning illegal option -xtarget=ultra
> cc: Warning illegal option -xO5
> cc: Warning illegal option -xdepend
> cc -I. -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
>  -xstrconst -xdepend -Xa
>  -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  cversion.c
> cc: Warning illegal option -xtarget=ultra
> cc: Warning illegal option -xO5
> cc: Warning illegal option -xdepend
> cc -I. -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
>  -xstrconst -xdepend -Xa
>  -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  ex_data.c
> cc: Warning illegal option -xtarget=ultra
> cc: Warning illegal option -xO5
> cc: Warning illegal option -xdepend
> cc -I. -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
>  -xstrconst -xdepend -Xa
>  -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  tmdiff.c
> cc: Warning illegal option -xtarget=ultra
> cc: Warning illegal option -xO5
> cc: Warning illegal option -xdepend
> cc -I. -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
>  -xstrconst -xdepend -Xa
>  -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  cpt_err.c
> cc: Warning illegal option -xtarget=ultra
> cc: Warning illegal option -xO5
> cc: Warning illegal option -xdepend
> ar r ../libcrypto.a cryptlib.o mem.o cversion.o ex_data.o tmdiff.o cpt_err.o
> ar: creating ../libcrypto.a
> /usr/ccs/bin/ranlib ../libcrypto.a
> making all in crypto/md2...
> cc -I.. -I../../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus
> -xO5 -xstrconst -xdepend
>  -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  md2_dgst.c
> cc: Warning illegal option -xtarget=ultra
> cc: Warning illegal option -xO5
> cc: Warning illegal option -xdepend
> cc -I.. -I../../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus
> -xO5 -xstrconst -xdepend
>  -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  md2_one.c
> cc: Warning illegal option -xtarget=ultra
> cc: Warning illegal option -xO5
> cc: Warning illegal option -xdepend
> ar r ../../libcrypto.a md2_dgst.o md2_one.o
> /usr/ccs/bin/ranlib ../../libcrypto.a
> making all in crypto/md5...
> cc -I.. -I../../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus
> -xO5 -xstrconst -xdepend
>  -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  md5_dgst.c
> cc: Warning illegal option -xtarget=ultra
> cc: Warning illegal option -xO5
> cc: Warning illegal option -xdepend
> cc -I.. -I../../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus
> -xO5 -xstrconst -xdepend
>  -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  md5_one.c
> cc: Warning illegal option -xtarget=ultra
> cc: Warning illegal option -xO5
> cc: Warning illegal option -xdepend
> cc -I.. -I../../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus
> -xO5 -xstrconst -xdepend
>  -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -DMD5_BLOCK_DATA_ORDER -c
> \
> -o asm/md5-sparcv8plus.o asm/md5-sparcv9.S
> cc: Warning illegal option -xtarget=ultra
> cc: Warning illegal option -xO5
> cc: Warning illegal option -xdepend
> ar r ../../libcrypto.a md5_dgst.o md5_one.o asm/md5-sparcv8plus.o
> ar: cannot open asm/md5-sparcv8plus.o
> No such file or directory
> ar: asm/md5-sparcv8plus.o not found
> *** Error code 1
> make: Fatal error: Command failed for target `lib'
> Current working directory /dsd/SUS/beggs/GTFMDEV/openssl-0.9.4/crypto/md5
> *** Error code 1
> make: Fatal error: Command failed for target `subdirs'
> Current working directory /dsd/SUS/beggs/GTFMDEV/openssl-0.9.4/crypto
> *** Error code 1
> make: Fatal error: Command failed for target `all'
> 
> The output of config -t is:
> 
> Operating system: sun4u-sun-solaris2
> Configuring for solaris-sparcv9-cc
> /usr/local/bin/perl ./Configure solaris-sparcv9-cc
> 
> Do you know what might be wrong? I have tried the /usr/ucb/cc compiler and
> aliased cc to the SUNWspro/bin/cc compiler but get this error both times.
> 
> Thanks
> 
> Sue
> 
> ___

Problem with "make" on Solaris 5.6 openssl version 0.9.4

1999-11-16 Thread Sue Beggs

I am trying to build openssl-0.9.4 on Solaris 5.6 and getting the following
errors from make after running ./config no-threads:

making all in crypto...
( echo "#ifndef MK1MF_BUILD"; \
echo "  /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */";
\
echo "  #define CFLAGS
\"cc -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xd
e
pend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM\""; \
echo "  #define PLATFORM \"solaris-sparcv9-cc\""; \
echo "  #define DATE \"`date`\""; \
echo "#endif" ) >buildinf.h
cc -I. -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
 -xstrconst -xdepend -Xa
 -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  cryptlib.c
cc: Warning illegal option -xtarget=ultra
cc: Warning illegal option -xO5
cc: Warning illegal option -xdepend
cc -I. -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
 -xstrconst -xdepend -Xa
 -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  mem.c
cc: Warning illegal option -xtarget=ultra
cc: Warning illegal option -xO5
cc: Warning illegal option -xdepend
cc -I. -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
 -xstrconst -xdepend -Xa
 -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  cversion.c
cc: Warning illegal option -xtarget=ultra
cc: Warning illegal option -xO5
cc: Warning illegal option -xdepend
cc -I. -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
 -xstrconst -xdepend -Xa
 -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  ex_data.c
cc: Warning illegal option -xtarget=ultra
cc: Warning illegal option -xO5
cc: Warning illegal option -xdepend
cc -I. -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
 -xstrconst -xdepend -Xa
 -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  tmdiff.c
cc: Warning illegal option -xtarget=ultra
cc: Warning illegal option -xO5
cc: Warning illegal option -xdepend
cc -I. -I../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus -xO5
 -xstrconst -xdepend -Xa
 -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  cpt_err.c
cc: Warning illegal option -xtarget=ultra
cc: Warning illegal option -xO5
cc: Warning illegal option -xdepend
ar r ../libcrypto.a cryptlib.o mem.o cversion.o ex_data.o tmdiff.o cpt_err.o
ar: creating ../libcrypto.a
/usr/ccs/bin/ranlib ../libcrypto.a
making all in crypto/md2...
cc -I.. -I../../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus 
-xO5 -xstrconst -xdepend
 -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  md2_dgst.c
cc: Warning illegal option -xtarget=ultra
cc: Warning illegal option -xO5
cc: Warning illegal option -xdepend
cc -I.. -I../../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus 
-xO5 -xstrconst -xdepend
 -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  md2_one.c
cc: Warning illegal option -xtarget=ultra
cc: Warning illegal option -xO5
cc: Warning illegal option -xdepend
ar r ../../libcrypto.a md2_dgst.o md2_one.o
/usr/ccs/bin/ranlib ../../libcrypto.a
making all in crypto/md5...
cc -I.. -I../../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus 
-xO5 -xstrconst -xdepend
 -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  md5_dgst.c
cc: Warning illegal option -xtarget=ultra
cc: Warning illegal option -xO5
cc: Warning illegal option -xdepend
cc -I.. -I../../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus 
-xO5 -xstrconst -xdepend
 -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  md5_one.c
cc: Warning illegal option -xtarget=ultra
cc: Warning illegal option -xO5
cc: Warning illegal option -xdepend
cc -I.. -I../../include -DTHREADS -D_REENTRANT -xtarget=ultra -xarch=v8plus 
-xO5 -xstrconst -xdepend
 -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM -DMD5_BLOCK_DATA_ORDER -c
\
-o asm/md5-sparcv8plus.o asm/md5-sparcv9.S
cc: Warning illegal option -xtarget=ultra
cc: Warning illegal option -xO5
cc: Warning illegal option -xdepend
ar r ../../libcrypto.a md5_dgst.o md5_one.o asm/md5-sparcv8plus.o
ar: cannot open asm/md5-sparcv8plus.o
No such file or directory
ar: asm/md5-sparcv8plus.o not found
*** Error code 1
make: Fatal error: Command failed for target `lib'
Current working directory /dsd/SUS/beggs/GTFMDEV/openssl-0.9.4/crypto/md5
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /dsd/SUS/beggs/GTFMDEV/openssl-0.9.4/crypto
*** Error code 1
make: Fatal error: Command failed for target `all'

The output of config -t is:

Operating system: sun4u-sun-solaris2
Configuring for solaris-sparcv9-cc
/usr/local/bin/perl ./Configure solaris-sparcv9-cc

Do you know what might be wrong? I have tried the /usr/ucb/cc compiler and
aliased cc to the SUNWspro/bin/cc compiler but get this error both times.

Thanks

Sue

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

Re: problem with make install step

1999-09-02 Thread Bodo Moeller

Mark Carey-Smith <[EMAIL PROTECTED]>:

> I'm currently trying to build an openssl 0.9.4 distribution which fails on
> the make install step after the previous steps all work correctly.

> ./configure --prefix=/citec/openssl-0.9.4
> ./make
> ./make test
> ./make install

> make install output:
[...]
> *** Error code 17
> Cannot create directory /citec/openssl-0.9.4/ssl/lib: File exists
> make: Fatal error: Command failed for target `install'

You're trying to install to the source directory, right?  Don't do
that.  If you want the installation in /citec/openssl-0.9.4/, extract
the source in some other directory.  (And if you don't want to install
to a "standard" location, you might prefer not to install the library
at all.  Various programs use the .h and .a files directly from the
source directory.)
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: problem with make install step

1999-09-02 Thread Andy Polyakov

Hi!
> I'm currently trying to build an openssl 0.9.4 distribution which fails on
> the make install step after the previous steps all work correctly.
> I run:
> ./configure --prefix=/citec/openssl-0.9.4
> *** Error code 17
> Cannot create directory /citec/openssl-0.9.4/ssl/lib: File exists
> make: Fatal error: Command failed for target `install'

You may *not* use source code tree as argument to prefix. If you
absolutely insist on having source code next to the binaries, then I'd
recommend to 'cd /citec/openssl-0.9.4; mkdir .src; mv * .src; mv .src
src; cd src; make install' 

Cheers. Andy.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



problem with make install step

1999-09-01 Thread Mark Carey-Smith

Hi,

I'm currently trying to build an openssl 0.9.4 distribution which fails on
the make install step after the previous steps all work correctly.
I run:
./configure --prefix=/citec/openssl-0.9.4
./make
./make test
./make install

Output of the make install step and the resulting error message should be
attached to this, basically it fails on the mkdir lib step, failing
because the directory already exists. I've tried removing the lib
directory, which is incidentally of a size of 0 bytes, make clean then
starting again twice, same result.

Also attached is the output of the openssl version -a command, for what
it's worth. If there are other more usefull diagnostic output you would
like please let me know.

I hope I'm not wasting your time with this, I appreciate the fine work you
are engaged in for the benefit of the open source community.

Thanks in advance,

Mark

openssl version -a output:
OpenSSL 0.9.4 09 Aug 1999
built on: Wed Sep  1 12:25:53 EST 1999
platform: solaris-sparcv8-gcc
options:  bn(64,32) md2(int) rc4(ptr,char) des(idx,cisc,16,long) idea(int) 
blowfish(ptr) 
compiler: gcc -DTHREADS -D_REENTRANT -mv8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN 
-DBN_DIV2W


make install output:
making all in crypto...
making all in crypto/md2...
making all in crypto/md5...
making all in crypto/sha...
making all in crypto/mdc2...
making all in crypto/hmac...
making all in crypto/ripemd...
making all in crypto/des...
making all in crypto/rc2...
making all in crypto/rc4...
making all in crypto/rc5...
making all in crypto/idea...
making all in crypto/bf...
making all in crypto/cast...
making all in crypto/bn...
making all in crypto/rsa...
making all in crypto/dsa...
making all in crypto/dh...
making all in crypto/buffer...
making all in crypto/bio...
making all in crypto/stack...
making all in crypto/lhash...
making all in crypto/rand...
making all in crypto/err...
making all in crypto/objects...
making all in crypto/evp...
making all in crypto/asn1...
making all in crypto/pem...
making all in crypto/x509...
making all in crypto/x509v3...
making all in crypto/conf...
making all in crypto/txt_db...
making all in crypto/pkcs7...
making all in crypto/pkcs12...
making all in crypto/comp...
making all in ssl...
making all in rsaref...
making all in apps...
making all in test...
making all in tools...
*** Error code 17
Cannot create directory /citec/openssl-0.9.4/ssl/lib: File exists
make: Fatal error: Command failed for target `install'

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



Re: Big problem with make(compile openssl-0.9.3a)

1999-06-10 Thread James Carver

You wrote:

> From: Super-User <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Date: Wed, 09 Jun 1999 12:59:39 -0100
> Subject: Big problem with make(compile openssl-0.9.3a)
> 
> 
> HEllo I am in Paris
> > 
> > when I tape "./config -t" I see:
> > 
> > gcc version 2.8.x
> > Configuring for solaris-usparc-gcc
> > /usr/local/bin/perl  ./Configure solaris-usparc-gcc
> > 
> > When I tape make after taping ./Configure solaris-usparc-gcc I see :
> > 
> > stdio.h :  No such file or directory
> > string.h:  No such file or directory
> > stdlib.h:  No such file or directory
> > cryptlib.h:No such file or directory
> > 
> > Please r eply to my problem I am afraid !!
> > 
> > Thanks to you
> 
> 

those h files are part of the standard c include files, make sure
that you have all the includes and files in the right place.

(on linux it is part of the kernel delelopment package )

James Carver
[EMAIL PROTECTED]

> 
> openssl version :0.9.3a
> __
> OpenSSL Project http://www.openssl.org
> Development Mailing List   [EMAIL PROTECTED]
> Automated List Manager   [EMAIL PROTECTED]
> 
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: Big problem with make

1999-06-10 Thread Andy Polyakov

> From: Erwann ABALEA <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
  ^^^ i.e. [EMAIL PROTECTED] probably still has no clue
whatsoever as long as [s]he's not a member of openssl-dev (well, I don't
know if [s]he is, but I bet [s]he isn't as I myself would never sign up
for a list as root and secondly because the question was originally
submitted to openssl-bugs). I still think that Reply-To: should be
complimented with originator's e-mail address whenever [s]he doesn't
appear to be a member of the list. I did following to my
majordomo/resend:

if (defined($opt_r)) {
print OUT "Reply-To: ", &config'substitute_values($opt_r);
# add non-member to Reply-To: header!
if (open(LISTFD,"<$listdir/$opt_l") != 0) {
@output = grep (&addr_match($from,$_), );
close (LISTFD);
print OUT ", ", &ParseAddrs($from) if ( $#output == -1 );
}
print OUT "\n";
}

in order to make my wish true back in 1994:-) Extremely useful! Andy.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: Big problem with make

1999-06-10 Thread Erwann ABALEA

Well First, check your email client software, it seems to send your
messages 3 times 1 is enough ;-)

On Wed, 9 Jun 1999, Super-User wrote:

> when I tape "./config -t" I see:
> 
>   gcc version 2.8.x
>   Configuring for solaris-usparc-gcc
>   /usr/local/bin/perl  ./Configure solaris-usparc-gcc
> 
> When I tape make after taping ./Configure solaris-usparc-gcc I see :
> 
>   stdio.h :  No such file or directory 
>   string.h:  No such file or directory
>   stdlib.h:  No such file or directory
>   cryptlib.h:No such file or directory
> 
>   Please r eply to my problem I am afraid !!

Your development environment is not fully installed, or not installed in
the standard directories Try to figure where are the stdio.h,
string.h, and stdlib.h files, and then you'll be able to add a -Idirectory
right into the good place...

-- 
Erwann ABALEA
System and Development Engineer - Certplus SA
[EMAIL PROTECTED]
- RSA PGP Key ID: 0x2D0EABD5 -

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



Big problem with make(compile openssl-0.9.3a)

1999-06-09 Thread Super-User

HEllo I am in Paris
> 
> when I tape "./config -t" I see:
> 
> gcc version 2.8.x
> Configuring for solaris-usparc-gcc
> /usr/local/bin/perl  ./Configure solaris-usparc-gcc
> 
> When I tape make after taping ./Configure solaris-usparc-gcc I see :
> 
> stdio.h :  No such file or directory
> string.h:  No such file or directory
> stdlib.h:  No such file or directory
> cryptlib.h:No such file or directory
> 
> Please r eply to my problem I am afraid !!
> 
> Thanks to you



openssl version :0.9.3a
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Big problem with make

1999-06-09 Thread Super-User

when I tape "./config -t" I see:

gcc version 2.8.x
Configuring for solaris-usparc-gcc
/usr/local/bin/perl  ./Configure solaris-usparc-gcc


When I tape make after taping ./Configure solaris-usparc-gcc I see :

stdio.h :  No such file or directory 
string.h:  No such file or directory
stdlib.h:  No such file or directory
cryptlib.h:No such file or directory

Please r eply to my problem I am afraid !!

Thanks to you
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Big problem with make

1999-06-09 Thread Super-User

> 
> when I tape "./config -t" I see:
> 
> gcc version 2.8.x
> Configuring for solaris-usparc-gcc
> /usr/local/bin/perl  ./Configure solaris-usparc-gcc
> 
> When I tape make after taping ./Configure solaris-usparc-gcc I see :
> 
> stdio.h :  No such file or directory
> string.h:  No such file or directory
> stdlib.h:  No such file or directory
> cryptlib.h:No such file or directory
> 
> Please r eply to my problem I am afraid !!
> 
> Thanks to you
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]