Skip to Content.
Sympa Menu

sm-grimoire - Re: [SM-Grimoire] glibc and kernel headers with 2.6.3 kernel and 0.9.2 iso

sm-grimoire AT lists.ibiblio.org

Subject: Discussion of Spells and Grimoire items

List archive

Chronological Thread  
  • From: Seth Alan Woolley <seth AT positivism.org>
  • To: Eric Sandall <eric AT sandall.us>
  • Cc: tjolson AT bellatlantic.net, sm-grimoire AT lists.ibiblio.org
  • Subject: Re: [SM-Grimoire] glibc and kernel headers with 2.6.3 kernel and 0.9.2 iso
  • Date: Wed, 17 Mar 2004 19:18:55 -0800

On Wed, Mar 17, 2004 at 04:33:57PM -0800, Eric Sandall wrote:
> Quoting tjolson AT bellatlantic.net:
> > Actually, the times I got the 99's were the times I tried setting up a
> > separate
> > /boot partition, but I did not actually edit /etc/lilo.conf, just looked
> > at
> > it and the
> > boot and root assignments were pointing to the proper parts or
> > partitions.
> > Which made me wonder why LILO could not find /boot.
>
> You usually need to modify lilo.conf to use "/disc" instead of "/partX" on
> "root".

This is true. It's is noted in the install documentation on the CD-ROM.
I highly suggest people take a look at it and offer suggestions. We
don't default to /disc because we don't want to overwrite people's other
Master Boot Record by default. Yes, it's one small step on installs,
but it's also majorly less of a risk of toasting your dual boots by
accident.

>
> > Anyway, his time I went with a single / and swap partition, but had LILO
> > install to the MBR. Seems to work.
> >
> > I just did a cast -c linux to compile the kernel, but wget fails trying
> > to
> > download linux-2.6.4.tar.bz2 and linux-2.6.4.tar.bz2.sign. And wget fails
> > with
> > "wget: error while loading shared libraries: libintl.so.2: cannot open
> > shared
> >
> > object file: No such file or directory". And a find confirms that there is
> > nothing
> > called libintl.so.2.
>
> Just recompile wget. wget was compiled against gettext, and gettext was
> updated,
> breaking wget, but this doesn't always happen so there's no trigger for it,
> IIRC.

The solution to this is a simple symlink:

ln -s libintl.so.3 /usr/lib/libintl.so.2 && ldconfig && cast -c wget && rm
/usr/lib/libintl.so.2

Seth

--
Seth Alan Woolley <seth at positivism.org>, SPAM/UCE is unauthorized
Key id EF10E21A = 36AD 8A92 8499 8439 E6A8 3724 D437 AF5D EF10 E21A
http://smgl.positivism.org:11371/pks/lookup?op=get&search=0xEF10E21A

Attachment: pgpaR6Vj79pBR.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page