I built php on linux but have never re-compiled it. I am trying to recompile now but with issues.
I cd'd into my php directory and did:
./configure --with-apxs=/path/to/apxs --with-mysql, etc
make
make install
Then I went into my apache folder and did
./configure with options
make
make install
Then rebooted and started apache but when I look at phpinfo it still
shows the old command used to build it....not the new command.
What am I missing?
Thanks!