On Mon, 17 Sep 2012, Nenad Steric wrote: > the parameter > CFG_BIBDOCFILE_ENABLE_BIBDOCFSINFO_CACHE > does not exist in my version (1.0.1) > > sudo -u www-data /opt/invenio/bin/inveniocfg --check-openoffice > should be > sudo -u www-data /opt/invenio/bin/inveniocfg --check-openoffice-dir
Just to follow up on this, the option was called `--check-openoffice-dir' in Invenio v1.0 release series and later it was renamed to `--check-openoffice' in Invenio v1.1 release series and higher. As for the version of the INSTALL file, it is best to follow the one that comes bundled with the Invenio tarball. > [Errno 2] No such file or directory: > '/opt/invenio/etc/websubmit/file_converter_templates/ISOCoatedsb.icc' One must run an optional installation step: $ sudo -u www-data make install-pdfa-helper-files See the INSTALL file for details. BTW, yes, this installation step looks like a misnomer. See also <http://invenio-software.org/ticket/197>. Best regards -- Tibor Simko

