shared libraries [ab]use
Posted Aug 4, 2005 18:29 UTC (Thu) by
dann (guest, #11621)
Parent article:
Our bloat problem
It seems like there's some abuse of share libraries going on.
For example for the clock-applet that was mentioned in the article on a FC4 system:
ldd /usr/libexec/clock-applet | wc -l
69
So that little applet is linked to 69 shared libraries! That seems a bit too much.
Some of the libraries don't look like should be needed for a clock:
libcrypto.so.5
libgssapi_krb5.so.2
libkrb5.so.3
libnspr4.so
libssl.so.5
etc etc
(
Log in to post comments)