Search found 2 matches

by dlane
Thu Sep 23, 2004 2:31 pm
Forum: XnView Un*x
Topic: Solaris install problem
Replies: 2
Views: 2643

You said:

>And by using sh install?

The sh shell is identified in the script, but I did also try:

./install
sh install

However I just found the problem by trying

ksh install

This worked, so it appears as though the script is not sh compable (at least on Solaris 9). Also note that Solaris 9 ...
by dlane
Wed Sep 22, 2004 6:26 pm
Forum: XnView Un*x
Topic: Solaris install problem
Replies: 2
Views: 2643

Solaris install problem

I'm having trouble installing V1.68 on solaris 9. When typing:

install

in the untar directory it reports:

install: test: unknown operator: /sbin/uname

When typing /sbin/uname it reports "SunOS". I looked at the install script and am baffled why it doesn't work.

Any ideas? ... Dave