All installation instructions can be found in the Linux® From Scratch Beyond Linux® From Scratch book. Anyway if one plans to use PHP in conjunction with MySql 8.2.0 one should take care of following:
Following configuration options should be passed:
--with-apxs2
which is responsible for compiling and installing libphp8.so that is standardly not.
--with-mysqli=shared
--with-mysqli=shared
to the ./configure script at PHP installation (cf. 2.1.2 ,) you should have following line in your php.ini file:
extension=mysqli
Copyright (©) 2009 -- 2024 | Pierre L. Nageoire |