Code: Select all
./configure --with-apxsAlso, I want to use PHP with MySQL, but I'm not at that point yet. Can I just re-run the ./configure when I get MySQL installed? Of course I would change it to
Code: Select all
./configure --with-mysql=/usr/local/mysql \Dave