Hello,
I am installing invenio-1.1.0 from tar ball. There some optionas when doing ./configure , for example: --with-clisp=/opt/clisp/bin/clisp --with-cmucl=/opt/cmucl/bin/lisp --with-sbcl=/opt/sbcl/bin/sbcl I got the lines below when I configured invenio ./configure --prefix=/opt/invenio **************************************************************************** ** Your Invenio installation is now ready for building. ** ** You have entered the following parameters: ** ** - Invenio main install directory: /opt/invenio ** - Python executable: /usr/bin/python ** - MySQL client executable: /usr/bin/mysql ** - CLISP executable: ** - CMUCL executable: ** - SBCL executable: ** Here are the steps to continue the building process: ** ** 1) Type 'make' to build your Invenio system. ** ** 2) Type 'make install' to install your Invenio system. ** ** After that you can start customizing your installation as documented ** ** in the INSTALL file (i.e. edit invenio.conf, run inveniocfg, etc). ** ** Good luck, and thanks for choosing Invenio. ** ** -- Invenio Development Team <[email protected]<mailto:[email protected]>> ** **************************************************************************** I did not install clisp, cmucl ans sbcl in my system. Is it mandatory to have clisp, lisp ans sbcl on invenio insttalation ? If I have no clisp, lisp and sbcl on my system, will it affect invenio features? thank you very much!! REgards, Lanxin

