Hi....

    Been trying to install ssh version 1.2.27 on solaris 2.6 , After
unzip and tar xvf  , configure command goes smoothly using gcc .
when trying to run make it gives flowing errors and breaks.
attach errors file

Running all these through root.


Please suggest ....


Best Regards
Dhiraj


gcc -pipe -c -I.  -I./gmp-2.0.2-ssh-2 -I./zlib-1.0.4 -DHAVE_CONFIG_H  
-DHOST_KEY_FILE=\"/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/etc/ssh_config\" 
-DSERVER_CONFIG_FILE=\"/etc/sshd_config\" -DSSH_PROGRAM=\"/usr/local/bin/ssh1\" 
-DETCDIR=\"/etc\" -DPIDDIR=\"/etc\" -DSSH_BINDIR=\"/usr/local/bin\" 
-DTIS_MAP_FILE=\"/etc/sshd_tis.map\" -g -O2 -I/usr/openwin/include ssh.c
In file included from /usr/include/sys/turnstile.h:12,
                 from /usr/include/sys/t_lock.h:20,
                 from /usr/include/sys/vnode.h:37,
                 from /usr/include/sys/stream.h:21,
                 from /usr/include/netinet/in.h:38,
                 from includes.h:216,
                 from ssh.c:195:
/usr/local/lib/gcc-lib/sparc-sun-solaris2.5/2.7.2.2/include/sys/param.h:187: warning: 
`NBBY' redefined
/usr/include/sys/select.h:45: warning: this is the location of the previous definition
In file included from /usr/include/sys/stream.h:26,
                 from /usr/include/netinet/in.h:38,
                 from includes.h:216,
                 from ssh.c:195:
/usr/include/sys/model.h:32: #error "No DATAMODEL_NATIVE specified"
In file included from /usr/include/termios.h:13,
                 from includes.h:181,
                 from ssh.c:195:
/usr/include/sys/termios.h:376: parse error before `uint32_t'
/usr/include/sys/termios.h:376: warning: no semicolon at end of struct or union
In file included from /usr/include/sys/stream.h:21,
                 from /usr/include/netinet/in.h:38,
                 from includes.h:216,
                 from ssh.c:195:
/usr/include/sys/vnode.h:155: parse error before `u_offset_t'
/usr/include/sys/vnode.h:155: warning: no semicolon at end of struct or union
/usr/include/sys/vnode.h:163: parse error before `}'
/usr/include/sys/vnode.h:163: warning: data definition has no type or storage class
/usr/include/sys/vnode.h:271: parse error before `intptr_t'
/usr/include/sys/vnode.h:324: parse error before `u_offset_t'
In file included from includes.h:216,
                 from ssh.c:195:
/usr/include/netinet/in.h:156: parse error before `uint32_t'
/usr/include/netinet/in.h:156: warning: no semicolon at end of struct or union
/usr/include/netinet/in.h:156: warning: no semicolon at end of struct or union
/usr/include/netinet/in.h:160: warning: data definition has no type or storage class
/usr/include/netinet/in.h:167: parse error before `}'
/usr/include/netinet/in.h:226: field `sin_addr' has incomplete type
/usr/include/netinet/in.h:286: field `imr_multiaddr' has incomplete type
/usr/include/netinet/in.h:287: field `imr_interface' has incomplete type
In file included from includes.h:243,
                 from ssh.c:195:
/usr/include/netinet/ip.h:56: field `ip_src' has incomplete type
/usr/include/netinet/ip.h:56: field `ip_dst' has incomplete type
/usr/include/netinet/ip.h:127: field `ipt_addr' has incomplete type
In file included from includes.h:254,
                 from ssh.c:195:
/usr/include/arpa/inet.h:53: warning: parameter has incomplete type
/usr/include/arpa/inet.h:55: warning: parameter has incomplete type
/usr/include/arpa/inet.h:57: warning: parameter has incomplete type
*** Error code 1
make: Fatal error: Command failed for target `ssh.o'
{jupiter}root>

Reply via email to