Install problem
Status: Alpha
Brought to you by:
bfleisch
the configure script tries to run the php-config file as an executable, but, by default, it's not executable so "$prefix" will always be zero & make the rest of the configure fail with a message "Please use --with-php-config=PATH". I got around this by setting the execute bit, but there are a number of other ways of doing it. At the very least, a better error message would be helpful.