Pagina 1 di 1

Maple 9.5 non si installa

Inviato: lun 16 lug 2007, 10:56
da admsimat
Tento di installare Maple 9.5 su Slackware 12.0, ma ecco la risposta:

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.24708/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory


Ovviamente il mio sistema ha tutte le librerie di cui lamenta l'assenza...

Inviato: lun 16 lug 2007, 11:42
da michele.p
...un passo alla volta :D

Sistemiamo dapprima la libc.so.6; se vai in /lib dovresti trovare un link della "vecchia" versione della libc.so.6 che punta alla nuova versione ovvero la libc-2.5.so se questo link non รจ presente crealo con il comando (indico un percorso assoluto);

ln -s /lib/libc-2.5.so /lib/libc.so.6

Bye

Inviato: lun 16 lug 2007, 12:06
da admsimat
Grazie, ma il link c'e' gia'. Ho guardato in giro, e temo che ci sia il problema della variabile LD_ASSUME_KERNEL=2.2.5. Sto facendo dei tentativi come suggerito nei forum di Gentoo.