I would like to install php-5.2.6 on apache-1.3.34 under solaris10, although we have php-4.3 on it already.
After installation php-5.2.6 statically, I need activate php5 module with configure apache as follows:
Code: Select all
$ cd ../apache
$ ./configure --prefix=[path of apache] --activate-module=src/modules/php5/libphp5.a
$ makeCode: Select all
make[4]: *** No rule to make target `all'. Stop.
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/mktg/fsa12/webserver/build_2/apache_1.3.34/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/mktg/fsa12/webserver/build_2/apache_1.3.34'
make: *** [build] Error 2Also, I would not like to rebuild apache. Is that alright?
So, is there anyone to tell me what should I do ? I will really appreciate for your helps.
Thanks,
Helen