Installation, supported revisions
-
Givizub
- Posts: 3
- Joined: Thu Aug 06, 2015 8:34 am
Post
by Givizub » Sun Aug 09, 2015 12:13 pm
I trying to install medusa4 v5.2.1 on Ubuntu 12.04 x64
When I run .sh file as root or as user I got this error:
Code: Select all
Verifying archive integrity... All good.
Uncompressing MEDUSA4 Personal V5.2.1, Copyright (c) 2002-2014 CAD Schroer GmbH ....................................................................................................................................................................................................................................................
/home/givizub/Programs/Medusa4/medusa4_v5_2_1_linux_personal.sh: 1: eval: ./install.csh: Permission denied
When I run file from csh or tcsh I have other message( In attachment):
What I doing wrong? Can anybody help?
-
Attachments
-

- .png (16.58 KiB) Viewed 26467 times
-
TDerksen
- Posts: 29
- Joined: Mon Aug 11, 2014 12:59 pm
Post
by TDerksen » Mon Aug 10, 2015 10:47 am
Have you installed the missing libraries for 64bit as Medusa normally only supports 32bit?
Are you using the command sh /home../medusa4_5_2_1_linux_personal.sh ?
What are the rights of medusa4_5_2_1_linux_personal-sh?
-
Givizub
- Posts: 3
- Joined: Thu Aug 06, 2015 8:34 am
Post
by Givizub » Tue Aug 11, 2015 8:33 am
I tried change differetn rights of this file and tried to run as root and have one error.
Running with command sh brings same result. What are adittional missing libraries for 64bit?
Maybe it's cause by somes rights of csh or tcsh? Can I check md5sum?
-
TDerksen
- Posts: 29
- Joined: Mon Aug 11, 2014 12:59 pm
Post
by TDerksen » Tue Aug 11, 2015 1:37 pm
I cant guarantee that it works but try this
sudo bash
dpkg --add-architecture i386
apt-get update
dpkg --print-foreign-architectures
apt-get install tcsh lib32gomp1 libxtst6:i386 libxt6:i386 libgl1-mesa-glx:i386 libglu1-mesa:i386 libxt6:i386 libglib2.0-0:i386 libfreetype6:i386 libxrender1:i386 libfontconfig1:i386 libbz2-1.0:i386 libxml2:i386 librsvg2-2:i386
sh medusa4_v5_2_1_linux_personal.sh
Code from:
http://podpourri.net/index.php?/archive ... essie.html
-
Givizub
- Posts: 3
- Joined: Thu Aug 06, 2015 8:34 am
Post
by Givizub » Wed Aug 12, 2015 9:17 am
dpkg: error: unknow option --add-architecture
Code: Select all
dpkg --print-foreign-architectures
i386
Code: Select all
apt-get install tcsh lib32gomp1 libxtst6:i386 libxt6:i386 libgl1-mesa-glx:i386 libglu1-mesa:i386 libxt6:i386 libglib2.0-0:i386 libfreetype6:i386 libxrender1:i386 libfontconfig1:i386 libbz2-1.0:i386 libxml2:i386 librsvg2-2:i386
New packages was installed: lib32gomp1, othres packages have been installed already.
Code: Select all
sh '/home/givizub/Programs/Medusa4/medusa4_v5_2_1_linux_personal.sh'
medusa4_v5_2_1_linux_personal.sh: 1: eval: ./install.csh: Permission denied

Nothing change.
-
TDerksen
- Posts: 29
- Joined: Mon Aug 11, 2014 12:59 pm
Post
by TDerksen » Wed Aug 12, 2015 1:16 pm
Well I could reproduce your error, but installing the libraries and adding the architecture fixed the problem for me.
Maybe its really an user-rights problem .
-
MikeCauser
- Posts: 55
- Joined: Fri Nov 16, 2012 6:04 pm
- Location: Cambridge, UK
Post
by MikeCauser » Mon Aug 17, 2015 11:44 pm
Could you post the results of
ls -l /bin/sh
On my Mint 17.2 (derived from Ubuntu) the installed `sh' is actually `dash', which is a Korn-shell derivative.
Mike
-
voz
- Posts: 1
- Joined: Wed Mar 02, 2016 10:03 am
Post
by voz » Wed Mar 02, 2016 10:14 am
script uncompresses stuff into dir medusa4_pers. but tryes run ./install.csh -- from current dir then.
We can't change script due to integrity check fails. So, we have plan B - uncompress and keep, do not run now.
Here it is
Code: Select all
./medusa4_v5_2_1_linux_personal.sh --keep --noexec
cd medusa4_pers/
./install.csh
viola.
send cheers to package maker
-
Enger
- Posts: 1
- Joined: Sat Nov 04, 2017 1:36 pm
-
Contact:
Post
by Enger » Wed Nov 15, 2017 10:27 am
Works like a charm. Thanks voz!