[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [linux-team] xchat



On Fri, 7 May 1999, vincent louviaux wrote:

> 
> si ca  peut faire plaisir:
> 
> vincent@galaxie:~/download > which xchat
> /usr/X11R6/bin/xchat
> vincent@galaxie:~/download > ldd /usr/X11R6/bin/xchat
>         libc.so.6 => /lib/libc.so.6 (0x40260000)
>         libdl.so.1 => /lib/libdl.so.1 (0x4030d000)
>         libc.so.5 => not found
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00000000)
> 
Ce genre de problème vient peut-être d'une des librairies qui a mal été
compilée (sous libc5) et qui requiert automatiquement de charger libc5. Et
essayer cela, c'est la SEGmentation FAULT garantie.

Une idée : pour chacune des librairies, fait
nm nom_de_la_librairie | grep libc.so.5

Tu pourrais identifier le coupable, si c'est ce problème

Pascal Dupuis

-- 
Premature optimization is the root of all evil.
                -- D.E. Knuth

---------
This message was sent by Majordomo 1.94.3. Please report problems to
manu@rtfm.be. If you want to be deleted from the list, send a mail to
majordomo@rtfm.be with "unsubscribe linux-team" in the body.