Re: Linking error on Soalris x86 and sparc using fips capable openssl 1.0.1h

2014-09-17 Thread Mrunal Nerpawar
Thanks all for the help. I could resolve both the errors: Sun-Intel : using -Wl, -Bsymbolic and resolving few other linking errors. Sun-sparc : Re-building libstdc++ all the errors gone away. Thanks again Andy for pointing it out. Regards, Mrunal On Mon, Sep 15, 2014 at 12:40 AM, Andy

Re: Linking error on Soalris x86 and sparc using fips capable openssl 1.0.1h

2014-09-14 Thread Andy Polyakov
While fips build on soalris, I am getting variour errors: Sun-Intel: FIPSLD_CC=gcc FIPSLD_LINK=g++ /unixhome/upg/Unix/SunOS/i386/OpenSource/ssl-1.0.1h/bin/fipsld -fPIC -shared -g -O2 -o libImpl.so.10.0.0 -lcrypto Text relocation remains referenced against

Linking error on Soalris x86 and sparc using fips capable openssl 1.0.1h

2014-09-12 Thread Mrunal Nerpawar
Hi All, While fips build on soalris, I am getting variour errors: Sun-Intel: FIPSLD_CC=gcc FIPSLD_LINK=g++ /unixhome/upg/Unix/SunOS/i386/OpenSource/ssl-1.0.1h/bin/fipsld -fPIC -shared -g -O2 -o libImpl.so.10.0.0 -lcrypto Text relocation remains referenced against

Linking error

2013-03-22 Thread Jevin Sonut
HI, can anyone understand what this error means:: libeay32.lib(cryptlib.obj) : error LNK2019: unresolved external symbol __imp__GetUserObjectInformationW@20 referenced in function _OPENSSL_isservice libeay32.lib(cryptlib.obj) : error LNK2019: unresolved external symbol

RE: Linking error

2013-03-22 Thread Floodeenjr, Thomas
-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Jevin Sonut Sent: Friday, March 22, 2013 2:07 PM To: openssl-users@openssl.org Subject: Linking error HI, can anyone understand what this error means:: libeay32.lib(cryptlib.obj) : error LNK2019: unresolved external symbol

RE: linking error

2012-11-22 Thread Jeremy Farrell
From: Priyaranjan Nayak [mailto:priyaranjan4...@gmail.com] Sent: Thursday, November 22, 2012 2:36 PM While build the tls server I got this link error.Below I mentioned bild log . Can any one help me ? Linking console executable: bin/Debug/dtlsServer ../openssl-1.0.1c/libssl.a(ssl_algs.o):

linking error

2005-10-18 Thread Todd Douty
I'm attempting to use OpenSSL to talk to an SSL server across campus. I obtained example OpenSSL client code written in C from http://www.rtfm.com/openssl-examples and modified this code slightly to fit my needs. ssl_stuff.o is my version of the file that one time included the main program

Re: Linking Error.

2004-07-28 Thread Layla
Thanks for the response Vio, Actually I'm not familiar with the method you've proposed. but I tried to compile the program from command line and It failed! I can't understand why its compiling by using GUI but not from the command prompt. I'm so new to this and this project is really very

Re: Linking Error.

2004-07-28 Thread Vio
I think VC++ has a command-line tool (something like cmake, or something). If VC++ fails, maybe try DevC++. VC++/DevC++ docs are your friend :) Vio Layla wrote: Thanks for the response Vio, Actually I'm not familiar with the method you've proposed. but I tried to compile the program from

Re: Linking Error.

