Date: Sun, 3 Oct 2004 23:43:37 -0700 (PDT) From: spam maps <spamrefuse@yahoo.com> To: freebsd-current@freebsd.org Subject: Re: 5.3: redundant libraries in /usr/lib after cvsup-ing and build world ? Message-ID: <20041004064337.19785.qmail@web54010.mail.yahoo.com> In-Reply-To: <20041004062112.GC47338@ip.net.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
--- Ruslan Ermilov <ru@freebsd.org> wrote: > On Sun, Oct 03, 2004 at 10:29:30PM -0700, spam maps > wrote: > > > > /libexec/ld-elf.so.1 > > > > Can I remove all these as well? > > > Yes for the above list, but generally one should be > careful with removing the .a libraries -- they are > installed with -C. # ls -i /libexec/ld-elf.so.1 /usr/libexec/ld-elf.so.1 8710 /libexec/ld-elf.so.1 8710 /usr/libexec/ld-elf.so.1 But: # ls -il /libexec/ld-elf.so.1 /usr/libexec/ld-elf.so.1 8710 /libexec/ld-elf.so.1 110872 /usr/libexec/ld-elf.so.1 -> /libexec/ld-elf.so.1 However, /libexec/ld-elf.so.1 has an old date, whereas /usr/libexec/ld-elf.so.1 has the date of most recent world build. Is it still save to remove libexec/ld-elf.so.1 ? Regards, Rob. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041004064337.19785.qmail>