From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5497 invoked from network); 26 Dec 2001 16:03:52 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 26 Dec 2001 16:03:52 -0000 Received: (qmail 2423 invoked by alias); 26 Dec 2001 16:03:41 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4553 Received: (qmail 2411 invoked from network); 26 Dec 2001 16:03:40 -0000 Date: Wed, 26 Dec 2001 11:03:23 -0500 From: Clint Adams To: erlamarque@airfrance.fr Cc: webadm@chronos.cs.msu.su, zsh-users@sunsite.auc.dk Subject: Re: Zsh on Solaris 2.6 Message-ID: <20011226160323.GA4303@dman.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.24i > I have downloaded the Zsh shell that I have founded on your website > (http://chronos.cs.msu.su/). > the file I have donwloaded is : > # /usr/local/bin/zsh > > m091712@qvgweb2 pts/7 /export/home/m091712% zsh > Segmentation Fault (core dumped) > > Do you have some explanation, or is the package zsh-3.1.9g-pkg.tgz, the right one to install ZSH Shell on a Sun computer under Solaris 2.6 ? I have no idea which libcurses the binary in question was linked against, but 3.1.9 is a bit old. A quick search didn't reveal any modern zsh packages for Solaris 2.6, so I recommend grabbing the source for zsh 4.0.4 (available at ftp://ftp.zsh.org/), and doing the following once you've unpacked and entered the source directory: ./configure make mkdir ../MYzsh make install DESTDIR=`pwd`/../MYzsh cd ../MYzsh mv usr/local/* . rmdir usr/local usr (echo "i pkginfo=myinfo" ; find . | pkgproto | awk '{$5="root";$6="bin";print}') >prototype cat >myinfo <