2004-07-28 Thread Weijie Zhang
byexaming the difference too. Weijie - Original Message - From: Layla To: [EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 11:10 AM Subject: Re: Linking Error. Thanks for the response Vio, Actually I'm not familiar with the method you've proposed. b

Re: Linking Error.

2004-07-28 Thread Layla
I'm not saying VC++ is failing, I'm just saying there has got to be something wrong that I'm doing which I'm hoping that someone can point out. after following the steps in the INSTALL.win32 file I ran the test as instructed and it worked fine without generating any error message, doesn't that

RE: Linking Error.

2004-07-28 Thread jain, anuj
nal Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of LaylaSent: Wednesday, July 28, 2004 1:24 AMTo: [EMAIL PROTECTED]Subject: RE: Linking Error. David, Thanks for responding. "didn't work" is actually missing a word :), what i meant to

Re: Linking Error.

2004-07-28 Thread Layla
find your lib etc.I believe the VC++ can show you somewhere of the enviornment set.You can get clues byexaming the difference too. Weijie - Original Message - From: Layla To: [EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 11:10 AM Subject: Re: Linking Error. Thanks for the respon

RE: Linking Error.

2004-07-28 Thread Layla
of libs add the two OpenSSL libraries "libeay32.lib ssleay32.lib". I hope this helps. --Anuj -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of LaylaSent: Wednesday, July 28, 2004 1:24 AMTo: [EMAIL PROTECTED]Subject: RE: Linking Error. David, Thank

RE: Linking Error.

2004-07-28 Thread Kevin Eppinger
PROTECTED] [mailto:owner-[EMAIL PROTECTED]] On Behalf Of Layla Sent: Wednesday, July 28, 2004 8:52 AM To: [EMAIL PROTECTED] Subject: Re: Linking Error. Weijie, Thank you for replying, does it make any difference if I compile from the command line or GUI? cause as I've mentioned, when I

RE: Linking Error.

2004-07-28 Thread jain, anuj
y, July 28, 2004 11:59 AMTo: [EMAIL PROTECTED]Subject: RE: Linking Error. Anuj: Thank you SO much! :) that certainly solved the linking problem using the graphical user interface of MS visual studio, but would you know why isn't it compiling or linking from the command line? is th

Re: Linking Error.

2004-07-28 Thread Ken Goldman
Thank you SO much! :) that certainly solved the linking problem using the graphical user interface of MS visual studio, but would you know why isn't it compiling or linking from the command line? is there something that I must run first? and does it really make any difference whether I

Re: Linking Error.

2004-07-28 Thread Vio
] *Sent:* Wednesday, July 28, 2004 11:10 AM *Subject:* Re: Linking Error. Thanks for the response Vio, Actually I'm not familiar with the method you've proposed. but I tried to compile the program from command line and It failed! I can't understand why

RE: Linking Error.

2004-07-28 Thread Layla
ECTED] On Behalf Of LaylaSent: Wednesday, July 28, 2004 11:59 AMTo: [EMAIL PROTECTED]Subject: RE: Linking Error. Anuj: Thank you SO much! :) that certainly solved the linking problem using the graphical user interface of MS visual studio, but would you know why isn't it compiling or linking from

Re: Linking Error.

2004-07-28 Thread Layla
Ken, Thank you.Ken Goldman [EMAIL PROTECTED] wrote: Thank you SO much! :) that certainly solved the linking problem using the graphical user interface of MS visual studio, but would you know why isn't it compiling or linking from the command line? is there something that I must run first? and

Re: Linking Error.

2004-07-28 Thread Gisle Vanem
Ken Goldman [EMAIL PROTECTED] said: Note that both the makefile and nmake.exe are MS proprietary. You can't use standard makefiles with nmake, and you can't use the MS makefiles with a standard make.exe like gnu make. But you can use a GNU makefile with MS tools like cl.exe. There is a

Re: Linking Error.

2004-07-28 Thread Ken Goldman
From: Gisle Vanem [EMAIL PROTECTED] Date: Wed, 28 Jul 2004 20:45:38 +0200 Ken Goldman [EMAIL PROTECTED] said: Note that both the makefile and nmake.exe are MS proprietary. You can't use standard makefiles with nmake, and you can't use the MS makefiles with a standard make.exe like