Hi all, 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. 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? TIA John