It squishes after 'make all' because there is a bug in the code.
After correcting it was still falling because 'configure' didn't
correctly recognized few options. After correcting the 
SIZEOF_LONG_LONG to 0 (from 8) the compilation passed, but nor
server, nor client does not work.

this is log of the client's activity: ( kremilek is a
ssh2-well-working-linux ) 

informix:~/ssh-2.0.13/include$ ssh -v kremilek 
debug: hostname is 'kremilek'. 
debug: Unable to open /home/mates/.ssh2/ssh2_config
debug: connecting to kremilek... 
debug: entering event loop
debug: ssh_client_wrap: creating transport protocol 
debug: ssh_client_wrap: creating userauth protocol debug: 
  Ssh2Transport/trcommon.c:592: Remote version: SSH-1.99-2.0.13
  (non-commercial) 
debug: Ssh2Common/sshcommon.c:122: DISCONNECT received:
  Connection closed. 
debug: client_disconnect: Connection closed. 
Disconnected; connection lost (Connection closed.).
debug: uninitializing event loop

Here is the diff of the bug in the code :
lib/sshsession/sshunixuser.c 814,815c814,816 
< SSH_DEBUG(2,("ssh_user_become); setluid %d: %s", 
< (int)ssh_user_uid(uc),strerror(errno));  
--- 
> /* Mates : Here !!! */ 
> SSH_DEBUG(2, ("ssh_user_become: setluid %d: %s", 
> (int)ssh_user_uid(uc),strerror(errno))); 

The system type recognized is:
i386-unknown-sco3.2v5.0.5

If anyone knows what to do with that, please help, or consult ...
thanx, mates

Martin Jelinek 
Astronomical Institute, Charles University, Prague

[EMAIL PROTECTED]

Reply via email to