Re: [SLE] Absolute minimum install
On Thu, Nov 01, 2001 at 08:26:27AM -0800, matthew@psychohorse.com wrote:
Incidentally, there are some bizarre dependencies on the X11 base libraries...
Probably stuff to with yast2 perhaps....Cannot remember if yast1 requires anything from their.
Didn't install YaST2. Minimum install, remember? :-) No, IIRC, wvdial and another unobvious package (possibly lilo, but I'm not sure about that) have dependencies on the X libraries... -- David Smith Tel: +44 (0)1454 462380 (direct) STMicroelectronics Fax: +44 (0)1454 617910 1000 Aztec West TINA (ST only): (065) 2380 Almondsbury Home: 01454 616963 BRISTOL Mobile: 07932 642724 BS32 4SQ Work Email: Dave.Smith@st.com Home Email: David.Smith@ds-electronics.co.uk
On Thursday 01 November 2001 08:36 am, Dave Smith wrote:
On Thu, Nov 01, 2001 at 08:26:27AM -0800, matthew@psychohorse.com wrote:
Incidentally, there are some bizarre dependencies on the X11 base libraries...
Probably stuff to with yast2 perhaps....Cannot remember if yast1 requires anything from their.
Didn't install YaST2. Minimum install, remember? :-)
No, IIRC, wvdial and another unobvious package (possibly lilo, but I'm not sure about that) have dependencies on the X libraries...
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. Matt
On Thu, Nov 01, 2001 at 08:39:44AM -0800, matthew@psychohorse.com 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.
I worked out the package dependencies for X by removing the package (despite YaST's complaints), and then running rpm --verify. For some reason, YaST 1 doesn't seem to want to tell me which package depends on the one I want to remove (although this feature was there in 6.3/4). It just tells me that there is a dependency on the package. I don't particularly want to remove the package to find that the system doesn't work at all, and I have no way of re-installing it... -- David Smith Tel: +44 (0)1454 462380 (direct) STMicroelectronics Fax: +44 (0)1454 617910 1000 Aztec West TINA (ST only): (065) 2380 Almondsbury Home: 01454 616963 BRISTOL Mobile: 07932 642724 BS32 4SQ Work Email: Dave.Smith@st.com Home Email: David.Smith@ds-electronics.co.uk
On Thu, Nov 01, 2001 at 04:51:21PM +0000, Dave Smith wrote:
On Thu, Nov 01, 2001 at 08:39:44AM -0800, matthew@psychohorse.com 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
On Thu, Nov 01, 2001 at 04:36:36PM +0000, Dave Smith wrote:
On Thu, Nov 01, 2001 at 08:26:27AM -0800, matthew@psychohorse.com wrote:
Incidentally, there are some bizarre dependencies on the X11 base libraries...
Probably stuff to with yast2 perhaps....Cannot remember if yast1 requires anything from their.
Didn't install YaST2. Minimum install, remember? :-)
No, IIRC, wvdial and another unobvious package (possibly lilo, but I'm not sure about that) have dependencies on the X libraries...
Don't think so, it would be ludicrous if they did... And here is the evidence .. da-da.. [root@tanya]~# ldd /sbin/lilo libc.so.6 => /lib/libc.so.6 (0x40034000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) [root@tanya]~# ldd /usr/bin/wvdial libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3 (0x40034000) libm.so.6 => /lib/libm.so.6 (0x4007d000) libc.so.6 => /lib/libc.so.6 (0x4009d000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) -- Regards Cliff
participants (3)
-
Cliff Sarginson
-
Dave Smith
-
StarTux