I replaced the old with the new binary
I also am using your
Code Select
#!/home/public/cgi-bin/newlisp
Everything worked immediately, and will keep note of your recompile without readline in mind too!
Much appreciated, Lutz!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
#!/home/public/cgi-bin/newlisp
mkdir cgi-bin
cd cgi-bin
wget http://www.newlisp.org/cgi-bin/newlisp
chmod 755 newlisp
./newlisp
Shared object "libreadline.so.7" not found, required by "newlisp"
wget ftp://ftp.gnu.org/gnu/readline/readline-8.0.tar.gz
tar zxvf readline-8.0.tar.gz
cd readline-8.0
./configure
make
make install
install: /usr/local/include/readline/readline.h: Read-only file system
*** Error code 71
Newlisp has been dropped from the FreeeBSD ports collection due to lack of support from the developer, so we are unable to offer it preinstalled.Quote
We contacted the developer about this to see if we could facilitate a solution, but we were not successful. The developer recommends that anyone who wants to use newlisp compile it from source.
#/usr/local/env/bin newlisp
(println "hihi")
(exit)
$ whereis newlisp
newlisp:
$ newlisp
-bash: newlisp: command not found
* * * * * joe /home/joe/winny/winny.lsp
Oct 26 01:49:01 jsfccfow CRON[6574]: (joe) CMD (joe /home/joe/winny/winny.lsp)
(append-file "ltcbtc.txt" (println pairs (date (date-value) 0 "%y%m%d%H%M%S")))
> (format "%0.100f" -2.000000000000049e-07)
"-0.0000002000000000000048878588486791010869758622447989182546734809875488281250000000000000000000000000"