On Mon, 29 Jun 2009, Surendran KK wrote: > The main error concerned absence of configure.rpath > The following had to done.
With automake-1.9, it should not be necessary to take care of the missing configure.rpath warning. I shall check it out on Debian. > $ bin/inveniocfg --create-demo-site > [...] > ERROR: You must run "webcoll" as the same user that runs your Apache server > process (seems to be "www-data"). Note that you can run most of INSTALL instructions in this way: $ sudo -u www-data /opt/cds-invenio/bin/inveniocfg --create-demo-site Please just make sure beforehand that www-user has rights to write in /opt/cds-invenio. Again I'll recheck and update the guide. > However, on clicking <Loans> link on Top, the following apache-error > is flashed: > > Not Found > The requested URL /yourloans/display was not found on this server. This is probably because your Apache configuration does not contain `/yourloans' bit in the files defining virtual hosts (e.g. /opt/cds-invenio/etc/apache/invenio-apache-vhost*.conf). The vhost files should contain the following line: <LocationMatch "^(/+$|/index|/collection|/record|/author|/search|/browse|/youraccount|/youralerts|/yourbaskets|/yourmessages|/yourloans|/yourgroups|/yourtickets|/submit|/getfile|/comments|/error|/oai2d|/rss|/help|/journal|/openurl|/stats|/unapi)"> Perhaps you do not have `yourloans' listed there? Maybe you have not updated Apache vhost config snippets after your have upgraded your CDS Invenio installation? > And indeed there is no /opt/cds-invenio/var/www/yourloans directory. It should not be there, because `/yourloans' is only a symbolic URL that is mapped onto CDS Invenio's URL handler via the above-mentioned LocationMatch Apache directive, which then executes Python scripts from within `lib'. > In the Loans Return page that comes up, the following items in the > Menu are not activated: < Borrowers>, <Lists>, <Libraries>, <Help? This is a known problem that we shall fix soon in git/master. It is related to the fact that the current BibCirculation module uses some CERN-style elements that are missing in the generic git/master version of BibCirculation. See also the Savannah task <https://savannah.cern.ch/task/?9400>: some parts are done already, but some parts are still to do, and the problem you observed is one of them. > I would be happy to test any other aspects of INVENIO on this > installation- Debian -5.0 Thanks for all your comments, and do not hesitate to send us any more observations you may have. Best regards -- Tibor Simko ** CERN Document Server ** <http://cds.cern.ch/>
