hi
This is regarding the problem in my php+apache configuration.I have installed red hat 6.1,apache1.3.20 and php4.0.6.
while during my installation it is giving some error.First i have successfully installed red hat 6.1.Then i successfully installed mysql.I did like this for php and apache.
apache
1.First i did ./configure --with-apache=usr/local/apache....
2.make
3.make install
php
./configure --with-apache=/usr/local/apache.......
make
make install
Everything was perfect until this stage.
Then i tried to configure the apache once again (in order to activate the php module)
./config.status --activate-module=src/modules/php4/libphp4.a
It is configuring perfectly and creating the make files.
Then i gave make.During this make...after some time it is giving a error....build error.
I don't know what is the problem in this state and i am not able to proceed further.
Is this problem because of red hat6.1.Will red hat 6.1 support the latest apache and php versions.Could any one help me on this.
I am totally stumped on this stage.
Thanks in advance.
srini