zsh-users
 help / color / mirror / code / Atom feed
From: Clint Adams <clint@zsh.org>
To: erlamarque@airfrance.fr
Cc: webadm@chronos.cs.msu.su, zsh-users@sunsite.auc.dk
Subject: Re: Zsh on Solaris 2.6
Date: Wed, 26 Dec 2001 11:03:23 -0500	[thread overview]
Message-ID: <20011226160323.GA4303@dman.com> (raw)
In-Reply-To: <OF4C910D06.9B4A77A7-ONC1256B2E.004FCAAB@fr>

> 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 <<EOF
PKG="MYzsh"
NAME="Z-Shell"
VERSION="4.0.4"
ARCH="sparc"
VENDOR="My Company"
EMAIL="me@mycompany.com"
CATEGORY="shells"
BASEDIR="/usr/local"
EOF
pkgmk -r .

That was off the top of my head, so it may need some tweaking, but it
might give you a usable zsh package.


  reply	other threads:[~2001-12-26 16:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-26 15:14 erlamarque
2001-12-26 16:03 ` Clint Adams [this message]
2001-12-26 18:22 ` Will Yardley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011226160323.GA4303@dman.com \
    --to=clint@zsh.org \
    --cc=erlamarque@airfrance.fr \
    --cc=webadm@chronos.cs.msu.su \
    --cc=zsh-users@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).