You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@serf.apache.org by "Evgeny Kotkov (Jira)" <ji...@apache.org> on 2023/05/31 19:50:00 UTC

[jira] [Updated] (SERF-171) Win32: Running tests fails with "no OPENSSL_Applink" error

     [ https://issues.apache.org/jira/browse/SERF-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Evgeny Kotkov updated SERF-171:
-------------------------------
    Summary: Win32: Running tests fails with "no OPENSSL_Applink" error  (was: OPENSSL_Uplink(...): no OPENSSL_Applink)

> Win32: Running tests fails with "no OPENSSL_Applink" error
> ----------------------------------------------------------
>
>                 Key: SERF-171
>                 URL: https://issues.apache.org/jira/browse/SERF-171
>             Project: serf
>          Issue Type: Bug
>            Reporter: Serf Importer
>            Priority: Major
>              Labels: Priority-Medium, Type-Defect
>         Attachments: test_ssl.patch
>
>
> Environment: VS 2015, Scons 2.3.6, OpenSSL 1.0.2-d, APR 1.5.2, APRUtil 1.5.4, APRIconv 1.2.1, ZLib 1.2.8.
> Building Serf 1.3.8 using scons check I'm getting the following error:
> OPENSSL_Uplink(...): no OPENSSL_Applink
> As per danielsh's suggestion I changed line 26 in test\test_ssl.c from
> #if defined(WIN32) &amp;&amp; defined(_DEBUG)
> to 
> #if defined(WIN32)
> That resolved the testfailure for me (note: I was doing a release build of serf).
> Original issue reported by *Luke1410@gmx.de*



--
This message was sent by Atlassian Jira
(v8.20.10#820010)