Re: ld-2.11.1.so and segfaults

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



> I'm out of ideas too, because they still segfault. Crap.
>
> I guess I could reinstall the system, but doesn't seem like the way to go
> here. I have X working with wmii. I just have nasty looking window
> decorations and random productivity Applications that don't work.
>
> Is there a way to de-install everything that's NOT in base? I looked around
> for this, and will I could certainly create a command line chain for it
> something like "pacman -R --all !base"  would be nice

the "file" command will tell you if a binary is 32bit or 64bit, so go
in /lib/ /usr/lib/ /usr/bin etc and do a

file * | grep '32-bit'

or a bit more robust

find /usr/lib/ -print0 |  xargs -0 file | grep '32-bit'


-- 
damjan


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux