I have a trouble using ssh on linux , both tried redhat 6.1/caldera 2.2.
it compiles fine, ssh also works fine, except one problem:
ssh from caldera --> solaris , $DISPLAY is set correctly
ssh from caldera --> another linux , $DISPLAY is not set.
lookling into the sshconf.h , created by ./configure, I found,
the entry
#define X_DISPLAY_MISSING 1
which seem indicate it can not find my X related library?
also , ./configure output shows
checking for X ... no
can somebody give a clue what's i'm missing?
Thanks,
Jason