How to run something like "cd php-4.3.10 && ./configure --youroptions &&...&quo

Hi, my MMCache is having problem after upgraded to PHP 4.3.10..

I've searched around and found I have to run:

Code:
cd php-4.3.10 && ./configure --youroptions && make -j3 && apachectl stop && make install && cd ../turck-mmcache-2.4.6 && make clean && make install && apachectl start
How am I going to deal with this code??

Thanks a lot!

 

 

 

 

Top