when i run the following commands php no longer works but jserv does.
 
cd ../apache_1.3.x
./configure \
--activate-module=src/modules/jserv/libjserv.a
make
make install
 
when i run the following commands jserv no longer works but php does.

 ./configure --activate-module=src/modules/php4/libphp4.a
 make
 make install
 
when i run the following commands php no longer works but jserv does.
 
 ./configure \
--activate-module=src/modules/php4/libphp4.a \
--activate-module=src/modules/jserv/libjserv.a
 make
 make install
 
is there any way around this.
 
thanks

Reply via email to