ThinkGeekness
Technical User
I am trying to install PHP4.3.1 on Apache 1.3.26. I originally installed apache by:
#./install-bindist.sh
When I tried to install PHP it said that I need to have Apache installed with:
#--enable-module=so
Okay, so I installed enabling module=so (with ./configure), but it didnt load any of my modules.
So is there a way I can --enable-module=so with install-bindist.sh or a way I can have it install all of the modules with ./configure?
Thanks
#./install-bindist.sh
When I tried to install PHP it said that I need to have Apache installed with:
#--enable-module=so
Okay, so I installed enabling module=so (with ./configure), but it didnt load any of my modules.
So is there a way I can --enable-module=so with install-bindist.sh or a way I can have it install all of the modules with ./configure?
Thanks