From: hlu@luke.eecs.wsu.edu (HJ Lu) Subject: Re: cnews says /lib/libc.so.4 (Jump table 4.2) to me - why? Date: Tue, 6 Apr 1993 14:06:46 GMT
In article <1993Apr4.110530.480@desaster.hanse.de> michaelw@desaster.hanse.de (Michael Will) writes:
>Hello,
>
>I am happily using linux 0.99p7 and libc.so.4.3, but now cnews
>does everytime I say
> sendbatches -v
>bark
> /lib/libc.so.4 (Jump table 4.2)
>at me.
>
>What does this mean? They should be compatible, because the command
>'cat' uses the same lib and works well...
>
>Any help very welcome...
It calls exec* () with argv [0] == (char *) NULL. Please check the
sourc code and fix it with argv [0] == program name.
H.J.