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]: ***
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
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
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
> 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 \
>
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.
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