Click to See Complete Forum and Search --> : apache 2.0.x & php 4.2.x anyone ?
ignacio
07-31-2002, 09:38 PM
Hello all.
Simple quest:
Is possible get at work apache 2.0.x with php 4.2.x loading as module in a win 98 box ? and how ?
I try several times with those latest versions with no result.
TIA
ignacio.
DrWolffenstein
08-01-2002, 05:13 PM
Hey I had the same problem. The solution to this problem is that you compile the module on linux gcc enabled machine.
Then you install it on Win98 just like any other module.
If you don't have Linux mail me so that I can send the PHP module to you with a step to step guide. erwinwolffnl@hotmail.com.
DrWolffenstein
08-02-2002, 06:41 AM
Well you have to do the following steps:
1. Download the source code to your HD.
2. Extract the files to a folder and go to that forder.
3. type in a shell:
./configure --with-apxs="/path/to/apxs"
(the apxs file is located in the "bin" directory of you apache server )
4. Let the configure script do its work.
5. Now, type in: Make all
6. When it is al compiled type in:
Make install.
Now edit the apache config file as discribed in the INSTALL file in the php folder.
If this doesn't work just mail me and I wil give you the compiled module. Altough you have to edit the config file yourself.
DrWolffenstein
08-02-2002, 06:44 AM
as a last note if you are using apache 2
you should run the ./configure script as discribed below:
./configure --with-apxs2="/path/to/apxs"
The apxs script is named: " apxs " in apache 2.0.x and apache 1.3.