On Sat, Jul 01, 2000 at 10:20:49PM -0500, Donnie Pennington wrote:
> On Sat Jul 01 2000 at 07:03:30PM +0100, Lars Hecking wrote:
> > Ok. According to this, you won't be able to compile anything
> > with your compiler. You need to install the glibc-devel RPM
> > which includes essential files like the startup codes for
> > C programs (crt1.o), and libraries and include files.
>
> I installed glibc-devel and ncurses-devel. The mutt compile acted like it
> was working, but when I check mutt after the compile I'm still left with the
> old one.
This sounds like you did a `make install' and it installed everyting
into /usr/local, while your old mutt version is still in /usr. Try
running /usr/local/bin/mutt. If it works, you can rpm -e your old mutt
package.
(Also check if /usr/local/bin in the $PATH, Red Hat does not add it by
default IIRC).
> Here is the latest config.log. The problem appears to be at line
> 3593.
That's not actually a problem. It just indicates that your
/var/spool/mail is not world writable. Mutt will use a sgid mail
mutt_dotlock binray in this situation.
Marius Gedminas
--
Unfortunately, most programmers like to play with new toys. I have many
friends who, immediately upon buying a snakebite kit, would be tempted to
throw the first person they see to the ground, tie the tourniquet on him,
slash him with the knife, and apply suction to the wound.
-- Jon Bentley