From nobody Fri Oct 11 16:22:00 2024 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4XQBjH0lQqz5Z5Y2 for ; Fri, 11 Oct 2024 16:22:11 +0000 (UTC) (envelope-from ml-ktk@netlabs.org) Received: from r2-d2.netlabs.org (r2-d2.netlabs.org [213.238.45.90]) (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 4XQBjF3rKXz52sl for ; Fri, 11 Oct 2024 16:22:09 +0000 (UTC) (envelope-from ml-ktk@netlabs.org) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of ml-ktk@netlabs.org designates 213.238.45.90 as permitted sender) smtp.mailfrom=ml-ktk@netlabs.org; dmarc=none Received: (qmail 23452 invoked by uid 89); 11 Oct 2024 16:22:01 -0000 Received: by simscan 1.4.0 ppid: 23447, pid: 23449, t: 0.1347s scanners: clamav: 0.99.2/m:59/d:26096 Received: from unknown (HELO ?192.168.96.180?) (ml-ktk@netlabs.org@213.55.185.244) by 0 with ESMTPA; 11 Oct 2024 16:22:01 -0000 Message-ID: <3b3e5cc8-3624-40ab-a1b3-bbf9af58b16b@netlabs.org> Date: Fri, 11 Oct 2024 18:22:00 +0200 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Issue with MediaWiki Installation: IntlException and Locale Problems in Apache To: questions@freebsd.org References: Content-Language: en-US From: Adrian Gschwend In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-3.22 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.93)[-0.926]; R_SPF_ALLOW(-0.20)[+ip4:213.238.45.90/32]; MIME_GOOD(-0.10)[text/plain]; XM_UA_NO_VERSION(0.01)[]; FROM_HAS_DN(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:9211, ipnet:213.238.32.0/20, country:DE]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[questions@freebsd.org]; DMARC_NA(0.00)[netlabs.org]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; TO_DN_NONE(0.00)[]; RCVD_TLS_LAST(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ARC_NA(0.00)[] X-Rspamd-Queue-Id: 4XQBjF3rKXz52sl X-Spamd-Bar: --- On 30.09.2024 20:39, Adrian Gschwend wrote: > I created a minimal PHP test case to see if I could reproduce the error > outside of MediaWiki. Here's the test script: TL;DR fix summary: Turns out that I screwed up several /usr/loca/ dir permissions by accident (via tar). So poor Apache couldn't read /usr/local/lib anymore which lead to this super weird error with intl. That's also the reason why it worked on cli as I tried that as root... all good now, Apache is happy again. regards Adrian