On Fri, Jan 23, 1998 at 02:52:50PM +0100, Eric Delaunay wrote:
> 
> I get the following error from the rlogin process:
> 
> usr/sbin/in.rlogind: Symbol `_sys_errlist' has different size in shared 
> object, consider re-linking
> 
> (Hopefully I can still login from consoles or telnet).
> 
> It seems to come from tcpd in netbase package.
> (sed is another package which show me the same warning).

        According to the glibc FAQ, `_sys_errlist' shouldn't be used.
`strerror()' should always be used instead.

        List of binaries (in my machine) which use `_sys_errlist':

$ grep -l _sys_errlist /bin/* /usr/bin/* /sbin/* /usr/sbin/*
/bin/sed
/usr/bin/fping
/usr/bin/fromport
/usr/bin/last
/usr/bin/lastb
/usr/bin/namei
/usr/bin/skill
/usr/bin/slogin
/usr/bin/snice
/usr/bin/ssh
/usr/bin/strace
/usr/bin/toport
/usr/bin/vrfy
/usr/bin/w
/sbin/getty
/sbin/init
/sbin/rmt
/sbin/syslogd
/sbin/telinit
/usr/sbin/portmap
/usr/sbin/rmt
/usr/sbin/rpc.ugidd
/usr/sbin/sshd
/usr/sbin/tcpd
/usr/sbin/tcpdchk
/usr/sbin/tcpdmatch
/usr/sbin/try-from

> Now I'm trying to build the latest netbase package (3.03-1) but it fails due
> to some conflicts between bits/socket.h and asm/socket.h.

        Why does it need `asm/socket.h'?

-- 
Juan Cespedes


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to