[Refdb-users] marc2ris.pl
Status: Beta
Brought to you by:
mhoenicka
|
From: Dan O'D. <dan...@ul...> - 2006-06-26 19:01:20
|
Hi, I'm sure this is a question I should be able to answer from the manual, but I don't seem able to. I've been going through the Tutorial model for converting marc to ris, but can't get marc2ris.pl to run. Here's what I get: 1) Trying the example exactly: dan@caedmon:~/downloads/yaz-2.1.22$ marc2ris.pl knuth.loc.usmarc > knuth.loc.ris -bash: marc2ris.pl: command not found 2) Specifying perl and perl5.8.7 dan@caedmon:~/downloads/yaz-2.1.22$ perl marc2ris.pl knuth.loc.usmarc > knuth.loc.ris Can't open perl script "marc2ris.pl": No such file or directory dan@caedmon:~/downloads/yaz-2.1.22$ perl5.8.7 marc2ris.pl knuth.loc.usmarc > knuth.loc.ris Can't open perl script "marc2ris.pl": No such file or directory 3) Trying with /usr/local/bin/marc2ris dan@caedmon:~/downloads/yaz-2.1.22$ /usr/local/bin/marc2ris knuth.loc.usmarc > knuth.loc.ris Can't locate object method "new" via package "MARC::Charset" at /usr/local/bin/marc2ris line 90. I'm sure I've missed something, but I have done my best to follow the manual here. Is this evidence of an obvious problem in my installation that I'm not seeing? -d |