|
Message
From: Marko Mlinar <markom@o...>
Date: Thu, 21 Aug 2003 08:20:42 +0200
Subject: Re: [oc] problem about "petrify"
On Thursday 21 August 2003 03:43, Cherr Xiao (SH) wrote:
> Hi,
>
> I have rechecked the INSTALL file and did like this:
> --------------------------------------------------------
> [cherrxiao@sh-firebird ~]$ set path=($path
> /shome/users/cherrxiao/petrify1.10/bin)
> [cherrxiao@sh-firebird ~]$ setenv MANPATH
> /shome/users/cherrxiao/petrify1.10/man
> [cherrxiao@sh-firebird ~]$ which petrify
> /shome/users/cherrxiao/petrify1.10/bin/petrify
> [cherrxiao@sh-firebird ~]$ ll
> /shome/users/cherrxiao/petrify1.10/bin/petrify -rwxr-xr-x 1 cherrxia
> 1848219 Dec 23 1998
> /shome/users/cherrxiao/petrify1.10/bin/petrify
> [cherrxiao@sh-firebird ~]$ petrify
> petrify: Command not found.
Try:
hash -r
petrify
or run bash again with new path set
or just:
/shome/users/cherrxiao/petrify1.10/bin/petrify
Marko
|