Hi, This seemed like the most sensible place to start to ask for help. I'm currently working on Devenix, a project based on the knoppix live cd. It will eventually be a complete php design and test studio on a live cd, carry around a memory stick and save everything onto it, basically enabling you to work on any computer anywhere and get straight back to work. My PROBLEM is this. I need to install php4 and php5, my reasons? I want to make it a studio capable of assisting with code migration and testing from 4 to 5. php4 is already installed via the debian apt source. I initially tried installing php5 by compiling from clean source, but only ran into problems. I am now working on modifying the php5 source tar from the apt-sources to install into a different dir to avoid conflict with php4. I added teh prefix line to the common configure line in the debian/rules file, but this screwed up the libapachemodule rebuild when i tried to rebuild the pacakge. Please any advice here would be greatly appreciated. And any people wishing to help on the project would be fantastic. There is no website yet, once this stumbling block is overcome, the ball will start rolling. Thanx Pete -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php