mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
+-------------------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-------------------------------------------------------------------------------
If running PHP inside a chroot jail (as is usual on OpenBSD), you will need
to copy dictionaries and other support files into the chroot.
# mkdir -p /var/www/usr/local/lib/aspell /var/www/usr/local/share/aspell
# cp /usr/local/lib/aspell/* /var/www/usr/local/lib/aspell/
# cp /usr/local/share/aspell/* /var/www/usr/local/share/aspell/
These files are rarely updated frequently so a one-off copy is likely to
be good enough.