|
Cannot open termcap database file for emacs?
I downloaded the *.tar.gz of emacs-21.3 and copied it from a CD to my home directory.
I did tar -xvzf emacs-21.3.tar.gz and it unzipped.
I did ./configure and there were no errors.
I did make and there were no errors; at least, none that I know of since this is my first compile from source.
I then did sudo make install and there seemed to be a "cannot open termcap database file" error.
So, I went to /usr/local/bin and typed emacs and it gave the same error.
Why can't I run emacs?
|