RE: Link error with openssl-1.1.1-c on AIX

2019-06-26 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of > Bill Hallahan > Sent: Wednesday, June 26, 2019 16:29 > I am trying to build openssl-1.1.1-c on AIX using the xlc compiler. > I have found the c99 compiler and the xlc compiler seem to work best. The > arguments > pr

Re: Link error with openssl-1.1.1-c on AIX

2019-06-26 Thread Viktor Dukhovni
On Wed, Jun 26, 2019 at 10:29:00PM +, Bill Hallahan wrote: > I am trying to build openssl-1.1.1-c on AIX using the xlc compiler. I > know Linux quite well, but only have passing knowledge of AIX. > >./config -static no-ec no-mdc2 no-rc5 no-idea --openssldir=/path_sanitized You're disabl

Link error with openssl-1.1.1-c on AIX

2019-06-26 Thread Bill Hallahan
To whom it may concern. I am trying to build openssl-1.1.1-c on AIX using the xlc compiler. I know Linux quite well, but only have passing knowledge of AIX. This is the system. (The name is sanitized - I am paranoid about security). bash-4.2$ uname -a AIX sanitized 1 6 00CD1ECE4C00 bash-4.2$

RE: link error building openssl 0.9.8za with FIPS module 1.2.4

2014-06-11 Thread Zhang, Ping (Unisphere)
7; Subject: RE: link error building openssl 0.9.8za with FIPS module 1.2.4 Thanks! Got a build with 0610's snapshot. However rebuilt openssl0.9.8za with no-ec (not rebuild fips libs), still see the same error. -DOPENSSL_NO_EC -DOPENSSL_NO_ECDSA -DOPENSSL_NO_ECDH -Original Message- From

Re: link error building openssl 0.9.8za with FIPS module 1.2.4

2014-06-11 Thread Dr. Stephen Henson
On Wed, Jun 11, 2014, Zhang, Ping (Unisphere) wrote: > Added the command line used and the error. > > perl Configure VC-WIN32 no-asm fips no-ec > --with-fipslibdir=C:\openssl_build\openssl-fips-1.2.4\out32dll > > cl /Fotmp32dll\fips_premain.obj -Iinc32 -Itmp32dll /MD /Ox /O2 /Ob2 /W3 /WX > /Gs

Re: link error building openssl 0.9.8za with FIPS module 1.2.4

2014-06-11 Thread Saurabh Pandya
PM, Dr. Stephen Henson wrote: > On Tue, Jun 10, 2014, Zhang, Ping (Unisphere) wrote: > > > In process upgrade openssl to 0.9.8za. When building with fips module > 1.2.4 lib, failed with link error. The same process and fips 1.2.4 lib > works with 0.9.8y. > > > > Com

RE: link error building openssl 0.9.8za with FIPS module 1.2.4

2014-06-10 Thread Zhang, Ping (Unisphere)
l.org] On Behalf Of Dr. Stephen Henson Sent: Tuesday, June 10, 2014 10:54 AM To: openssl-users@openssl.org Subject: Re: link error building openssl 0.9.8za with FIPS module 1.2.4 On Tue, Jun 10, 2014, Zhang, Ping (Unisphere) wrote: > In process upgrade openssl to 0.9.8za. When building with fip

Re: link error building openssl 0.9.8za with FIPS module 1.2.4

2014-06-10 Thread Dr. Stephen Henson
On Tue, Jun 10, 2014, Zhang, Ping (Unisphere) wrote: > In process upgrade openssl to 0.9.8za. When building with fips module 1.2.4 > lib, failed with link error. The same process and fips 1.2.4 lib works with > 0.9.8y. > > Compared the code difference with 0.9.8za and

link error building openssl 0.9.8za with FIPS module 1.2.4

