I wish to make a self contained LAMP distro software package from source with at least the following:
* php must have mysqli, ldap and GD support
* all required .so's must be included (like libpng needed by GD) (self contained)
I managed to make one but i keep patching quirks to it, SO i thought to start from a wide-used one like XAMPP but i can't find the source that builds it (some shell script where it writes all the configure options, involved sources etc).
Where can i find such a script/informations ?
I need this so my users have an easy out of the box install for my software, they are not LAMP admins.
I need the configure options of XAMPP packages or similar.