From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94596 invoked by alias); 3 Mar 2016 11:32:14 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 94499 invoked by uid 89); 3 Mar 2016 11:32:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Technologies, cryptography, 102g1, 1.0.2g-1 X-HELO: mail-wm0-f50.google.com Received: from mail-wm0-f50.google.com (HELO mail-wm0-f50.google.com) (74.125.82.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 03 Mar 2016 11:32:11 +0000 Received: by mail-wm0-f50.google.com with SMTP id l68so27584944wml.1 for ; Thu, 03 Mar 2016 03:32:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:to:from:subject:message-id :disposition-notification-to:date:user-agent:mime-version :content-transfer-encoding; bh=OXv+MdwsicjeJBJoA/XjIB9cilZQa0SFOqrV0vcHHR4=; b=EXkzfr3NtUM0YgPKr0E+TwN8klu2jFcTmZFKel5lPo2Dw+91ZZMCnQQkNUfytXaQ19 S0HdEv5xrfdEpsFAV9Xoh+f9I5ofLo5dQaIP6y0KXpWMHDE9vOKVASjAScUMz/cvl6Bf HLdXtKRNru6bNEylflbAS5H1BZJNL/fs8pT8AnPsOUnyFBFwO5K5kFAiEtr13CBdE3Uk 6AFISuRfXhGFl5zY2wqBAPR+mx9e0hbyCDScFaljZVEJsxD1xsoUaO05jDyUtsJGhK4S Dc61PbS2+YJ/zUdMGGudJRP7nFxP0mBJEjedQosN2isxAf7uueyJoC89QlnTXjf5XHAa TnUg== X-Gm-Message-State: AD7BkJJrm16PksKglEuz84ufYLBuD23BuTz4JtYpLlavlBPfoJ8DCsBrwIAqnSKhdCmKqA== X-Received: by 10.28.109.150 with SMTP id b22mr3159364wmi.27.1457004728392; Thu, 03 Mar 2016 03:32:08 -0800 (PST) Received: from [192.168.4.132] (pbmail.coopexsoft.sk. [213.181.128.199]) by smtp.googlemail.com with ESMTPSA id gb9sm40248458wjb.26.2016.03.03.03.32.07 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Mar 2016 03:32:07 -0800 (PST) To: cygwin From: Vlado Subject: Entry point SSLv2_client_method missing in cygssl-1.0.0.dll Message-ID: <56D820B6.2060208@gmail.com> Date: Thu, 03 Mar 2016 11:32:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00020.txt.bz2 Hi, there is problem with package "libopenssl100: A general purpose cryptography library with TLS implementation" after upgrade from 1.0.2g-1 to 1.0.2f-1. Demonstration: # With cygssl-1.0.0.dll from libopenssl100 version 1.0.2f-1 - correct behavior: $ php --version PHP 5.6.17 (cli) (built: Jan 27 2016 22:28:09) Copyright (c) 1997-2015 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies $ # With cygssl-1.0.0.dll from libopenssl100 version 1.0.2g-1 - error, no output: $ php --version $ $ strace php --version --- Process 6084 created --- Process 6084 loaded C:\Windows\SysWOW64\ntdll.dll at 77710000 --- Process 6084 unloaded DLL at 77410000 --- Process 6084 unloaded DLL at 752D0000 --- Process 6084 unloaded DLL at 77410000 --- Process 6084 unloaded DLL at 77310000 --- Process 6084 loaded C:\Windows\SysWOW64\kernel32.dll at 752D0000 --- Process 6084 loaded C:\Windows\SysWOW64\KernelBase.dll at 76230000 --- Process 6084 loaded C:\cygwin\bin\cygwin1.dll at 61000000 --- Process 6084 loaded C:\cygwin\bin\cygphp5-5-6.dll at 66180000 --- Process 6084 loaded C:\cygwin\bin\cygcrypto-1.0.0.dll at 6AF80000 --- Process 6084 loaded C:\cygwin\bin\cyggcc_s-1.dll at 6A800000 --- Process 6084 loaded C:\cygwin\bin\cygz.dll at 64FE0000 --- Process 6084 loaded C:\cygwin\bin\cygssl-1.0.0.dll at 658D0000 --- Process 6084, exception c0000139 at 777923F0 --- Process 6084 exited with status 0xc0000139 and Windows message box says: php.exe - Entry Point Not Found The procedure entry point SSLv2_client_method could not be located in the dynamic link library cygssl-1.0.0.dll Can SSLv2_client_method return to library, or perheaps php should be rebuild? Regards Vlado -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple