Bug #4234
Configuration 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.
History
#1 Updated by Redmine Admin over 6 years ago
Original Bugzilla ID was 4234
#2 Updated by ben leinfelder over 6 years ago
- Assignee changed from Shaun Walbridge to Chris Jones
We run registry in KNB/NCEAS without issue...can we close this?
#3 Updated by Chris Jones over 6 years ago
- Status changed from New to Closed
Since the registry is largely a KNB/NCEAS app, I'll close this.