2014-06-10 Thread Zhang, Ping (Unisphere)
In process upgrade openssl to 0.9.8za. When building with fips module 1.2.4 lib, failed with link error. The same process and fips 1.2.4 lib works with 0.9.8y. Compared the code difference with 0.9.8za and 0.9.8y, noticed BN_consttime_swap() is used in 0.9.8za crypto/ec/ec2_mult.c. perl

Re: Link error

2011-10-12 Thread Gyanendra Kumar
enssl- >> us...@openssl.org] On Behalf Of Gyanendra Kumar >> Sent: Monday, October 10, 2011 7:35 AM >> To: openssl-users@openssl.org >> Subject: Link error >> >> Hi: >> >> I am compiling an example program and I get the following link error. >> Please hel

RE: Link error

2011-10-11 Thread Floodeenjr, Thomas
-users@openssl.org Subject: Link error Hi: I am compiling an example program and I get the following link error. Please help: human@human-DQ177A-ABA-A450N:~/Downloads/openssl-examples-20020110$ make gcc wclient.o client.o common.o -o wclient -L/home/human/Downloads/openssl-1.0.0e -lssl -lcrypto

RE: Link error

2011-10-11 Thread Tayade, Nilesh
> -Original Message- > From: owner-openssl-us...@openssl.org [mailto:owner-openssl- > us...@openssl.org] On Behalf Of Gyanendra Kumar > Sent: Monday, October 10, 2011 7:35 AM > To: openssl-users@openssl.org > Subject: Link error > > Hi: > > I am compiling an

Re: Link error

2011-10-11 Thread Gyanendra Kumar
Hi: This is for Ubuntu Linux. Best Regards, -G On 10/9/11, Gyanendra Kumar wrote: > Hi: > > I am compiling an example program and I get the following link error. > Please help: > > human@human-DQ177A-ABA-A450N:~/Downloads/openssl-examples-20020110$ make > gcc wclient.o

Link error

2011-10-11 Thread Gyanendra Kumar
Hi: I am compiling an example program and I get the following link error. Please help: human@human-DQ177A-ABA-A450N:~/Downloads/openssl-examples-20020110$ make gcc wclient.o client.o common.o -o wclient -L/home/human/Downloads/openssl-1.0.0e -lssl -lcrypto /home/human/Downloads/openssl-1.0.0e

Re: Link error

2008-10-01 Thread Michael S. Zick
On Wed October 1 2008, Alex Chen wrote: > I am updating OpenSSL from 0.9.7e to 0.9.8i. There are some new files > and some files are moved. Most noticeably, there is a new 'engines' > directory that seems to host > some files previously was under crypto/engine, or their equivalent. > > I

Link error

2008-10-01 Thread Alex Chen
I am updating OpenSSL from 0.9.7e to 0.9.8i. There are some new files and some files are moved. Most noticeably, there is a new 'engines' directory that seems to host some files previously was under crypto/engine, or their equivalent. I first followed the instruction in INSTALL.WIN32 an

Problem with liebeay32d.lib (Link error in VS 2002)

2007-05-23 Thread Joydip Das
VC++ directory, but when I am trying to compile it from VS 2002, it's giving link error that it can't open libeay32d.dll file. I am trying to compile a legacy code that used Visual Studio 2002 and has dependency on openSSL 0.9.7b. I also tried later versions of openSSL 0.9.7 without suc

Re: MFC with openssl static link error!!

1999-08-23 Thread Yuriy Stul
ECTED]> Sent: Tuesday, August 24, 1999 07:59 Subject: MFC with openssl static link error!! > > > I have a program written with vc++ & MFC, openssl-0.9.3. > I try to link the program using static link, ( link with out32/ ) > but it always said that some library conflict with ot

MFC with openssl static link error!!

1999-08-23 Thread NortonNg
I have a program written with vc++ & MFC, openssl-0.9.3. I try to link the program using static link, ( link with out32/ ) but it always said that some library conflict with other library. But there is no problem if i link with out32dll. Does anyb