Re: Issue in linking Openssl1.1.1b to application

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> From: vin <vinayashreeks18@xxxxxxxxx>
> To: openssl-users@xxxxxxxxxxx
> Date: 05/10/2019 12:44 AM
> Subject: Re: Issue in linking Openssl1.1.1b to application
> Sent by: "openssl-users" <openssl-users-bounces@xxxxxxxxxxx>
>
> 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


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux