Downgrading from PHP 5.3.10 to PHP 5.2.1
Every time I find an article online I run into some issue.
I found this one
Sorry, I cannot run apxs. Possible reasons follow:
Perl is not installed
apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
Apache was not built using --enable-so (the apxs usage page is displayed)
Then it tells me to type "make", so I do. I get
"make: *** No targets specified and no makefile found. Stop."
I've never done any installing from source before in my life so I'm somewhat lost.
Thanks for any help.
ps. This is Ubuntu 12.04
3 Replies
What PHP errors are you running into? It may be much easier to update the PHP commands than it is to do what you're currently trying to do.
Is this a custom app? Open source that's no longer supported? Something that you don't want to upgrade to a newer version? Something else?
Here are a list of deprecations and incompatibilities between PHP 5.2 and PHP 5.3: