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
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.
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.
On 09:49 Tue 30 Sep , psawant@nse.co.in wrote:
Next LUG meet: 11 Oct 2003 around 4 pm - VJTI Mech Dept
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
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.
type "emacs -nw" to start in non-window mode.
HTH, Rajesh
not sure abt ur problem . but if its with X then try emacs -nw <filename> -nw == no window .... or if u want to use in graphics mode then use export display to ur m/c ip
regards harsh ----- Original Message ----- From: psawant@nse.co.in
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
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.