Hi there, On Thu, 23 Oct 2003, John Day wrote:
> I am using RH8.0. I used Apachetoolbox to build an > Apache/mod_ssl/mod_perl system with the supplied Perl 5.8.0, Apache > 1.3.28 and mod_perl 1.28. For my task I need Date::Calc - which had > serious problems compiling on the Perl 5.8.0 because of Unicode > difficulties. Maybe not so serious. It might be a bit late now, but take a look at http://perl.apache.org/docs/1.0/guide/troubleshooting.html#RH_8_and_9_Locale_Issues > I built Perl 5.8.1 from source, then I built MySQL 4.0.16 from > source and got DBD::mysql & Date::Calc installed. Now I need to > rebuild the Apache/mod_perl, when I do that using the Apachetoolbox > it finds/uses the old Perl in /usr/bin/perl - when I want it to find > the new one in usr/local/bin/perl. How do I tell it which Perl to > use so that my CGI and mod_perl all see the same Perl? I know nothing about the Apachetoolbox, I've never used it, but I'd be surprised if there's no documentation with it. Perhaps you'll need to reinstall the Apachetoolbox now you have a new Perl. I take it the new Perl is now the default in your system? So if you for example you type perl -V it tells you about 5.8.1? You could just build Apache, mod_perl etc. by hand instead. 73, Ged.