Hi,
I am trying to do a silent gcc installation on a Solaris 10 box using this command: pkgadd -r response -d .
To get the response file, I used this command: "pkgask -r tt -d .". But I got an error:
I can hardly understand this error message (in red). Isn't the blue section an interactive request? Why can't I put my choice in a reponse file (in this case, file 'tt')?
Thank you in advance for you kind help and explanation!
I am trying to do a silent gcc installation on a Solaris 10 box using this command: pkgadd -r response -d .
To get the response file, I used this command: "pkgask -r tt -d .". But I got an error:
Code:
# pkgask -r tt -d ./gcc-3.4.6-sol10-sparc-local
The following packages are available:
1 SMCgcc gcc
(sparc) 3.4.6
[COLOR=blue] Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]: [b]1[/b][/color]
Processing package instance <SMCgcc> from </tmp/gcc-3.4.6-sol10-sparc-local>
gcc(sparc) 3.4.6
FSF
[COLOR=red] [b]pkgask: ERROR: package does not contain an interactive request script[/b][/color]
Processing of request script failed.
No changes were made to the system.
I can hardly understand this error message (in red). Isn't the blue section an interactive request? Why can't I put my choice in a reponse file (in this case, file 'tt')?
Thank you in advance for you kind help and explanation!