From: <bin...@li...> - 2001-10-08 18:48:35
|
>>> I've just finished the install dance for Java to test Tomcat. >> Huh.. gratulations. No you've got a damned fast server side language ;-> > Got that already in PHP ;^) If I could ever get Sablotron to work I'm not > sure I would need/want *.jsp. Hey dave, if you want sablot to work fine, (and you're on a linux box) http://sourceforge.net/project/showfiles.php?group_id=16402&release_id=52725 doenload that tarball and compile it from scratch. that package is a little thing I made up that will properly compile and install apache (comes with a bunch of configure scripts for each package. I have sab .5 working fine with php406/apache 1320 :) > Of course I am not as informed as to why PHP is during the install as I've > just started looking at the cvs tree I have. But I'm real curious, had to > drag out the PHP sources again to build a cgi version, just to install BC. yeah, we could convert all the makefiles to perl! :) hehe.... kidding.. PHP is in the install because we're processing files as part of the make - it's not just a packaging utility. if it was, you wouldn't need php on the command line and the make system we have would be fine with a few modifications. as it stands we're doing things with make that will be _very_ cool when they're done, which requires php on the command line. ... And I do not intend to use ANTs as the make system. But I will look at it, certainly. _alex |