From mboxrd@z Thu Jan 1 00:00:00 1970 To: Matt Garman Cc: zsh users Subject: Re: segmentation fault at startup From: Falk Hueffner Date: 12 Jul 1999 10:58:09 +0200 Message-ID: Matt Garman writes: > Hello: > > I tried to build zsh from the 3.1.5 source. The compilation and > installation went fine, but when I actually try to run the binary, it > just seg faults: > > zsh: segmentation fault zsh A possible reason is that you curses headers and libraries are out of sync. Try it "make menuconfig" with your kernel works as an indicator (I'm guessing you're using Linux on an i386, right?). Falk