Mailinglist Archive: opensuse (4393 mails)

< Previous Next >
Re: [SLE] Absolute minimum install
  • From: Cliff Sarginson <cliff@xxxxxxxxxxxxxxx>
  • Date: Thu, 1 Nov 2001 18:33:27 +0100
  • Message-id: <20011101183327.D1832@xxxxxxxxxxxxxxx>
On Thu, Nov 01, 2001 at 04:51:21PM +0000, Dave Smith wrote:
> On Thu, Nov 01, 2001 at 08:39:44AM -0800, matthew@xxxxxxxxxxxxxxx wrote:
> > Could be lilo....Sounds as though youe combed through the packages to find
> > the issue. Perl is used for things like amavis etc, could try removing it as
> > yast will complain if you are removing something that is needed.
>
Perl is used by the SuSE configuration scripts I believe.
Which ones is anyone's guess.

..as I tried to demonstrate in my previous email, "ldd"
shows you the dependencies.

The way to do this "properly" is to make statically linked
binaries of the things you need, that have dependencies
on libraries other than those in /lib. This may take
some work...
No fundamental system program should have a dependency on
an X11 library, since X11 is optional anyway. If this
kind of dependency does exist then the person who created
such a dependency should be crucified, slowly.

--
Regards
Cliff



< Previous Next >