On 2022-01-03, Thomas Bohl <[email protected]> wrote: > # mkdir -p /var/www/usr/local/share/icu/ > # mkdir -p /var/www/etc/ssl/ > # cp -r /usr/local/share/icu/* /var/www/usr/local/share/icu/
The icu files are placed there automatically if you install the php-intl package which uses them. Don't copy them separately, you risk pkg_add failing to update them due to a conflict if the files change. -- Please keep replies on the mailing list.

