On 24/04/2020 17:38, Claus Assmann wrote:
> It seems something went wrong when include/openssl/opensslv.h
> was generated?
>
> cc -Icrypto -I. -Iinclude -Iproviders/common/include
> -Iproviders/implementations/include -Icrypto/include -DAES_ASM -DBSAES_ASM
> -DCMLL_ASM -DECP_NISTZ256_ASM -D
It seems something went wrong when include/openssl/opensslv.h
was generated?
cc -Icrypto -I. -Iinclude -Iproviders/common/include
-Iproviders/implementations/include -Icrypto/include -DAES_ASM -DBSAES_ASM
-DCMLL_ASM -DECP_NISTZ256_ASM -DGHASH_ASM -DKECCAK1600_ASM -DMD5_ASM
-DOPENSSL_BN_ASM_GF
Hiya,
I just cloned from the tip and after:
$ ./config enable-ssl-trace enable-trace --debug
I get a compile error (see below). I didn't see an
immediately obvious fix, but (for me) just setting
"-no-cmp" in addition to the above seems to work
fine, so I've stopped del
Hello,
I'm getting this error on compiling on MobaXTerm (basically Cygwin)
compiling 1.1.1d:
--
gcc -I. -Icrypto/include -Iinclude -Wall -O3 -fomit-frame-pointer
-DTERMIOS -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ
-DOPEN
On 26/10/2018 09:47, lu zhihong wrote:
> Hi,All
> Now I am trying build openssl1.1.1 version libs in cross compiler
> platform(susu12+Vxworks 6.8 ). the build target is vxworks-ppc860.but it
> failed.
> I have tried use different Vxworks versions(such as Vxworks6.4,Vxworks6.8),it
> still faile
Hi,All
Now I am trying build openssl1.1.1 version libs in cross compiler
platform(susu12+Vxworks 6.8 ). the build target is vxworks-ppc860.but it failed.
I have tried use different Vxworks versions(such as Vxworks6.4,Vxworks6.8),it
still failed.
I want to know if build openssl libs using Vxworks
On 23/07/2015 10:47, Song Geng wrote:
Hi guys,
I am a novice about openssl. I encounter linker error when I try to
compile evp demos which locate openssl/demos/evp.
My computer info is:
Darwin Kernel Version 14.4.0: Thu May 28 11:35:04 PDT 2015;
root:xnu-2782.30.5~1/RELEASE_X86_64
And I us
Hi guys,
I am a novice about openssl. I encounter linker error when I try to compile evp
demos which locate openssl/demos/evp.
My computer info is:
Darwin Kernel Version 14.4.0: Thu May 28 11:35:04 PDT 2015;
root:xnu-2782.30.5~1/RELEASE_X86_64
And I use both gcc and clang with command
I'm following the instructions from INSTALL.W32 (various OpenSSL
versions, but let's focus on 1.0.2d), in general it's:
* Configure for building with Borland Builder:
> perl Configure BC-32
* Create the appropriate makefile
> ms\do_nasm
* Build
> make
Wayne, there's a Tandem port on ITUGLIB.
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org]
On Behalf Of Johnson, Wayne
Sent: Monday, July 14, 2014 8:11 AM
To: 'openssl-users@openssl.org'
Subject: Compile error on Tandem
I'm trying to compile Open
Never mind, #3380 fixed this for me.
From: Johnson, Wayne
Sent: Monday, July 14, 2014 10:11 AM
To: 'openssl-users@openssl.org'
Subject: Compile error on Tandem
I'm trying to compile OpenSSL 1.0.1h on Tandem (aka NonStop).
I'm getting the following errors:
c89 -I.. -I../inc
I'm trying to compile OpenSSL 1.0.1h on Tandem (aka NonStop).
I'm getting the following errors:
c89 -I.. -I../include -Ww -D__TANDEM -D_XOPEN_SOURCE
-D_XOPEN_SOURCE_EXTENDED=1 -D_TANDEM_SOURCE -DB_ENDIAN -c -o heartbeat_test.o
heartbeat_test.c
SETUP_HEARTBEAT_TEST_FIXTURE(dtls);
Hi All,
I am trying to cross compile OpenSSL FIPS module for linux-mips architecture
(there is no direct support for the same).
On building my test application using fipsld,
$CC fips_mode.c -o fips_mode.exe -L ../openssl-1.0.1e -ldl -lcrypto
where CC = ../fips/bin/fipsld
I get the error : ELF6
Hi,
I want to compile openssl for freebsd 8.2 but MAKE program create
some error which
I don't know the reason of it.
I use this commands.
# config
# make
ERROR:
-
On Tue, Mar 31, 2009 at 12:15 PM, Patrick wrote:
> I'm trying to compile OpenSSL 0.9.8k on Win32 with MinGW installed. I
> ran ms/mingw32.bat, and it seems to work well for a while, compiling
> lots of source files, until I get:
>
> if exist out\libcrypto.a del out\libcrypto.a
> /usr/bin/sh: -c: l
I'm trying to compile OpenSSL 0.9.8k on Win32 with MinGW installed. I
ran ms/mingw32.bat, and it seems to work well for a while, compiling
lots of source files, until I get:
if exist out\libcrypto.a del out\libcrypto.a
/usr/bin/sh: -c: line 1: syntax error: unexpected end of file
mingw32-make: ***
Hello,
I am getting a compile (header #include) error:
openssl/bn.h expected unqualified-id before numeric constant
I am using Eclipse CDT and MinGW on Windows.
Could you please help?
Thanks.
--
Tri M. Nguyen
[EMAIL PROTECTED]
D:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(69) : error
C2082: redefinition of formal parameter '_strset_s'
D:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(69) : error
C2143: syntax error : missing ';' before '*'
D:\Program Files\Microsoft
On Mon, Oct 22, 2007, Thomas J. Hruska wrote:
> Thomas J. Hruska wrote:
>>> I am trying to compile version 0.9.8f for Windows, using VC++ 6.0,
>>> ActivePerl, and MASM 6.15.8803.
>>>
>>> I am following the instructions in INSTALL.W32, which works fine for
>>> the previous 0.9.8f build, but when I
Thomas J. Hruska wrote:
I am trying to compile version 0.9.8f for Windows, using VC++ 6.0,
ActivePerl, and MASM 6.15.8803.
I am following the instructions in INSTALL.W32, which works fine for
the previous 0.9.8f build, but when I get to the point of running
"nmake -f ms\ntdll.mak" I get the foll
I am trying to compile version 0.9.8f for Windows, using VC++ 6.0,
ActivePerl, and MASM 6.15.8803.
I am following the instructions in INSTALL.W32, which works fine for
the previous 0.9.8f build, but when I get to the point of running
"nmake -f ms\ntdll.mak" I get the following errors in 0.9.8f:
Hi,
I'm using openssl-0.9.8e.tar.gz with my application under Linux.
Now, i want to cross-compile my app for Windows and i must cross-compile
openssl first, under mingw, but i can't.
That is what i do:
./Configure mingw no-sha512 shared threads
make CC=i586-mingw32msvc-gcc RANLIB=i586-mingw32msvc
On Fri, Oct 12, 2007, Chris Clark wrote:
>
> I do not have NASMW, as the only files included in nasm-0.99.04-win32.zip are:
>
> COPYING
> nasm.exe
> ndisasm.exe
>
> Can anyone tell me what I am doing wrong?
>
In some distros nasm.exe is named nasmw.exe . Try copying or renaming
nasm.exe to na
here.
- Ariel
From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Chris Clark [EMAIL
PROTECTED]
Sent: Friday, October 12, 2007 3:58 PM
To: openssl-users@openssl.org
Subject: Re: OpenSSL 0.9.8f Win32 Compile Error
> Did someone forget to add the eq
I used following instruction to build the release(I used MSVC 2005 but
I think it will work with 2003 too).
1) Create build.bat with following content:
@echo off
rem the following path point to your MSVC 2005 or 2003
call "E:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat"
IF "%1%"
I downloaded NASM (nasm-0.99.04-win32.zip) from Soundforge,
and gave it a try, and when I run "ms\do_nasm" it is all sucessful
but now I get a different error when running "nmake -f ms\ntdll.mak":
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-199
> Did someone forget to add the equate for XMMWORD?
> Can anyone tell me how XMMWORD should be defined?
It appears that I need more then just the newer version of MASM,
and while reading the MASM32 forums they reference this page:
http://www.intel.com/cd/ids/developer/asmo-na/eng/167741.htm?page=6
> I am following the instructions in INSTALL.W32, which works fine for
> the previous 0.9.8f build, but when I get to the point of running
> "nmake -f ms\ntdll.mak" I get the following errors in 0.9.8f:
oops.. I ment to say that the previous version 0.9.8E works fine, and
now that I look closer I
I am trying to compile version 0.9.8f for Windows, using VC++ 6.0,
ActivePerl, and MASM 6.15.8803.
I am following the instructions in INSTALL.W32, which works fine for
the previous 0.9.8f build, but when I get to the point of running
"nmake -f ms\ntdll.mak" I get the following errors in 0.9.8f:
B
Hi Folks,
I've compiled the FIPs module and OpenSSL 0.9.7m without problems.
However, when I try to compile OpenSSL 0.9.7m with the shared option I
get the following error:
Canister: /usr/local/ssl/lib//fipscanister.o
8811:error:25066067:DSO support routines:DLFCN_LOAD:could not load the
s
07, 2006 7:45 AM
To: openssl-users@openssl.org
Subject: OpenSSL 0.9.8c compile error building for OS-390-Unix configure
target
Hi all:0.9.8c is only a few days old.I'm trying to build it for
the configure target OS390-Unix, and I'm getting the following compile
error for sha_dgst.c
c
Hi all:0.9.8c is only a few days old.I'm trying to build it for
the configure target OS390-Unix, and I'm getting the following compile
error for sha_dgst.c
c89.sh -I.. -I../.. -I../../include -D_LONGMAP -Wc,dll,expo -O
-DB_ENDIAN -DCHARSET_EBCDIC -DNO_SYS_PARAM_H -D_ALL_SOUR
On Mon, Apr 17, 2006 at 11:50:35AM -0700, Patrick Hsu wrote:
> Lutz et al:
> ok we switched compilers to gcc 3.0.1, after a couple of trial tests , we
> got pass :
> 1. make
> but having problems with
> 2. make test
> error as follows:
>
> [EMAIL PROTECTED] [/stub/Ossl/openssl-0.9.7i]# mak
-- Forwarded message from Patrick Hsu <[EMAIL PROTECTED]> -
X-Original-To: [EMAIL PROTECTED]
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Subject: compile error help !
To: openssl-bugs@openssl.org
X-Mailer: Lotus Notes Release 6.0.1 February 07, 2003
From: Patrick Hsu <[EMA
Forwarded to openssl-users
+DA2.0 etc are the flags for HP's native compiler, not for gcc.
Regards,
Lutz
- Forwarded message from Patrick Hsu <[EMAIL PROTECTED]> -
X-Original-To: [EMAIL PROTECTED]
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Subje
Tinnerello, Richard wrote:
Hello,
I'm having trouble building 0.9.7i on a Solaris 10 on x86 (Opteron)
machine. I configured manually with:
./Configure solaris-x86-gcc --prefix=/sci/openssl-0.9.7i no-idea no-rc5
no-mdc2 fiips
make depend is OK, but make gets this compile error:
/usr/in
: compile error in randfile.c on Solaris 10 Opteron
That looks like your system headers are corrupt. Try running this
command:
gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_REENTRANT
-DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DOPENSSL_NO_IDEA
-DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -fomit
i on a Solaris 10 on x86 (Opteron) machine.
> I configured manually with:
> ./Configure solaris-x86-gcc --prefix=/sci/openssl-0.9.7i no-idea no-rc5
> no-mdc2 fiips
>
> make depend is OK, but make gets this compile error:
>
> making all in crypto/rand...
> make[2]: Entering d
Title: compile error in randfile.c on Solaris 10 Opteron
Hello,
I'm having trouble building 0.9.7i on a Solaris 10 on x86 (Opteron) machine. I configured manually with:
./Configure solaris-x86-gcc --prefix=/sci/openssl-0.9.7i no-idea no-rc5 no-mdc2 fiips
make depend is OK, but make
Title: Compile error in n_pkey.c with 0.9.7g on Win32 using ntdll.mak and nasm
Crap. Nevermind. I forgot to
run
> perl Configure VC-WIN32
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Edward
ChanSent: Wednesday, June 08, 2005 1:51 PMTo:
openssl-us
Title: Compile error in n_pkey.c with 0.9.7g on Win32 using ntdll.mak and nasm
I get the following compile error:
cl /Fotmp32dll\f_string.obj -Iinc32 -Itmp32dll /MD /W3 /WX /G5 /Ox /O2
/Ob2 /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDI
AN
Dr Henson,
The function pointer cast did the trick. All I did was add "(int (*)())" in
front of the
i2d_X509_EXTENSION.
I owe you a beer next time you are in San Francisco - let me know if you are
coming to
the RSA conference next week...
Oily
--- "Dr. Stephen Henson" <[EMAIL PROTECTED]> wro
On Thu, Feb 10, 2005, Oily Pakora wrote:
> Friends,
>
> When compiling a program on Win32, the following line of code generates an
> error message:
>
> *plLen = i2d_ASN1_SET_OF_X509_EXTENSION(exts, NULL, i2d_X509_EXTENSION,
> V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, IS_SEQUENCE)
Friends,
When compiling a program on Win32, the following line of code generates an
error message:
*plLen = i2d_ASN1_SET_OF_X509_EXTENSION(exts, NULL, i2d_X509_EXTENSION,
V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, IS_SEQUENCE);
The error I get is:
error C2664: 'i2d_ASN1_SET' :
Trying to compile 0.9.7d on WinXP using VC6 and MASM32.
All goes well until running "nmake -f ntdll32.mak". When it gets
to
"cl /Fotmp32dll\n_pkey.obj [many options] -c .\crypto\asn1\n_pkey.c"
I get the following errors:
.\crypto\asn1\n_pkey.c(96): error C2370: 'NETSCAPE_ENCRYPTED_PKEY_it':
r
While compiling openssl-0.9.7c on WIN32 I get the
following compile error. Has anyone else gotten this error and what is the
fix?
Thanks,
Robin
S:\tru64\ported\openssl-0.9.7c.win32>nmake -f
ms\ntdll.mak
Microsoft (R) Program Maintenance
Utility Version
6.00.816
Mark -
I have never seen this problem in the release tarballs.
The major place we hit this is in cygwin, which (depending on the setting used when
installing cygwin) may automagically unpack/untar all your source code into CR/LF
files! The only way I have ever seen it on a Linux system was wh
From: "amit limaye" <[EMAIL PROTECTED]>
amit.limaye> gcc -O0 -Wall -I/usr/local/ssl/include -o ssl_test main.o -lssl -lcrypto
Add '-ldl' at the end of the line.
--
Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
This is the output i get when i run make
Making all in docs
gmake[1]: Entering directory `/root/testssl/ssl_test/ssl_test/docs'
Making all in en
gmake[2]: Entering directory `/root/testssl/ssl_test/ssl_test/docs/en'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/root/testss
Mohamed:
Add an extra NULL parameter to the end of the arguments in each of these
two functions in the loadkeys.h and/or loadkeys.c files.
Joe
//---
Mohamed Nadjar wrote:
>
> I am a new user of openssl and I try to understand how it works by
> looking at the demos!
> But I have the
It seems that most of the demo programs will not compile. Any ideas?
dwagoner: -> make
loadkeys.c: In function `ReadPublicKey':
loadkeys.c:36: too few arguments to function `PEM_ASN1_read'
loadkeys.c: In function `ReadPrivateKey':
loadkeys.c:67: too few arguments to function `PEM_ASN1_read'
ma
On 5 Dec, Tsang, Kevin wrote:
> Hi, I'm having make problems on openssl-0.9.6 on NetBSD-1.4.3 (sparc):
>
> gcc -o openssl -DMONOLITH -I../include -DTHREADS -D_REENTRANT -DTERMIOS -O3
[...]
> rand.o -L. -L.. -L../.. -L../../.. -L.. -lssl -L.. -lcrypto
> speed.o: Undefined symbol `_ftime' referen
zhu qun-ying wrote:
>
> I encounter a error while trying to compile a small test program to read a
> pkcs12 formatted file. The line below gives compiler err:
>if (!(authsafes = M_PKCS12_unpack_authsafes (p12)))
>
> error C2664: 'ASN1_seq_unpack' : cannot convert parameter 4 from
> 'void (s
hi.
Can you tell me to Error Solve..Please.
system: SEQUENT NUMA-Q (DYNIX/ptx(R) V4.4.7 #5)
Webserver : Apache 1.3.12
openssl : openssl-0.9.5a
Error Message:
symbol in file
__bsd_acceptopenssl.o
__bsd_bind
Thanks for the archive, I found the answer now.
Sorry for the spam.
Hazel
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List
Hi,
Thanks for reading my question. I wish to get your suggestion and help.
We developed an application which using OpenSSL libraries. We installed
OpenSSL and our application on Solaris,AIX and Linux, and everything is
OK. But when we turned to HPUX10.20,it seems not so lucky. We installed
Open
Hi,
I realized that Netscape's cert7.db is of Berkley's db format, so I tried to
dump out the contents using the db_dump185 program.
When I compiled the db_dump185 program, several erros appeared warning me
something like '0x40' ba ba ba ...
Has anyone tried to compile db_dump185 to dump out
> When i try to make openssl (nmake -f ms/nt.mak) i get an error because
> the file
> obj_dat.h didn't exist.
The Configure script should generate that file, but there were
problems with some version of Perl. This should be fixed in the
current snapshot.
_
Nicolas Pomarede <[EMAIL PROTECTED]> wrote:
> But when I tried the previous version (0.92b), which have a slightly
> different configure syntax (one must run util/ssldir.pl to change the
> location of the installation), it build just fine and all the tests in
> 'make test' went OK.
>
> The compil
On Wed, Jul 07, 1999 at 11:50:04AM +0200, Nicolas Pomarede wrote:
>
> Hello,
>
> As I previously reported it on this mailling list, I had some problems
> whem trying to build version 0.93a on an HP UNIX B.10.20
>
> Actually, it stops when running 'make test' and trying the x509
> conversions :
Hello,
As I previously reported it on this mailling list, I had some problems
whem trying to build version 0.93a on an HP UNIX B.10.20
Actually, it stops when running 'make test' and trying the x509
conversions :
-
echo test normal x509v1 certificate
test normal x509v1 cer
61 matches
Mail list logo