LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-02-2006, 04:08 PM   #1
Gins
Senior Member
 
Registered: Jul 2004
Location: Germany
Distribution: open SUSE 11.0, Fedora 7 and Mandriva 2007
Posts: 1,662

Rep: Reputation: 47
How to install the Oxford English Dictionary for Linux


I bought the Oxford English Dictionary. It is for both Windows and Linux. The name of the program is OALD7. I went into the linux folder. There is a file called 'installaion.sh'. I tried in vain to instal it.

How do I install it using this 'installation.sh' file?

----------------------

[root@c83-250-99-43 Nissanka]# cd /media
[root@c83-250-99-43 media]# ls
OALD7
[root@c83-250-99-43 media]# cd OALD7
[root@c83-250-99-43 OALD7]# ls
autorun.inf
data
linux
QUICKfind
QuickTime
setup.exe

[root@c83-250-99-43 OALD7]# cd linux
[root@c83-250-99-43 linux]# ls
installation.sh
vlc
[root@c83-250-99-43 linux]# installation.sh
bash: installation.sh: command not found
[root@c83-250-99-43 linux]# ./installation.sh
bash: ./installation.sh: /bin/sh: bad interpreter: Permission denied
[root@c83-250-99-43 linux]#installation.sh

Last edited by Gins; 11-02-2006 at 04:09 PM.
 
Old 11-02-2006, 04:10 PM   #2
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Blog Entries: 9

Rep: Reputation: 48
try
Code:
chmod +x installation.sh
it may be that the installation script isn't set to executable.
 
Old 11-02-2006, 04:17 PM   #3
Gins
Senior Member
 
Registered: Jul 2004
Location: Germany
Distribution: open SUSE 11.0, Fedora 7 and Mandriva 2007
Posts: 1,662

Original Poster
Rep: Reputation: 47
microsoft/linux
It didn't work. Very funny.

[root@c83-250-99-43 OALD7]# ls
autorun.inf data linux QUICKfind QuickTime setup.exe
[root@c83-250-99-43 OALD7]# cd linux
[root@c83-250-99-43 linux]# ls
installation.sh vlc
[root@c83-250-99-43 linux]# chmod +x installation.sh
chmod: changing permissions of `installation.sh': Read-only file system
[root@c83-250-99-43 linux]#

---------------------------------
[root@c83-250-99-43 linux]# chmod 755 'installation.sh'
chmod: changing permissions of `installation.sh': Read-only file system
[root@c83-250-99-43 linux]#

Last edited by Gins; 11-02-2006 at 04:20 PM.
 
Old 11-02-2006, 08:05 PM   #4
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Blog Entries: 9

Rep: Reputation: 48
Quote:
Originally Posted by Gins
microsoft/linux
It didn't work. Very funny.
hey, just trying to help, no need to get hostile.
Quote:
[root@c83-250-99-43 OALD7]# ls
autorun.inf data linux QUICKfind QuickTime setup.exe
[root@c83-250-99-43 OALD7]# cd linux
[root@c83-250-99-43 linux]# ls
installation.sh vlc
[root@c83-250-99-43 linux]# chmod +x installation.sh
chmod: changing permissions of `installation.sh': Read-only file system
[root@c83-250-99-43 linux]#

---------------------------------
[root@c83-250-99-43 linux]# chmod 755 'installation.sh'
chmod: changing permissions of `installation.sh': Read-only file system
[root@c83-250-99-43 linux]#
Can I ask what kind of machine this is? Why is the filesystem read only?
 
Old 11-02-2006, 08:23 PM   #5
AdaHacker
Member
 
Registered: Oct 2001
Location: Brockport, NY
Distribution: Kubuntu
Posts: 384

Rep: Reputation: 32
Since you're under /media, I assume you're trying to install it from a CD, right? CDs are read-only, so changing permissions obviously won't work in that case.

Instead, try:
Code:
bash installation.sh
That will explicitly run the script in bash, which will usually bypass "bad interpreter" problems.
 
Old 11-03-2006, 04:03 AM   #6
Gins
Senior Member
 
Registered: Jul 2004
Location: Germany
Distribution: open SUSE 11.0, Fedora 7 and Mandriva 2007
Posts: 1,662

Original Poster
Rep: Reputation: 47
I am running Fedora Core5. This is a 64 bit computer.

