Michael Loßin on Fri, 15 Dec 2000 10:11:01 +0100 (CET)


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Installing problem


Enrique Arredondo schrieb:
> 
> > Enrique Arredondo wrote:
> > >
> > > Hi,
> > >
> > > When I run the ./SETUP I get the following error :
> > >
> > > ./SETUP: PATH=/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin:/bin: is not an identifier
> > >
> > > Anyone Knows what's the problem?
> >
> > What is /bin/sh on your system?
> >
> > Please make sure it's a Bourne compatible POSIX shell
> > (recent releases of bash, ksh and zsh should work).
> 
> I'm running Unix SCO 3.2 v 5.0.4, I'm using ksh

It doesn't matter which shell you use for your interactive login,
since SETUP has  #!/bin/sh  hardcoded in the first line.

There have been some problems with ksh on Solaris as well, I don't 
know if it's POSIX compliant.

> Or should I switch to sh when I run the SETUP ?

You might try to call the setup tool with

	sh SETUP
or	ksh SETUP
or	zsh SETUP

If one of these shells work, it would be best to enter the
complete path in the first lines of SETUP and bin/apsfilter
to make sure these run normally.

Otherwise you'll have to get a POSIX shell (like bash, or
newer version of ksh or zsh) and use that.


HTH
Michael