Gordon Messmer wrote:
> On Tue, 11 Dec 2001, Art Ross wrote:
>
> > Gordon,
> > I did an rpm -q kernel-headers and this package is installed. Do you have
> > any other ideas? Thanks for your insight.
> > Best Regards,
> > Art
>
> The only other package that should have a required "socket.h" is
> glibc-devel.
>
> --
> If I had a dollar for every brain that you don't have,
> I'd have one dollar. - Squidward to SpongeBob
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
Gordon,
Well I did a check and found that glibc-devel was also installed. Why don't I
give you some more accurate information. I've attached a log of the make
process. Maybe this will give you some ideas.
Thanks for the assistance.
Best Regards,
Art
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=\"/var/run\" -DSSH_BINDIR=\"/usr/local/bin\"
-DTIS_MAP_FILE=\"/etc/sshd_tis.map\" -D_GNU_SOURCE -g -O2 -I/usr/X11R6/include ssh.c
In file included from /usr/include/errno.h:36,
from includes.h:167,
from ssh.c:199:
/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
In file included from /usr/include/signal.h:300,
from includes.h:170,
from ssh.c:199:
/usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or directory
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:30,
from
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h:117,
from
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/syslimits.h:7,
from
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h:11,
from /usr/include/bits/socket.h:31,
from /usr/include/sys/socket.h:34,
from includes.h:219,
from ssh.c:199:
/usr/include/bits/local_lim.h:27: linux/limits.h: No such file or directory
In file included from /usr/include/sys/socket.h:34,
from includes.h:219,
from ssh.c:199:
/usr/include/bits/socket.h:295: asm/socket.h: No such file or directory
In file included from includes.h:170,
from ssh.c:199:
/usr/include/signal.h:303: warning: `struct sigcontext' declared inside parameter list
/usr/include/signal.h:303: warning: its scope is only this definition or declaration,
/usr/include/signal.h:303: warning: which is probably not what you want.
ssh.c: In function `main':
ssh.c:418: storage size of `ws' isn't known
ssh.c:903: `TIOCGWINSZ' undeclared (first use in this function)
ssh.c:903: (Each undeclared identifier is reported only once
ssh.c:903: for each function it appears in.)
make: *** [ssh.o] Error 1