Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103596 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 7745 invoked from network); 12 Dec 2018 19:10:36 -0000 Received: from unknown (HELO mail-ot1-f52.google.com) (209.85.210.52) by pb1.pair.com with SMTP; 12 Dec 2018 19:10:36 -0000 Received: by mail-ot1-f52.google.com with SMTP id v23so17993959otk.9 for ; Wed, 12 Dec 2018 07:38:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TJ+I/Yh2EFhW1caDDfeOLua5UAoqhcybO9wM2XKVuXY=; b=kotqrJwoXFt22WCIK9ib6McPEPK7fuWsBeQGgVnCzJzJvqvb+LvjkhvundkL7oDQST 5/rvwzyQz6LjASC1PrUXoUzLlqgpaJFjC6kraRFVazy/nptnspyT9xoehhurVM+0u1A1 jZbrsvAB8sPvwISHcEhxXi/omSC4AnazJ7uXSF5qP+2SZ15wnXzo99IWANvx2WQEUj/m WoMkrEhvzj6hM5S0HkF2Q2c72m3rOp44h5Rq6Wa+UAefG3BBZDMjWiIBa6uj2nPhYIJJ CgBCQ2ItmoQqLbzyoTI8+5BmIQtpI+/kzJoDr4bxxaCCkEX6DBteJ2P82ckHxjISaoFP ZPvA== X-Gm-Message-State: AA+aEWZRLBGbsaOOhlC3nA4iK36JpCtasgEHf2746nhhjW+N28i4vO2L RLKDYk59H0vXgbbW5SBnrc7lm7OH6Jj5nJ6PeqvL1Q== X-Google-Smtp-Source: AFSGD/XbZ3KPDLACIIHDnpZyrA2kNaHTaW+Tx21uKw95nLp4wIKOaethSAJBC4Ww0cqYdIBmforbxu8wS+iq2kIyXA0= X-Received: by 2002:a9d:7dd5:: with SMTP id k21mr15087494otn.214.1544629080270; Wed, 12 Dec 2018 07:38:00 -0800 (PST) MIME-Version: 1.0 References: <2e358c47-f07d-2bd0-dcbf-8ee1282f1ea1@evermeet.cx> In-Reply-To: <2e358c47-f07d-2bd0-dcbf-8ee1282f1ea1@evermeet.cx> Date: Wed, 12 Dec 2018 15:37:49 +0000 Message-ID: To: tessarek@evermeet.cx Cc: PHP internals list Content-Type: multipart/alternative; boundary="000000000000a3abc2057cd4fbf5" Subject: Re: [PHP-DEV] configure bug with static openssl 1.1.1? From: bukka@php.net (Jakub Zelenka) --000000000000a3abc2057cd4fbf5 Content-Type: text/plain; charset="UTF-8" On Wed, Dec 12, 2018 at 3:32 PM Helmut K. C. Tessarek wrote: > On 2018-12-12 16:11, Jakub Zelenka wrote: > > > > You should create a bug report. > > > > Please note that a static configuration has some issues (e.g. > > https://bugs.php.net/bug.php?id=73609 and think there were more issues > > maybe). Basically it's not well supported so I would recommend to do a > > shared build instead otherwise you are probably on your own unless > > someone finds time to look into it. > > Thanks, Jakub for your reply. > > Hmm, I checked the link you sent, but this ticket has nothing to do with > linking against a static openssl library. > > This ticket mentions that openssl is not supported as a shared > extension. But that is not what I'm doing. > > I try to link against a static openssl library. But it works when > linking against a static openssl 1.0.2 lib. > Therefore I highly suspect that there's a problem with configure. But I > will open a ticket, and I will also try to link against a dynamic > openssl 1.1.1. > > So linking against a static openssl 1.0.2 works, but against a static > openssl 1.1.1 does not work. > > However, linking against a static openssl library should be supported. > Years back people even suggested to always link against a static openssl > lib because of security reasons (no hijacking of dynamic libs and > whatnot). This might not be relevant anymore, but there's no logical > reason why linking against a static openssl 1.1.1 should not work. > > Ah I see! Yeah I think it should work so it might be a bug if it doesn't. I would suggest to create a bug report. Cheers Jakub --000000000000a3abc2057cd4fbf5--