From owner-freebsd-questions@freebsd.org Sat Nov 9 14:23:09 2019 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 418581AB18C for ; Sat, 9 Nov 2019 14:23:09 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from kicp.uchicago.edu (kicp.uchicago.edu [128.135.20.70]) by mx1.freebsd.org (Postfix) with ESMTP id 479K9m3KwXz3JyV for ; Sat, 9 Nov 2019 14:23:08 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from [192.168.43.231] (unknown [172.58.139.2]) (Authenticated sender: galtsev) by kicp.uchicago.edu (Postfix) with ESMTPSA id 3D6B44E632; Sat, 9 Nov 2019 08:15:05 -0600 (CST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3601.0.10\)) Subject: Re: apache24 won't start now after php upgrade --> Undefined symbol "apr_atomic_add64" From: Valeri Galtsev In-Reply-To: Date: Sat, 9 Nov 2019 08:15:03 -0600 Cc: freebsd-questions@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <718D87D5-597A-43F8-99D3-7C58E8928F21@kicp.uchicago.edu> References: To: Andy Firman X-Mailer: Apple Mail (2.3601.0.10) X-Rspamd-Queue-Id: 479K9m3KwXz3JyV X-Spamd-Bar: +++++++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=fail reason="No valid SPF, No valid DKIM" header.from=uchicago.edu (policy=none); spf=none (mx1.freebsd.org: domain of galtsev@kicp.uchicago.edu has no SPF policy when checking 128.135.20.70) smtp.mailfrom=galtsev@kicp.uchicago.edu X-Spamd-Result: default: False [7.62 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; DMARC_POLICY_SOFTFAIL(0.10)[uchicago.edu : No valid SPF, No valid DKIM,none]; RECEIVED_SPAMHAUS_PBL(0.00)[2.139.58.172.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.10]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; RECEIVED_SPAMHAUS_XBL(5.00)[2.139.58.172.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.4]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(0.06)[ip: (0.20), ipnet: 128.135.0.0/16(0.10), asn: 160(0.08), country: US(-0.05)]; NEURAL_SPAM_MEDIUM(0.95)[0.954,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[70.20.135.128.list.dnswl.org : 127.0.10.0]; NEURAL_SPAM_LONG(1.00)[0.998,0]; R_SPF_NA(0.00)[]; FREEMAIL_TO(0.00)[gmail.com]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:160, ipnet:128.135.0.0/16, country:US]; MID_RHS_MATCH_FROM(0.00)[]; GREYLIST(0.00)[pass,body]; RCVD_COUNT_TWO(0.00)[2] X-Spam: Yes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Nov 2019 14:23:09 -0000 > On Nov 9, 2019, at 7:42 AM, Andy Firman wrote: >=20 > My daily security email said that php72-7.2.22 is vulnerable. >=20 > So I did a pkg upgrade (see further below) and now apache will not = start, > even after pkg delete and install of apache24. What on earth happened = and > how do I fix this? >=20 > # apachectl start > Performing sanity check on apache24 configuration: > ld-elf.so.1: /usr/local/sbin/httpd: Undefined symbol = "apr_atomic_add64" > Starting apache24. > ld-elf.so.1: /usr/local/sbin/httpd: Undefined symbol = "apr_atomic_add64" > /usr/local/etc/rc.d/apache24: WARNING: failed to start apache24 >=20 >=20 Try to remove and install again apr package. >=20 >=20 > [root@freebsd ~]# pkg upgrade php72 > Updating FreeBSD repository catalogue... > FreeBSD repository is up to date. > All repositories are up to date. > The following 3 package(s) will be affected (of 0 checked): > Installed packages to be UPGRADED: >=20 > php72: 7.2.22 -> 7.2.24 > pcre: 8.43_1 -> 8.43_2 > libargon2: 20171227_1 -> 20190702 >=20 > Number of packages to be upgraded: 3 > 5 MiB to be downloaded. > Proceed with this action? [y/N]: y > [1/3] Fetching php72-7.2.24.txz: 100% 3 MiB 3.6MB/s 00:01 > [2/3] Fetching pcre-8.43_2.txz: 100% 1 MiB 1.3MB/s 00:01 > [3/3] Fetching libargon2-20190702.txz: 100% 65 KiB 66.1kB/s = 00:01 > Checking integrity... done (0 conflicting) > [1/3] Upgrading pcre from 8.43_1 to 8.43_2... > [1/3] Extracting pcre-8.43_2: 100% > [2/3] Upgrading libargon2 from 20171227_1 to 20190702... > [2/3] Extracting libargon2-20190702: 100% > [3/3] Upgrading php72 from 7.2.22 to 7.2.24... > [3/3] Extracting php72-7.2.24: 100% > [root@freebsd ~]# > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org" ++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astronomy and Astrophysics Kavli Institute for Cosmological Physics University of Chicago Phone: 773-702-4247 ++++++++++++++++++++++++++++++++++++++++