Linux error compiling OpenSSL 1.1.1d

2019-10-15 Thread Maxwell, Gary
I have downloaded and ran the following configuration for OpenSSL 1.1.1.d ./config shared --prefix=/opt/test/openssl -openssldir=/opt/test/openssl Does anyone have any idea why I receive the following error when executing "Make" c1: error: apps/app_rand.d: No such file or directory make[1]: ***

Error compiling OpenSSL with MinGW/MSYS

2011-08-31 Thread Oleksiy
Download source files from official OpenSSL site - (http://www.openssl.org/source/). I follow the INSTALL.M32 file in OpenSSL folder. I open msys.bat, go to the OpenSSL folder, then type $ ./config It says "Configured for MinGW", than I type $ make and after few minutes recei

Error compiling OpenSSL with MinGW/MSYS

2011-08-31 Thread Oleksiy
I downloaded source files from official OpenSSL site - (http://www.openssl.org/source/). I follow the INSTALL.M32 file in OpenSSL folder. I open msys.bat, go to the OpenSSL folder, then type $ ./config It says "Configured for MinGW", than I type $ make and after few minutes r

Error Compiling openssl

2001-10-29 Thread Desmond Lim
Hi all, I'm using Redhat Linux 7.1 with kernel 2.4.3-12. I'm using openssl-0.9.6b. After I ran ./configure everthing seems ok but when I run make I get this errors: t_req.o(.text+0x2f): undefined reference to `_stdsprintf' t_req.o(.text+0x63): undefined reference to `_stdsprintf' t_req.o(.text

Re: Error compiling OpenSSL 0.9.4 + BSAFE 4.3 with Apache & mod_ssl

2000-06-02 Thread Jim Russell
> gcc -DLINUX=2 -DMOD_SSL=206104 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT > -I./lib/expat-lite \ > -DNO_DL_NEEDED `./apaci` -L/src/lyme/openssl-0.9.4 \ > -o httpd buildmark.o modules.o modules/standard/libstandard.a \ > modules/ssl/libssl.a main/libmain.a ./os/unix/libos.a ap/libap.a \ >

Error compiling OpenSSL 0.9.4 + BSAFE 4.3 with Apache & mod_ssl

2000-06-02 Thread Goodwin Scott S Civ 96 CG/SCTOB
I've pulled down the BSAFE 4.3 patch to OpenSSL 0.9.4 from http://www.lymeware.com/download.html, applied it, and compiled it cleanly. It passed 'make test' with flying colors. Then I pulled down mod_ssl-2.6.4-1.3.12 and apache_1.3.12, unpacked them and followed the instructions.

Error compiling openssl on IRIX

1999-04-20 Thread Max E. Rizzi
Hi all, I have some difficult to compile openssl on my Origin200 server I use this operation sequence: 1) ./Configure irix-n64-cc 2) gmake 3) gmake rehash 4) gmake test On this i obtain the following errors: testing rsa conversions p -> d p -> p d -> d p -> d d -> p p -> p ./rsa_oaep_tes