I've done a search about this, and I've seen this error pop up a few times, with no actual replies or answers on how to solve this. This basically comes from the Lexmark Z600 series drivers; I'm using a Z605 printer, and I'm running Mandrake 9.2.
So, basically I try to extract the rpm files by using TAR and then using the extracted shell script.
Code:
[root@Rei z600]# tar -xzvf CJLZ600LE-CUPS-1.0-1.TAR.gz
COPYING
README
z600cups-1.0-1.gz.sh
[root@Rei z600]# sh z600cups-1.0-1.gz.sh -keep
Creating directory installer
Verifying archive integrity...OK
Uncompressing Lexmark Printer Driver
z600cups-1.0-1.gz.sh: line 133: ./install: No such file or directory
The program returned an error code (127)
So, with noticing that the ./install directory was not present, yet and ./installer directory was, I set the target to install as such, only to get the same error:
Code:
[root@Rei z600]# sh z600cups-1.0-1.gz.sh -keep -target install
Creating directory install
Verifying archive integrity...OK
Uncompressing Lexmark Printer Driver
z600cups-1.0-1.gz.sh: line 133: ./install: No such file or directory
The program returned an error code (127)
So, are there any answers as to how I can avoid this error and extract the RPMs successfully? Thanks.