Issue in linking Openssl1.1.1b to application
Kenneth Goldman
kgoldman at us.ibm.com
Fri May 10 13:04:17 UTC 2019
> From: vin <vinayashreeks18 at gmail.com>
> To: openssl-users at openssl.org
> Date: 05/10/2019 12:44 AM
> Subject: Re: Issue in linking Openssl1.1.1b to application
> Sent by: "openssl-users" <openssl-users-bounces at openssl.org>
>
> Hi Ken
>
> I am almost struck in registering the built dll to windows 7 32 bit
machine.
>
> Can you provide me the details on which all openssl1.1.1b output lib
files
> and output dll files that needs to be linked to any application while
> building in visual studio??
With mingw, I specify this to the linker
c:/program files/openssl/lib/mingw/libcrypto-1_1.a
In Visual Studio,
Linker - Input - Additional Dependencies: libcrypto32mdd.lib
Linker - General - Additional Library Directory: c:\program files\openssl
\lib\vc
However, it sounded like you were linking correctly, but Windows could
not find the dll at runtime. That points to a PATH issue.
>
> Or any steps needs to be added while building openssl1.1.1b,I am
following
> the steps below
> Windows 32-bit
> 1. perl Configure VC-WIN32
> 2. nmake
> 3. nmake test
> 4. nmake install
I don't build myself. I use Shining Light:
http://slproweb.com/products/Win32OpenSSL.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20190510/8e354114/attachment.html>
More information about the openssl-users
mailing list