Dec 13, 2008 20:30
Configured compiled and installed apache2 (v2.2.10) as recommended for running php5
Configured compiled and installed php5 (v5.2.7) as recommended for running in apache2
When starting using /usr/local/apache2/bin/apachectl start
it complains about an undefined symbol sqlite3ExprDelete (grr!)
...currently trying a suggestion found while googling to redo php configuration with: make clean, adding '--without-sqlite --without-pdo-sqlite' to the configure command, and seeing how things go.
***
Doing a PHP 'make clean', then putting in the two 'without' options into configure, then doing the usual 'make' and 'sudo make install' seems to have cured the problem. Apache2 now starts up successfully AND a simple index.php consisting of the command spews out good stuff.
hiccups,
php5,
installation,
fixed,
apache2