Menu

What Other Sources Does This Require?

Help
MT
2007-11-17
2013-04-25
  • MT

    MT - 2007-11-17

    Apparently it needs Readline. Are there others? Could you provide some links to these sources? Thanks.

     
    • Stuart Allen

      Stuart Allen - 2007-11-21

      Hello

      The console interpreter (jacl) needs Readline and the FastCGI version of the web interpreter (fcgijacl) needs FastCGI. The local web interpreter (cgijacl) doesn't need any libraries other than CGIHTML which is included.

      How to install readline and fastcgi depends on which operating system you are running. On Debian/Ubuntu Linux you need to install the following packages:

      libreadline5
      libreadline5-dev
      readline-common
      libfcgi-dev
      libfci0c2

      I imagine other Linux distributions would have very similar packages available. If you are unable to get the compile to work, let me know which operating system you are running and I will give you a hand.

      Regards,
      Stuart

       

Log in to post a comment.