-----------------------------------

[root@c83-250-99-43 linux]# bash installation.sh
Verifying archive integrity... All good.
Uncompressing ..........................
This installation doesn't support glibc-2.1 on Linux / x86_64

Please contact Loki Technical Support at support@lokigames.com
The program returned an error code (1)
[root@c83-250-99-43 linux]#
What is the problem now?
 
Old 11-03-2006, 11:41 AM   #7
soggycornflake
Member
 
Registered: May 2006
Location: England
Distribution: Slackware 10.2, Slamd64
Posts: 249

Rep: Reputation: 31
Quote:
This installation doesn't support glibc-2.1 on Linux / x86_64
I could be wrong, but I'd guess that the installer is 32-bit, perhaps you don't have the 32-bit compatibility libraries installed?
 
Old 11-03-2006, 02:06 PM   #8
Gins
Senior Member
 
Registered: Jul 2004
Location: Germany
Distribution: open SUSE 11.0, Fedora 7 and Mandriva 2007
Posts: 1,662

Original Poster
Rep: Reputation: 47
I sent an email to them. I hope they will reply. They are very unreliable. The chances of getting a reply from them is almost zero.
 
Old 11-03-2006, 02:38 PM   #9
oliv
LQ Newbie
 
Registered: Oct 2006
Posts: 22

Rep: Reputation: 15
This should work if you type

sh installation.sh

In order to run a command directly from a CD you have to mount it with the exec option.
 
Old 11-04-2006, 04:21 AM   #10
Gins
Senior Member
 
Registered: Jul 2004
Location: Germany
Distribution: open SUSE 11.0, Fedora 7 and Mandriva 2007
Posts: 1,662

Original Poster
Rep: Reputation: 47
Thanks Oliv for the help. It didn't work.
A very strange problem.

[root@c83-250-99-43 OALD7]# cd linux
[root@c83-250-99-43 linux]# ls
installation.sh vlc
[root@c83-250-99-43 linux]# sh installation.sh
Verifying archive integrity... All good.
Uncompressing ..........................
This installation doesn't support glibc-2.1 on Linux / x86_64

Please contact Loki Technical Support at support@lokigames.com
The program returned an error code (1)
[root@c83-250-99-43 linux]#
 
Old 11-04-2006, 03:57 PM   #11
oliv
LQ Newbie
 
Registered: Oct 2006
Posts: 22

Rep: Reputation: 15
Quote:
Originally Posted by Gins
Thanks Oliv for the help. It didn't work.
A very strange problem.

[root@c83-250-99-43 OALD7]# cd linux
[root@c83-250-99-43 linux]# ls
installation.sh vlc
[root@c83-250-99-43 linux]# sh installation.sh
Verifying archive integrity... All good.
Uncompressing ..........................
This installation doesn't support glibc-2.1 on Linux / x86_64

Please contact Loki Technical Support at support@lokigames.com
The program returned an error code (1)
[root@c83-250-99-43 linux]#
This seems bad. The error message tell that it is not compatible with your system. The error comes from the loki installer (the installer). You can still try to uncomress by hand (maybe sh installation -x otherwise; installation.sh is most likely a tar.gz with shell commands prepended, remove them and tar -zxvf) and see if you can run something from it; but I have doubts...
 
Old 11-04-2006, 05:20 PM   #12
Gins
Senior Member
 
Registered: Jul 2004
Location: Germany
Distribution: open SUSE 11.0, Fedora 7 and Mandriva 2007
Posts: 1,662

Original Poster
Rep: Reputation: 47
Oliv
You did your best to help me. I sent them email. I wouldn't expect them to reply. The program works like a bootable CD on Windows XP.

I want it to work on Linux. I don't use Windows. It is written on the CD about the Linux compatibility.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there English-to-English dictionary in linux? uishen Linux - General 27 06-03-2009 10:36 PM
Way to use a good free English to English Dictionary linbose Linux - Software 6 06-03-2009 10:25 PM
English dictionary for linux?? tentolga Linux - Software 6 06-20-2006 09:45 AM
Good English dictionary in Linux Alien_Hominid Slackware 12 04-04-2006 10:07 AM
english-english dictionary for linux zozia Linux - Software 4 09-21-2003 02:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration