From owner-freebsd-ports@freebsd.org Sat Feb 17 14:12:04 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED7D2F117EC for ; Sat, 17 Feb 2018 14:12:03 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8B6188037F for ; Sat, 17 Feb 2018 14:12:03 +0000 (UTC) (envelope-from yasu@utahime.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4F3DAF117E8; Sat, 17 Feb 2018 14:12:03 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C845F117E7 for ; Sat, 17 Feb 2018 14:12:03 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id B8FA780379 for ; Sat, 17 Feb 2018 14:12:01 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 2B061A8EE; Sat, 17 Feb 2018 23:11:53 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id AC73A189B2; Sat, 17 Feb 2018 23:11:52 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 6AF1B189B1; Sat, 17 Feb 2018 23:11:52 +0900 (JST) Date: Sat, 17 Feb 2018 23:11:32 +0900 (JST) Message-Id: <20180217.231132.1793556761573557539.yasu@utahime.org> To: ports@freebsd.org Subject: Re: undefined symbol "php7_module" in libphp7.so? From: Yasuhiro KIMURA In-Reply-To: <9kcg8dd5sik7j28sl71hkfivpaupst8h9l@4ax.com> References: <0edb8d9p1cgbe6jb1ks5sk9n36o4sjjmc2@4ax.com> <9kcg8dd5sik7j28sl71hkfivpaupst8h9l@4ax.com> X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Feb 2018 14:12:04 -0000 From: Subject: Re: undefined symbol "php7_module" in libphp7.so? Date: Sat, 17 Feb 2018 08:52:52 -0500 > Okay, I rebuilt apache24 and php72 from ports. I'm still getting > the error. > > Would someone who has php 7.2 working with apache 2.4 under 11.1R > please post the MD5 hash of libphp7.so? Thanks. yasu@eastasia[3999]% uname -mr 11.1-RELEASE-p6 amd64 yasu@eastasia[4000]% md5 /usr/local/libexec/apache24/libphp7.so MD5 (/usr/local/libexec/apache24/libphp7.so) = 0e8d5c7696031e1e59ea8f99ed183973 yasu@eastasia[4001]% --- Yasuhiro KIMURA