I want to create a standalone LAMP distro package from the source, at least as follows:
* php must have mysqli support, ldap and GD
* all required .so must be included (e.g. libpng, required by GD) (independently)
I managed to do this, but I continue to correct the quirks, so I decided to start with the widely used one, for example XAMPP, but I can not find the source that creates it (some shell script, where it records all the configuration parameters, the sources involved, etc. .).
Where can I find such script / information?
I need this so that my users have a simple installation for my software, they are not LAMP administrators.
I need XAMPP package configuration options or similar.
clyfe source
share