Hello,

my problem is, that when I try to compile the openssl-v0.9.8y from the 
scratch with capi enabled on windows x64, the capi.dll is not created.

The environment I use is a windows 7 host, with VisualStudio 2010 as 
compiler set to compile x64 binaries

For configuration, I use the following command in a normal windows command 
prompt:

    perl Configure VC-WIN64A  enable-capieng 
--prefix=c:\working\openssl-0.9.8y-out

In my I understanding, the option enable-capieng should result in a 
capi.dll in the output bin folder.

The compiling itself is done with the following sequence in the VS 2010 
command prompt:

    ms\do_win64a
    nmake -f ms\ntdll.mak
    cd out32dll
    ..\ms\test
    cd ..
    nmake -f ms\ntdll.mak install

The whole process doesn't break with an error, but as mentioned, only the 
following binaries are created.
 
        openssl.exe
        libeay32.dll
        ssleay32.dll

So, where's my fault in the configuration ?

Thanks,
Robert

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to