Did the Os upgrade include a Perl? If it did, it is usually in /usr/bin which would not know that you have DBI/DBD installed.
check, /usr/bin/perl -v /usr/local/bin/perl -v ..see if the versions are the same. On 04-Feb-2003 Chamlee, Douglas, B. (Contractor) wrote: > I recently upgraded the OS on my SGI (UNIX) system and after word my web > database connection tells me that it cannot find the DBI or the DBD modules. > Everything worked fine before the upgrade and the OS was the only thing > upgraded the perl, DBI and DBD were NOT upgraded. This problem has been > torturing me for a week now and any help or suggestions would be greatly > appreciated. > > This is a help desk application called Wonderdesk that connects to a MySQL > database. Here is the error the database test returns: > > Welcome to WonderDesk SQL Required Libs Test! > --------------------------- > > Checking for required modules: > CGI module ... version 2.752 ok! > DBI module not found! You can find this at: > http://www.perl.com/CPAN/modules/by-module/DBI/ > DBD-Mysql module not found! You can find the DBD-Mysql module at: > http://www.perl.com/CPAN-local/modules/by-module/DBD/ > > Aborting.. please install the required modules and rerun the test > ---------------------------------- E-Mail: [EMAIL PROTECTED] Date: 04-Feb-2003 Time: 10:46:04 ----------------------------------
