Hi,
I tried to install Apache and PHP with precompiled packages using
I did choose for pkg_add because I have a low computing power system (600 MHz processor with 512 MB RAM). My guess is that Apache with PHP
is a very often used combination. Why is there not a package that delivers libphp5.so that can be used by Apache?
I tried to install Apache and PHP with precompiled packages using
pkg_add. Unfortunately, this will NOT install libphp5.so and therefor this combination will not work. I have searched about this extensively and what I found is that many others had the same problem and the usual response is to use the ports and compile PHP. Also, many times people advice against a mixing pkg_add installed packages with self compiled ports.I did choose for pkg_add because I have a low computing power system (600 MHz processor with 512 MB RAM). My guess is that Apache with PHP
is a very often used combination. Why is there not a package that delivers libphp5.so that can be used by Apache?