[opensuse] Install WordPerfect 8 fails
I'm still running WordPerfect, that wonderfull wordprocessor. I have upgraded to 10.2 and so I had to reinstall shlibs5 and WordPerfect again. Following the instructions I went, as su, to the directory of the CD and entered ./install.wp The return was bash: ./install.wp: /bin/sh: bad interpreter: Access denied What can I do? Thanks in advance, Andre den Oudsten -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Fredag 22 december 2006 11:19 skrev A. den Oudsten:
I'm still running WordPerfect, that wonderfull wordprocessor. I have upgraded to 10.2 and so I had to reinstall shlibs5 and WordPerfect again. Following the instructions I went, as su, to the directory of the CD and entered ./install.wp The return was bash: ./install.wp: /bin/sh: bad interpreter: Access denied
What can I do?
Thanks in advance, Andre den Oudsten
- use OpenOffice :-) - seriously though...just my 10 cents..this install.wp is a script, right? - if so, perhaps searchnig for /bin/sh and replacing it with /bin/bash is a solution? - I really don't know, just thought if that did it, then it would be easy... -- ------------------------------ Med venlig hilsen/Best regards Verner Kjærsgaard -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Verner Kjærsgaard wrote:
Fredag 22 december 2006 11:19 skrev A. den Oudsten:
I'm still running WordPerfect, that wonderfull wordprocessor. I have upgraded to 10.2 and so I had to reinstall shlibs5 and WordPerfect again. Following the instructions I went, as su, to the directory of the CD and entered ./install.wp The return was bash: ./install.wp: /bin/sh: bad interpreter: Access denied
What can I do?
Thanks in advance, Andre den Oudsten
- use OpenOffice :-) - seriously though...just my 10 cents..this install.wp is a script, right? - if so, perhaps searchnig for /bin/sh and replacing it with /bin/bash is a solution? - I really don't know, just thought if that did it, then it would be easy...
Thanks. This procedure worked untill 10.1, so I suppose it must be something else. How should I replace /bin/sh by /bin/bash ? Thanks, Andre -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Fredag 22 december 2006 11:38 skrev A. den Oudsten:
Verner Kjærsgaard wrote:
Fredag 22 december 2006 11:19 skrev A. den Oudsten:
I'm still running WordPerfect, that wonderfull wordprocessor. I have upgraded to 10.2 and so I had to reinstall shlibs5 and WordPerfect again. Following the instructions I went, as su, to the directory of the CD and entered ./install.wp The return was bash: ./install.wp: /bin/sh: bad interpreter: Access denied
What can I do?
Thanks in advance, Andre den Oudsten
- use OpenOffice :-) - seriously though...just my 10 cents..this install.wp is a script, right? - if so, perhaps searchnig for /bin/sh and replacing it with /bin/bash is a solution? - I really don't know, just thought if that did it, then it would be easy...
Thanks.
This procedure worked untill 10.1, so I suppose it must be something else. How should I replace /bin/sh by /bin/bash ?
Thanks,
Andre
man sed - sorry for the short answer, leaving the office now :-) -- ------------------------------ Med venlig hilsen/Best regards Verner Kjærsgaard -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 22 Dec 2006, AdenOudsten@wxs.nl wrote:
This procedure worked untill 10.1, so I suppose it must be something else. How should I replace /bin/sh by /bin/bash ?
This is really strange because on Linux systems, /bin/sh is actually a symlink to /bin/bash. What is the output of: ls -l /bin/sh ? Charles -- printk("NULL POINTER IDIOT\n"); linux-2.6.6/drivers/media/dvb/dvb-core/dvb_filter.c
Charles philip Chan wrote:
On 22 Dec 2006, AdenOudsten@wxs.nl wrote:
This procedure worked untill 10.1, so I suppose it must be something else. How should I replace /bin/sh by /bin/bash ?
This is really strange because on Linux systems, /bin/sh is actually a symlink to /bin/bash. What is the output of:
ls -l /bin/sh
?
Charles
The result is /bin/sh -> bash Not too much, isn't it? Andre -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Friday 2006-12-22 at 11:38 +0100, A. den Oudsten wrote:
and entered ./install.wp The return was bash: ./install.wp: /bin/sh: bad interpreter: Access denied
- if so, perhaps searchnig for /bin/sh and replacing it with /bin/bash is a solution?
This procedure worked untill 10.1, so I suppose it must be something else. How should I replace /bin/sh by /bin/bash ?
Don't. It is a symlink, that can't be the problem. I remember seeing that error message before, but I can't remember why. Maybe the script is on a noexec partition or drive (CD), as Dominique said: check the output of the command "mount". Google it... there are over 30000 hits, one of them will hit the mark ;-) - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Made with pgp4pine 1.76 iD8DBQFFi875tTMYHG2NR9URAn+iAJwKpN5554nQLMg02H5pPouLwRyGvwCfXboi emFkCu47qDIAom2sYFrVxTk= =nOfx -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
I commonly encounter the same error when shell scripts have passed through some non-unix system and been converted to cr+lf line endings. Copy the files from the CD and do a "dos2unix" on them. /Lennart fredag 22 december 2006 13:26 skrev Carlos E. R.:
The Friday 2006-12-22 at 11:38 +0100, A. den Oudsten wrote:
and entered ./install.wp The return was bash: ./install.wp: /bin/sh: bad interpreter: Access denied
- if so, perhaps searchnig for /bin/sh and replacing it with /bin/bash is a solution?
This procedure worked untill 10.1, so I suppose it must be something else. How should I replace /bin/sh by /bin/bash ?
Don't. It is a symlink, that can't be the problem.
I remember seeing that error message before, but I can't remember why. Maybe the script is on a noexec partition or drive (CD), as Dominique said: check the output of the command "mount".
Google it... there are over 30000 hits, one of them will hit the mark ;-)
-- Cheers, Carlos E. R.
-- !++ ! Lennart Börjeson ! Partner, Developer ! Cinnober Financial Technology AB ! Industrigatan 2A ! S-112 46 STOCKHOLM ! Sverige/Sweden/Schweden/Suède ! mailto:Lennart.Borjeson@cinnober.com ! phone:+46-8-50304717 ! gsm:+46-70-3394717 ! fax:+46-8-50304701 ! http://www.cinnober.com !-- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Lennart Börjeson wrote:
I commonly encounter the same error when shell scripts have passed through some non-unix system and been converted to cr+lf line endings. Copy the files from the CD and do a "dos2unix" on them.
/Lennart
fredag 22 december 2006 13:26 skrev Carlos E. R.:
The Friday 2006-12-22 at 11:38 +0100, A. den Oudsten wrote:
and entered ./install.wp The return was bash: ./install.wp: /bin/sh: bad interpreter: Access denied
- if so, perhaps searchnig for /bin/sh and replacing it with /bin/bash is a solution?
This procedure worked untill 10.1, so I suppose it must be something else. How should I replace /bin/sh by /bin/bash ?
Don't. It is a symlink, that can't be the problem.
I remember seeing that error message before, but I can't remember why. Maybe the script is on a noexec partition or drive (CD), as Dominique said: check the output of the command "mount".
Google it... there are over 30000 hits, one of them will hit the mark ;-)
-- Cheers, Carlos E. R.
Do you mean that I should convert install.wp ? And how do I do such thing? Andre -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Saturday 2006-12-23 at 05:19 -0500, Charles philip Chan wrote:
On 23 Dec 2006, AdenOudsten@ wrote:
Do you mean that I should convert install.wp ? And how do I do such thing?
Use dos2unix
If the file resides on a CD, as I think, it could be copied over to the HD andconverted there. Also, there are options to the mount command to do the conversion on the fly - I have never used it, I'm just mentioning the posibility, or even that the automount has done some thing of the sort unasked: conv=b[inary] / conv=t[ext] / conv=a[uto] The fat file system can perform CRLF<-->NL (MS-DOS text format to UNIX text format) conversion in the kernel. The following conversion modes are available: binary no translation is performed. This is the default. text CRLF<-->NL translation is performed on all files. auto CRLF<-->NL translation is performed on all files that don't have a "well-known binary" extension. The list of known extensions can be found at the beginning of fs/fat/misc.c (as of 2.0, the list is: exe, com, bin, app, sys, drv, ovl, ovr, obj, lib, dll, pif, arc, zip, lha, lzh, zoo, tar, z, arj, tz, taz, tzp, tpz, gz, tgz, deb, gif, bmp, tif, gl, jpg, pcx, tfm, vf, gf, pk, pxl, dvi). Programs that do computed lseeks won't like in-kernel text conversion. Several people have had their data ruined by this translation. Beware! For file systems mounted in binary mode, a conversion tool (fromdos/todos) is available. - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Made with pgp4pine 1.76 iD8DBQFFjXe/tTMYHG2NR9URAqCVAJ0ctXZNnbXjc92pPSssAJNT+BrUogCfVcmo u3Lted3VnlB1gscOcdyEFEo= =YAAw -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
The Saturday 2006-12-23 at 05:19 -0500, Charles philip Chan wrote:
On 23 Dec 2006, AdenOudsten@ wrote:
Do you mean that I should convert install.wp ? And how do I do such thing?
Use dos2unix
If the file resides on a CD, as I think, it could be copied over to the HD andconverted there. Also, there are options to the mount command to do the conversion on the fly - I have never used it, I'm just mentioning the posibility, or even that the automount has done some thing of the sort unasked:
conv=b[inary] / conv=t[ext] / conv=a[uto] The fat file system can perform CRLF<-->NL (MS-DOS text format to UNIX text format) conversion in the kernel. The following conversion modes are available:
binary no translation is performed. This is the default.
text CRLF<-->NL translation is performed on all files.
auto CRLF<-->NL translation is performed on all files that don't have a "well-known binary" extension. The list of known extensions can be found at the beginning of fs/fat/misc.c (as of 2.0, the list is: exe, com, bin, app, sys, drv, ovl, ovr, obj, lib, dll, pif, arc, zip, lha, lzh, zoo, tar, z, arj, tz, taz, tzp, tpz, gz, tgz, deb, gif, bmp, tif, gl, jpg, pcx, tfm, vf, gf, pk, pxl, dvi).
Programs that do computed lseeks won't like in-kernel text conversion. Several people have had their data ruined by this translation. Beware!
For file systems mounted in binary mode, a conversion tool (fromdos/todos) is available.
- -- Cheers, Carlos E. R.
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Made with pgp4pine 1.76
iD8DBQFFjXe/tTMYHG2NR9URAqCVAJ0ctXZNnbXjc92pPSssAJNT+BrUogCfVcmo u3Lted3VnlB1gscOcdyEFEo= =YAAw -----END PGP SIGNATURE-----
I did do a dos2unix conversion on install.wp and after that I got the same results with ./install.wp as before with sh ./install.wp. I get some eight new maps with no content. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Fri, 2006-12-22 at 11:19 +0100, A. den Oudsten wrote:
I'm still running WordPerfect, that wonderfull wordprocessor. I have upgraded to 10.2 and so I had to reinstall shlibs5 and WordPerfect again. Following the instructions I went, as su, to the directory of the CD and entered ./install.wp The return was bash: ./install.wp: /bin/sh: bad interpreter: Access denied
What can I do?
Do you have the sh interpreter installed? In a terminal enter "sh" without quotes, on my system (10.0)the prompt tells me that I'm in an sh shell. Mike@P-733:~> sh sh-3.00$ sh-3.00$ exit exit Mike@P-733:~> If you get something similar to this then there is a problem with the script. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Mike McMullin wrote:
On Fri, 2006-12-22 at 11:19 +0100, A. den Oudsten wrote:
I'm still running WordPerfect, that wonderfull wordprocessor. I have upgraded to 10.2 and so I had to reinstall shlibs5 and WordPerfect again. Following the instructions I went, as su, to the directory of the CD and entered ./install.wp The return was bash: ./install.wp: /bin/sh: bad interpreter: Access denied
What can I do?
Do you have the sh interpreter installed? In a terminal enter "sh" without quotes, on my system (10.0)the prompt tells me that I'm in an sh shell. Mike@P-733:~> sh sh-3.00$ sh-3.00$ exit exit Mike@P-733:~>
If you get something similar to this then there is a problem with the script.
When I use the command sh ./install.wp or bash ./install.wp about ten empty maps are installed at / So there is reaction on these commands, but not those I usualy got up to Suse 10.1 Is the script install.wp, that's from 1999, too old for the last kernel? Andre -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Fri, 2006-12-22 at 11:19 +0100, A. den Oudsten wrote:
I'm still running WordPerfect, that wonderfull wordprocessor. I have upgraded to 10.2 and so I had to reinstall shlibs5 and WordPerfect again. Following the instructions I went, as su, to the directory of the CD and entered ./install.wp The return was bash: ./install.wp: /bin/sh: bad interpreter: Access denied
What can I do?
sh ./install.wp Just a thought. YMMV. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Friday 22 December 2006 02:19, A. den Oudsten wrote:
I'm still running WordPerfect, that wonderfull wordprocessor. I have upgraded to 10.2 and so I had to reinstall shlibs5 and WordPerfect again. Following the instructions I went, as su, to the directory of the CD and entered ./install.wp The return was bash: ./install.wp: /bin/sh: bad interpreter: Access denied
What can I do?
Listen to Lennart Börjeson: On Friday 22 December 2006 05:05, Lennart Börjeson wrote:
I commonly encounter the same error when shell scripts have passed through some non-unix system and been converted to cr+lf line endings. Copy the files from the CD and do a "dos2unix" on them.
/Lennart
The symptom you report is the classic symptom of non-Unix line termination in a shell script.
Thanks in advance, Andre den Oudsten
Randall Schulz -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Le Friday 22 December 2006, 11:19:47 ou environ A. den Oudsten <AdenOudsten@wxs.nl> a écrit:
I'm still running WordPerfect, that wonderfull wordprocessor. I have upgraded to 10.2 and so I had to reinstall shlibs5 and WordPerfect again. Following the instructions I went, as su, to the directory of the CD and entered ./install.wp The return was bash: ./install.wp: /bin/sh: bad interpreter: Access denied
Stupid question: where did you find shlibs5? It would be a pleasure to reinstall WordPerfect. I'm still with 10.1 -- Alain Barthélemy cassandre@bartydeux.be http://www.bartydeux.be Linux User #315631 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Alain Barthélemy wrote:
Le Friday 22 December 2006, 11:19:47 ou environ A. den Oudsten <AdenOudsten@wxs.nl> a écrit:
I'm still running WordPerfect, that wonderfull wordprocessor. I have upgraded to 10.2 and so I had to reinstall shlibs5 and WordPerfect again. Following the instructions I went, as su, to the directory of the CD and entered ./install.wp The return was bash: ./install.wp: /bin/sh: bad interpreter: Access denied
Stupid question: where did you find shlibs5? It would be a pleasure to reinstall WordPerfect. I'm still with 10.1
I found them on the dvd of SuSE 7.1 , 8.1 and 9.0 Andre -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Saturday 2006-12-23 at 10:23 +0100, A. den Oudsten wrote:
Stupid question: where did you find shlibs5? It would be a pleasure to reinstall WordPerfect. I'm still with 10.1
I found them on the dvd of SuSE 7.1 , 8.1 and 9.0
There are some compatibility rpms included up to 10.1: cer@nimrodel:~> rpm -q -a | grep -i compat compat-libstdc++-5.0.7-20 compat-2006.1.25-9 compat-readline4-4.3-13 wxGTK-compat-2.6.2.1-20 compat-curl2-7.11.0-18 java-1_4_2-gcj-compat-1.4.2.0-33 compat-expat1-1.95.8-6 compat-openssl097g-0.9.7g-13.5 But not shlibs5, unless I'm looking the wrong way. :-? - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Made with pgp4pine 1.76 iD8DBQFFjXW/tTMYHG2NR9URAlbXAJ48KTMV1rTXRDpA7EWx6yG9auTdOgCfURuc NHIA2EWvx8YVXVAcGESgHoU= =0DHt -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (9)
-
A. den Oudsten
-
Alain Barthélemy
-
Carlos E. R.
-
Charles philip Chan
-
Kenneth Schneider
-
Lennart Börjeson
-
Mike McMullin
-
Randall R Schulz
-
Verner Kjærsgaard