Actions
Bug #4234
closedConfiguration of Registry in 1.9.1 has incorrect library paths
Start date:
07/10/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4234
Description
In trying to run the register-dataset.cgi application, errors are generated such as:
Can't locate auto/Metacat/autosplit.ix in @INC
from the AutoLoader.pm module.
As a temporary fix, I did the following:
1) mkdir WEB-INF/scripts/auto
2) mkdir WEB-INF/scripts/auto/Metacat
3) cp WEB_INF/scripts/autosplit.ix WEB-INF/scripts/auto/Metacat
and then add the following line to register-dataset.cgi:
use lib '../WEB-INF/scripts';
The autosplit issue was then resolved.
Actions