On Wed, 2006-03-08 at 22:43 +0200, Octavian Rasnita wrote: > Ok, but if I will do this, it will overwrite the old mod_perl because I want > to use it with the same Apache version. Or is it possible to specify > the --prefix and use the full path including the name of the mod_perl file > that will be created?
Just make perl and apache with specific paths and then the rest will all work if you use the right perl when calling mod_perl's Makefile.PL and tell it where to find your apache. - Perrin