Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trying to get PHP4 installed, module problem

Status
Not open for further replies.

ThinkGeekness

Technical User
Jan 20, 2003
55
0
0
US
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
 
Nope, it didnt work. I installed Apache with:

./configure --enable-module=most --enable-module=so --prefix=/usr/local/apache

and it did not load any modules. I saw the modules being complied though, if that is as sign of anything. Maybe I have to manually add the modules?

Thanks
 
Did you install the new version of Apache after configuring and making it? //Daniel
 
I figured it out, it took awhile though. It was the src/Configuration file, I had to uncomment out all of the AddModule lines.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top