On Tue, Sep 30, 2003 at 09:49:44AM +0530, psawant@nse.co.in wrote:
i connect to a gnu/linux server through telnet. on the server, emacs is installed, but X is not. when i try to start emacs, it gives the foll error (i guess this is because emacs is trying to start X).
emacs: error in loading shared libraries: libXaw3d.so.7: cannot open shared obje ct file: No such file or directory
There is some problem with the installed packages (mismatching of versions)
is there any way to start emacs in the non-gui mode (i know this can be done, but don't know how to do it). at my home, if i open emacs in the prompt mode (with the X stopped), it opens automatically in the non-gui mode.
the server is managed by a sysadmin. do i need to tell him to do something, or can it be done if i add something in my ".bashrc" or ".emacsrc" files?
i would be thankful if anyone could suggest some way to do it.
Try this:
bash$ unset DISPLAY bash$ emacs
Might work.