newlisp 10.0 does not recognize /usr/share/newlisp/init.lsp

Q&A's, tips, howto's
Locked
Tim Johnson
Posts: 253
Joined: Thu Oct 07, 2004 7:21 pm
Location: Palmer Alaska USA

newlisp 10.0 does not recognize /usr/share/newlisp/init.lsp

Post by Tim Johnson »

This is the first time I have used the debian install package to
install newlisp on ubuntu and for the first time, newlisp does
not know where to find /usr/share/newlisp/init.lsp

Looks like some environment variables got clobbered.
Need help on this too.
thanks
tim

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

The debian package from newlisp.org has been made and tested on Ubuntu 8.04. I don't know why it would complain. If it doesn't find any /usr/share/newlisp/init.lsp it just should move on. I guess it is some incompatibility with the 7.10 version of Ubuntu? Try: newlisp -n

Tim Johnson
Posts: 253
Joined: Thu Oct 07, 2004 7:21 pm
Location: Palmer Alaska USA

Post by Tim Johnson »

newlisp -n doesn't help. It's no big deal, I don't have that many
newlisp scripts and it is simply a matter of

Code: Select all

(load "/usr/share/newlisp/init.lsp")
to bootstrap everything.
Thanks
tj

Tim Johnson
Posts: 253
Joined: Thu Oct 07, 2004 7:21 pm
Location: Palmer Alaska USA

Post by Tim Johnson »

Downloaded the tarball and installed from that - didn't take any longer
than to install from the .deb file.

newlisp now recognizes ~/.init.lsp, so the bootstrap is to put
(load "/usr/share/newlisp/init.lsp") in .init.lsp and all is good.
cheers
tim

Locked