Re: Mod_perl using wrong version of perl

2006-02-01 Thread Francesc Guasch
En/na Steven Bush ha escrit: > It is still using the old version (5.8.3). I have recompiled perl and When I want to deploy a new version I make a new user and I install everything inside it. So I can have the new and old versions and I can go back if I ever want to. The .bash_profile for the web

Re: Mod_perl using wrong version of perl

2006-01-31 Thread Mark Galbreath
I had the same problem when I installed 5.8.7 over 5.8.6.  I had to do a      find / -iname "*perl*   and because I'm not smart enough to know all the shit on my machine that uses perl nor was I inclined to hunt down every config file, instead of deleting all the old perl I created symbolic links

Mod_perl using wrong version of perl

2006-01-31 Thread Steven Bush
I just installed a new version of perl (5.8.7) on one of my servers. After I had a complete install w/o any trouble, I re-installed mod_perl (2.0.2) so that it would be using my newer version of perl. It is not. It is still using the old version (5.8.3). I have recompiled perl and mod_perl in a