Linux 14.982 Themen, 106.376 Beiträge

Maple 8.0 Installationsprobleme - Fedora Core 6

whiskey.dll / 7 Antworten / Flachansicht Nickles

Hallo zusammen!
Ich habe ein Problem mit der Installtion von Maple 8.0 auf Fedora Core 6. Also ich führe die "installMapleLinuxSU" aus und erhalte folgende Fehlermeldung:

dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

Ich habe dann mal en bisschen gegoogelt und herausgefunden das es bei diesem Problem bei anderen Anwendungen geholfen hat in der .bin datei den Eintrag "export LD_ASSUME_KERNEL" durch "#xport LD_ASSUME_KERNEL" zu ersetzen. Ich habe das dann in meinem Fall auch mal probiert und habe auch die oben genannte fehlermeldung nicht mehr bekommen doch bekomme ich jetzt beim ausfuehren des install-Skripts folgende Fehlermeldung:

/home/USERNAME/Desktop/Maple 8/Linux/Linux/resource/jre/bin/java: line 62: /home/el_presidente/Desktop/Maple: Datei oder Verzeichnis nicht gefunden
/home/USERNAME/Desktop/Maple 8/Linux/Linux/resource/jre/bin/java: line 63: /bin/realpath: Datei oder Verzeichnis nicht gefunden
/home/USERNAME/Desktop/Maple 8/Linux/Linux/resource/jre/bin/java: line 64: /bin/realpath: Datei oder Verzeichnis nicht gefunden
grep: /lib/jvm.cfg: Datei oder Verzeichnis nicht gefunden
grep: /lib/jvm.cfg: Datei oder Verzeichnis nicht gefunden
Maple was not found in /bin/i386/native_threads/Maple


Kann mir jemand helfen?

Schon mal vielen Danke,
whiskey.dll

bei Antwort benachrichtigen
whiskey.dll KarstenW „Die libc.so.6 ist die Standard C Bibliothek. Die wird normalerweise automatisch...“
Optionen

danke für deine antwort.

Also als rpm habe ich Maple nirgendwo finden können. Habe auch mal via YUM gesucht, jedoch auch ohne erfolg. hat mir lediglich ein programm gezeigt was wohl so ähnlich sein soll wie maple. aber brauche leider nun mal maple da wir damit in der schule arbeiten und die klausuren auch damit schreiben.

In der Kompatibilitätsliste fällt Fedora ja zu Red Hat. Denk ich zumindest. Ich habe mir auch mal Maple 10 bis gerade schicken lassen und die Installation damit probiert. Leider auch ohne Erfolg und wieder nur mit Fehlermeldung:

Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

Launching installer...

grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/tmp/install.dir.25427/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory


Da wieder das mit der lib war hab ich mir gedacht versuchst du es nochmal mit LD_ASSUME_KERNEL. Gedacht getan und es kam nächste Fehlermeldung:

Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
awk: cmd. line:6: warning: escape sequence `\.' treated as plain `.'

Launching installer...

Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

Stack Trace:
java.lang.UnsatisfiedLinkError: /tmp/install.dir.25204/Linux/resource/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
at sun.awt.DebugHelper.

bei Antwort benachrichtigen