on mysql error:
how to fix Got error 'this version of PCRE is compiled without UTF support at offset 0' from regexp
fix:
1.
install aclocal-1.15 from
https://github.com/gp187/nginx-builder/blob/master/fix/aclocal.sh
2.
./configure --prefix=/opt/lampp --enable-utf8 --enable-unicode-properties && make
make install
No comments:
Post a Comment