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.
Updated by ben leinfelder over 11 years ago
- Assignee changed from Shaun Walbridge to Chris Jones
We run registry in KNB/NCEAS without issue...can we close this?
Updated by Chris Jones over 11 years ago
- Status changed from New to Closed
Since the registry is largely a KNB/NCEAS app, I'll close this.
Actions