I am trying to install php 4.3 on my local webhost directory since I want to use some of the new features that php 4.3 has. I will only be using this binary to do shell scripting using PHP.
When I configure using: ./configure --enable-mime-magic; make
everything goes without a problem, but when I take the binary found in src/sapi/cgi/php
and try to run a test script along with it, I get bunch of errors pertaining to mime-magic file, but there is no specification of which file it is referring to.
Anyone know any solution to this?