Re: Issue with MediaWiki Installation: IntlException and Locale Problems in Apache
Date: Tue, 01 Oct 2024 09:31:23 UTC
On 30.09.2024 21:26, Marius Schamschula wrote: Hi Marius, > I have been running Mediawiki on FreeBSD for about ten years. I’ve never > seen this issue. same for me, I run since became a thing > How did you install apache, php and Mediawiki? Which version of Mediawiki? Apache self compiled as I need LDAP support, from ports. PHP completely from pkg, same for mod_php. Mediawiki I install myself from tarball. > Did you use pkg for all of them? If so, all needed parts of php should > be there and working. Have you done anything unusual to php.ini? I pointed to the right extensions directory, that's pretty much the only change initially. > I used to use apache and php from ports but have always installed > Mediwiki from source. Hence, I’ve had to insure that all the needed php > extensions are installed. yeah that should be fine, I doublechecked dependencies with those from the mediawiki pkg that is there. Also in case of missing dependencies I usually get an entry in apache error log. And as I mentioned there is zero entry in the error log related to this error. regards Adrian