From owner-freebsd-questions@freebsd.org Fri Jan 8 08:01:32 2021 Return-Path: Delivered-To: freebsd-questions@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 44BD54C1135 for ; Fri, 8 Jan 2021 08:01:32 +0000 (UTC) (envelope-from vas@sibptus.ru) Received: from admin.sibptus.ru (admin.sibptus.ru [IPv6:2001:19f0:5001:21dc::10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DBwXq3TDQz3HhZ for ; Fri, 8 Jan 2021 08:01:31 +0000 (UTC) (envelope-from vas@sibptus.ru) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sibptus.ru; s=20181118; h=Message-ID:Subject:To:From:Date:In-Reply-To; bh=zjTUUZ4rXIf4tcLc0jCwhHZBUBlgWw6pmg17axlH7PA=; b=QfZnyCMWSTuHdjz7QgJG1ayTmL 0Tbaf528WpSPUkaRk7YP1pIVmlUuAkbh/BwHP+nmkD9Y/QvYCK38Oq4Ya72OQPfYXo+cuf+eMhtUM TWNukVY2lUGURe7RlbWx9bhXY0w6i5+oms5UIarbzGtJEGnEcxllCzEtbkordDHQrXPI=; Received: from vas by admin.sibptus.ru with local (Exim 4.94 (FreeBSD)) (envelope-from ) id 1kxmi3-000AoX-S4 for freebsd-questions@freebsd.org; Fri, 08 Jan 2021 15:01:23 +0700 Date: Fri, 8 Jan 2021 15:01:23 +0700 From: Victor Sudakov To: freebsd-questions@freebsd.org Subject: Building PHP 5.6.40 on 12.2 Message-ID: <20210108080123.GA41153@admin.sibptus.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline X-PGP-Key: http://admin.sibptus.ru/~vas/ X-PGP-Fingerprint: 10E3 1171 1273 E007 C2E9 3532 0DA4 F259 9B5E C634 X-Rspamd-Queue-Id: 4DBwXq3TDQz3HhZ X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=sibptus.ru header.s=20181118 header.b=QfZnyCMW; dmarc=pass (policy=none) header.from=sibptus.ru; spf=pass (mx1.freebsd.org: domain of vas@sibptus.ru designates 2001:19f0:5001:21dc::10 as permitted sender) smtp.mailfrom=vas@sibptus.ru X-Spamd-Result: default: False [-4.10 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2001:19f0:5001:21dc::10:from]; R_DKIM_ALLOW(-0.20)[sibptus.ru:s=20181118]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2001:19f0:5001:21dc::10:from:127.0.2.255]; DKIM_TRACE(0.00)[sibptus.ru:+]; DMARC_POLICY_ALLOW(-0.50)[sibptus.ru,none]; NEURAL_SPAM_LONG(1.00)[1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:20473, ipnet:2001:19f0:5000::/38, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jan 2021 08:01:32 -0000 --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dear Colleagues, Has anyone compiled recently PHP 5.6.40 from source on FreeBSD 12.2?=20 I've found a patch to fix php_mbregex.c, now building breaks around OpenSSL. Any success stories? My configure parameters: =2E/configure --prefix=3D/opt/php5.6.40 \ --with-apxs2=3D/usr/local/sbin/apxs \ --with-openssl \ --with-sqlite3 \ --with-zlib \ --enable-bcmath \ --with-bz2 \ --enable-calendar \ --enable-ctype \ --with-curl \ --with-gdbm \ --enable-dom \ --enable-exif \ --enable-fileinfo \ --enable-filter \ --enable-ftp \ --with-gd \ --enable-gd-native-ttf \ --enable-gd-jis-conv \ --enable-hash \ --with-iconv \ --enable-json \ --with-mcrypt \ --with-mysql \ --with-mysqli \ --enable-embedded-mysqli \ --enable-opcache \ --enable-pdo \ --with-pdo-mysql \ --with-pdo-sqlite \ --enable-phar \ --enable-posix \ --with-readline \ --enable-session \ --enable-shmop \ --enable-simplexml \ --enable-soap \ --enable-sockets \ --enable-tokenizer \ --enable-wddx \ --enable-xml \ --enable-xmlreader \ --with-xmlrpc \ --enable-xmlwriter \ --with-xsl \ --enable-zip \ --enable-mysqlnd \ --enable-mbstring \ --enable-mysqlnd-compression-support=20 --=20 Victor Sudakov, VAS4-RIPE, VAS47-RIPN 2:5005/49@fidonet http://vas.tomsk.ru/ --8t9RHnE3ZwKMSgU+ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJf+BFTAAoJEA2k8lmbXsY02ioH/ikO2aXqZdF51y94hI0Ewdai t1jRew/Qy1H7bvuliG1c75ws17IkTZsk7GUTWOfi9e/7ZFRWdCDgaEUOTQdlEWyE J3Hv5h/iGAKQqm3nL9H0RsUOjrJGam2tNh7eynTM6vCeaFV51lSDZN4yAmL5R9+U nf+2KJ9zQ7g4XTUwyc13II34o46RKwggC6xq7KcG6MQG65+ZPLtRsNyx+0yXnNBI 47OXR2DObuYV+JxQW14ao0m7hnqn22g4ji8hl+7qJeCTuFS/Z0akunDRZ3UNIjre W5ySjcbce5Jt7qSN3ZqngkGKa5U8KKxUOXw2t45CmZwsqSvCwwy12CUtG/SyLg4= =46NL -----END PGP SIGNATURE----- --8t9RHnE3ZwKMSgU+--