Trying to set up a bunch of SVN - Bugzilla. When compiling the script, an error occurs (see below):
For libraries (DateTime, DBI, etc.) that are used in Bugzilla and which are inside it, created links from the /usr/local/share/perl/5.10.1 directory, which is present in the @INC variable.
Help solve the problem.
Can't locate loadable object for module DBI in @INC ( @INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl . contrib .) at /usr/local/share/perl/5.10.1/DBI.pm line 268 BEGIN failed--compilation aborted at /usr/local/share/perl/5.10.1/DBI.pm line 268. Compilation failed in require at Bugzilla/DB.pm line 33. BEGIN failed--compilation aborted at Bugzilla/DB.pm line 33. Compilation failed in require at Bugzilla.pm line 44. BEGIN failed--compilation aborted at Bugzilla.pm line 44. Compilation failed in require at /var/svn/svn_bz/svn_bz_append.pl line 40. BEGIN failed--compilation aborted at /var/svn/svn_bz/svn_bz_append.pl line 40.