From owner-freebsd-ports-bugs@freebsd.org Wed Oct 30 15:29:27 2019 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 58E311A7E50 for ; Wed, 30 Oct 2019 15:29:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 473C6v1mSnz44m6 for ; Wed, 30 Oct 2019 15:29:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 3A9011A7E4F; Wed, 30 Oct 2019 15:29:27 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3A5431A7E4E for ; Wed, 30 Oct 2019 15:29:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 473C6v0pdsz44m3 for ; Wed, 30 Oct 2019 15:29:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F127AC593 for ; Wed, 30 Oct 2019 15:29:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x9UFTQBV079928 for ; Wed, 30 Oct 2019 15:29:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x9UFTQqa079927 for ports-bugs@FreeBSD.org; Wed, 30 Oct 2019 15:29:26 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 241591] ftp/php74-ftp: Undefined symbol "SSL_library_init" Date: Wed, 30 Oct 2019 15:29:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: pascal.christen@hostpoint.ch X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tz@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2019 15:29:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241591 Bug ID: 241591 Summary: ftp/php74-ftp: Undefined symbol "SSL_library_init" Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: tz@freebsd.org Reporter: pascal.christen@hostpoint.ch Flags: maintainer-feedback?(tz@freebsd.org) Assignee: tz@freebsd.org When having PHP 7.4 installed with the php74-ftp package it fails to start: # /usr/local/php74/bin/php /usr/local/php74/lib/php/20190902/ftp.so: Undefined symbol "SSL_library_ini= t" I guess it has to do with OpenSSL 1.1.1 and the deprecated "SSL_library_ini= t". Comparing PHP7.3 (Built with OpenSSL 1.1.1) and PHP7.4: # readelf -a /usr/local/php74/lib/php/20190902/ftp.so | grep SSL_library_i= nit 00000020f6f0 004c00000007 R_X86_64_JUMP_SLO 0000000000000000 SSL_library_i= nit + 0 76: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND SSL_library_init 223: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND SSL_library_init # readelf -a /usr/local/php73/lib/php/20180731/ftp.so | grep OPENSSL_init 00000020eb30 004c00000007 R_X86_64_JUMP_SLO 0000000000000000 OPENSSL_init_ssl@OPENSSL_1_1_0 + 0 00000020ebb8 005d00000007 R_X86_64_JUMP_SLO 0000000000000000 OPENSSL_init_crypto@OPENSSL_1_1_0 + 0 76: 0000000000000000 238 FUNC GLOBAL DEFAULT UND OPENSSL_init_ssl@OPENSSL_1_1_0 (3) 93: 0000000000000000 962 FUNC GLOBAL DEFAULT UND OPENSSL_init_crypto@OPENSSL_1_1_0 (4) 232: 0000000000000000 238 FUNC GLOBAL DEFAULT UND OPENSSL_init_ssl@@OPENSSL 254: 0000000000000000 962 FUNC GLOBAL DEFAULT UND OPENSSL_init_crypto@@OPEN --=20 You are receiving this mail because: You are the assignee for the bug.=