#1 Le 29/10/2005, à 13:11
- environ314
Installation à partir d'un CD
Bonjour,
J'ai un CD de Mathematica (4.1) qui contient le logiciel pour Linux.
Il y a une grosse arborscence, contenant notament :
/cdrom/Unix/Installers/
avec comme répertoires
DEC-AXP HP-RISC IBM-RISC Linux Linux-AXP Linux-PPC SGI Solaris
J'ai un bête PC. Je dois prendre quoi ?!
Je précise que chacun de ces réperoire contient un fichier nommé MathematicaInstall.sh
Et lorsque j'exétute l'un d'eux en console, j'ai le message suivant :
$ sh MathInstallerMathInstaller: line 9: type: MathInstaller: not found
dirname: Trop peu de arguments.
Pour en savoir davantage, faites: « dirname --help ».
Your system type cannot be determined.
You are in the wrong directory to run MathInstaller.
Try again following these instructions:
cd /cdrom/Unix/Installers/<\SystemID>
./MathInstaller
Je ne sais pas quoi faire.
Pour info, je vous mets le contenu du fichier MathInstaller :
#!/bin/sh
#
# MathInstaller for Mathematica Version 4
#
# This file and all scripts and messages accessed from this file
# (c) 2000 Wolfram Research, Inc. All rights reserved.
#
PROGRAM_NAME=`type $0 | awk '{print $3}'`
PROGRAM_DIR=`dirname $PROGRAM_NAME`
cd $PROGRAM_DIR
INSTALLARCH=Linux
export INSTALLARCH
FROMDIR=`pwd`
export FROMDIR
sysid=Linux
LD_LIBRARY_PATH=`pwd`/../../Files/SystemFiles/Libraries/$sysid:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
if [ .$TMPDIR = ."" ]; then
TMPDIR=/usr/tmp
export TMPDIR
fi
INSTALLLANG=English
export INSTALLLANG
if [ ! -d ../../Files/SystemFiles/Installation ]; then
echo
echo "Your system type cannot be determined. "
echo "You are in the wrong directory to run MathInstaller. "
echo "Try again following these instructions: "
echo "cd /cdrom/Unix/Installers/<\SystemID>"
echo "./MathInstaller "
echo
exit
fi
cd ../../Files/SystemFiles/Installation
SystemResources/Utilities/MathInstaller $*
Hors ligne
#2 Le 29/10/2005, à 13:15
- Desintegr
Re : Installation à partir d'un CD
C'est le répertoire « Linux ».
Hoc Volo, Sic Jubeo !
Mon wiki : http://desintegr.free.fr
Hors ligne
#3 Le 29/10/2005, à 13:19
- environ314
Re : Installation à partir d'un CD
ok, merci. Mais j'ai le même message d'erreur !
Daniel.
Hors ligne