re-building php, not taking

sde

Verified User
Joined
Sep 11, 2004
Messages
215
Location
Temecula, CA
i'm running ./build php, then restarting the web service.

the configuration options in the php.ini don't match my modifications. the build date is also 3 days ago when i last built.

i've done this a few times today but my new build isn't taking for some reason. no errors on build either.

any suggestions ?
 
yeah =/ .. i did ./build all and it did not work either.

it has to be something pretty stupid since i was able to easily upgrade my system to php5 3 days ago.
 
Hello,

Are you doing a:

./build clean

before doing any recompiles? If not, the make system might say "hey look, it's already compiled, lets install it" .. so it's just installing the old one over and over. The build clean will ensure that any changes to your configure.php are actually compiled.

John
 
i'm sorry, i should have posted right away.

my --with-aspx line was messed up. it was my own stupid mistake.

thanks for the responses.
 
Back
Top